Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kanosakl opened this issue Apr 23, 2019 · 1 comment
Open

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

Kanosakl opened this issue Apr 23, 2019 · 1 comment

Comments

@Kanosakl
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants