mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: voice interruption toggle
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (assistantSpeaking) {
|
||||
if (assistantSpeaking && !($settings?.voiceInterruption ?? false)) {
|
||||
// Mute the audio if the assistant is speaking
|
||||
analyser.maxDecibels = 0;
|
||||
analyser.minDecibels = -1;
|
||||
|
||||
Reference in New Issue
Block a user