+ 1
How do I fix ' speechSynthesis is not defined'
var msg = new speechSynthesisUtterance(); window.speechSynthesis.speak(msg);
2 Answers
+ 2
Which browser (and version) are you using?
The web speech API is experimental and is not supported by all browsers, Internet Explorer notably.
+ 1
I'm using chrome dev 53.