Answer the question
In order to leave comments, you need to log in
Why can't I hear anything in firefox (SpeechSynthesisUtterance)?
I try SpeechSynthesisUtterance
In chrome it works correctly, in firefox it shows that it worked, but nothing is heard.
const ssu = new SpeechSynthesisUtterance(text);
ssu.rate = 0.9;
ssu.volume = 1;
ssu.lang = 'ru-RU';
console.log(window.speechSynthesis, ssu);
window.speechSynthesis.speak(ssu);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question