From d38739d605eabae79e9260dfd9150f388afa7571 Mon Sep 17 00:00:00 2001 From: yxw <17074267@qq.com> Date: Thu, 23 Nov 2023 11:52:18 +0800 Subject: [PATCH] fix --- home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.html b/home.html index 95cbe4b..7cb1975 100644 --- a/home.html +++ b/home.html @@ -1267,7 +1267,7 @@ mic1Value = data.mic1.audio.toFixed(1) mic2Value = data.mic2.audio.toFixed(1) outputValue = data.output.audio.toFixed(1) - + console.log(typeof (lineinputValue), typeof (mic1Value), typeof (mic2Value), typeof (outputValue)) bindData() } else {