MikeyParton / react-speech-kit

React hooks for Speech Recognition and Speech Synthesis
https://mikeyparton.github.io/react-speech-kit
238 stars 63 forks source link

Voices not loading in Brave browser #80

Open smv1999 opened 2 years ago

smv1999 commented 2 years ago

You have mentioned in your README :

"In some browsers voices load asynchronously. In these cases, the array will be empty until they are available."

What work-around can be used to make it work on Brave browser as well ?

cordial commented 2 years ago

They work for me in Brave browser, what framework are you using and what is your code?

smv1999 commented 2 years ago

Ohh, Is it ? It is not working for me :(. When I open the same application on Google Chrome, it is working fine.

cordial commented 2 years ago

how are u running it? i needed to use useEffect and useState to make it start on page load, are u running it from clicking a button?

dellwatson commented 1 year ago

how are u running it? i needed to use useEffect and useState to make it start on page load, are u running it from clicking a button?

vice versa, im using useEffect on load and it isnot working, if im using it with button it can work. only happen with brave browser

with chrome all good