zenorocha / voice-elements

:speaker: Web Component wrapper to the Web Speech API, that allows you to do voice recognition and speech synthesis using Polymer
http://zenorocha.github.io/voice-elements
1.36k stars 256 forks source link

voice-player speak crashes in Chrome for multiple calls #15

Closed cesarwbr closed 9 years ago

cesarwbr commented 9 years ago

I realize that when I make a speak() call when another audio is playing it doesn't work anymore. If I reload the page it works again until I call speak twice and I don't wait for the audio to stop.

Probably it is a Web Speech API problem.