You are not logged in.
Pages: 1
I installed speech-dispatcher and festival
var msg = new SpeechSynthesisUtterance();
msg.text = "Good Morning"
window.speechSynthesis.speak(msg);
speechSynthesis.getVoices() // empty arrayIf I type: espeak "hello" it works in command line but not firefox.
Offline
I have the same issue. @chovy any solution?
Offline
Pages: 1