Mike Parton

Results 4 comments of Mike Parton

I can reproduce the error and will take a closer look later today. It looks like support for SpeechRecognition on edge is pretty new and others have reported buggy behaviour...

Unfortunately this appears to be a bug with Edge's implementation of the SpeechRecognition api. The following minimal example without react-speech-kit throws the same error. ```js const recognition = new window.webkitSpeechRecognition();...

I'm not sure what you mean by set up a new language, but the `useSpeechSynthesis` hook returns an array of voices that are available in the browser. You can then...

I found that this was happening when I didn't have zod installed in the project that was using the exported types.