yxw 2023-11-23 11:58:23 +08:00
parent b9d31343fd
commit a812237912
1 changed files with 2 additions and 2 deletions

View File

@ -1234,7 +1234,7 @@
else if (module == 'mic2') {
data.mic2 = resData.content.mic2
mic2Value = data.mic2.audio.toFixed(1)
Microphone2Slider(data.mic1.audio.toFixed(1))
Microphone2Slider(data.mic2.audio.toFixed(1))
}
else {
data.output = resData.content.output
@ -1451,7 +1451,7 @@
if (number == -0) {
number = 0
}
console.log(number, mic2Value.toFixed(1))
console.log(number, mic2Value.toFixed(1), typeof (number), typeof (mic2Value))
if (mic2Value.toFixed(1) != number && isInput == false) {
changeInputValue('mic2', number)
}