yxw 2023-11-23 11:52:18 +08:00
parent cc93c9bd48
commit d38739d605
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@
mic1Value = data.mic1.audio.toFixed(1) mic1Value = data.mic1.audio.toFixed(1)
mic2Value = data.mic2.audio.toFixed(1) mic2Value = data.mic2.audio.toFixed(1)
outputValue = data.output.audio.toFixed(1) outputValue = data.output.audio.toFixed(1)
console.log(typeof (lineinputValue), typeof (mic1Value), typeof (mic2Value), typeof (outputValue))
bindData() bindData()
} }
else { else {