mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
refac
This commit is contained in:
parent
ad2ffc33d8
commit
6d9ed32929
@ -270,8 +270,9 @@
|
||||
}
|
||||
|
||||
if (assistantSpeaking) {
|
||||
// Mute the audio if the assistant is speaking
|
||||
analyser.maxDecibels = 0;
|
||||
analyser.minDecibels = -10;
|
||||
analyser.minDecibels = -1;
|
||||
} else {
|
||||
analyser.minDecibels = MIN_DECIBELS;
|
||||
analyser.maxDecibels = -30;
|
||||
|
Loading…
Reference in New Issue
Block a user