mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@ -124,7 +124,7 @@ class SystemTtsProvider {
|
|||||||
if (hasEnabledVoice) {
|
if (hasEnabledVoice) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const utterance = new SpeechSynthesisUtterance('hi');
|
const utterance = new SpeechSynthesisUtterance(' . ');
|
||||||
utterance.volume = 0;
|
utterance.volume = 0;
|
||||||
speechSynthesis.speak(utterance);
|
speechSynthesis.speak(utterance);
|
||||||
hasEnabledVoice = true;
|
hasEnabledVoice = true;
|
||||||
|
Reference in New Issue
Block a user