translate_onhover icon indicating copy to clipboard operation
translate_onhover copied to clipboard

Text to speech doesn't work since new update

Open Kanosakl opened this issue 6 years ago • 1 comments

When I first installed this extension (probably 2 weeks ago), text to speech was working fine. It doesn't work right now (no speech voice upon pressing control when popup shows up).

Here are my settings xASMg83R1N

Kanosakl avatar Apr 23 '19 02:04 Kanosakl

Thanks for reporting - it doesn't work for me either. Looks like the underlying API does not work for some reason. E.g., this should work when pasted in the console, but it does not:

utterance = new SpeechSynthesisUtterance("cat, dog, bark");
speechSynthesis.speak(utterance);

artemave avatar Apr 23 '19 08:04 artemave