SahilAggarwal2004 / react-text-to-speech

An easy-to-use React.js component that leverages the Web Speech API to convert text to speech.
https://www.npmjs.com/package/react-text-to-speech
MIT License
26 stars 4 forks source link

Webspeech API dumps text to browser screen #1

Closed squareping closed 10 months ago

squareping commented 10 months ago

Hi,

I have been experimenting with WebSpeech API. For some reasons, the text as a result of SpeechRecognition or TextToSpeech component are output on browser screen.

I thought this is a verbose mode for debugging or something, but I cant override it.

I wonder why other users have not reported it. Maybe, I did not have it install correctly or something.

Please advise.

Thanks Peter Pham

SahilAggarwal2004 commented 10 months ago

Hey @squareping! Unfortunately, I am not able to replicate such an issue. Can you show me exactly how are you using the Speech component? Also, which browser are you using?

And I would like apologize in advance if I reply late to your query as my university exams are going on right now

SahilAggarwal2004 commented 10 months ago

Hey @squareping, I am closing this issue since your issue has been resolved.