tom-s / speak-tts

76 stars 19 forks source link

problem in Chrome #18

Closed sarazaks closed 5 years ago

sarazaks commented 5 years ago

There is a problem in Chrome in case there are some speakers on the screen (other browsers works fine) If I have not finished yet playing one speaker, there is a problem when I'm going directly to the another speaker in the page In other words, when you are play one speaker , you must perform two mouse clicks on other speaker in order to start reading it. it doesn't give the first click to pass, I also see the problem in the demo: https://codesandbox.io/s/rmloxx60q4

tom-s commented 5 years ago

If you change the voice while an utterance is being played, it won't affect it. You need to change the voice and click play (create a new utterance). I believe this is by design in the browser text to speech API and doesn't seem like a bug to me ?

tom-s commented 5 years ago

Or perhaps I misunderstood the problem ?

tom-s commented 5 years ago

Closed due to inactivity