react-speech-kit icon indicating copy to clipboard operation
react-speech-kit copied to clipboard

Voices not loading in Brave browser

Open smv1999 opened this issue 2 years ago • 4 comments

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 ?

smv1999 avatar Jun 17 '22 07:06 smv1999

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

cordial avatar Jun 22 '22 17:06 cordial

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

smv1999 avatar Jun 24 '22 14:06 smv1999

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?

cordial avatar Jun 24 '22 14:06 cordial

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

dellwatson avatar May 18 '23 23:05 dellwatson