artemave / translate_onhover

Browser translation extension
https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
205 stars 61 forks source link

Text to speech doesn't work since new update #43

Open Kanosakl opened 5 years ago

Kanosakl commented 5 years ago

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

artemave commented 5 years ago

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);