parent
e17f0b368d
commit
6683ae810f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue