I’m building a tool on top of Atom that requires access to window.speechSynthesis
. However, when I call window.speechSynthesis.getVoices()
, it returns empty array. In Google Chrome 36, this returns list of 76 voices available on my Mac.
How can I enable access to speech synthesis in Atom?