mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 13:36:47 +01:00
parent
e17f0b368d
commit
6683ae810f
@ -124,7 +124,7 @@ class SystemTtsProvider {
|
||||
if (hasEnabledVoice) {
|
||||
return;
|
||||
}
|
||||
const utterance = new SpeechSynthesisUtterance('hi');
|
||||
const utterance = new SpeechSynthesisUtterance(' . ');
|
||||
utterance.volume = 0;
|
||||
speechSynthesis.speak(utterance);
|
||||
hasEnabledVoice = true;
|
||||
|
Loading…
Reference in New Issue
Block a user