James Brill

Results 29 comments of James Brill

Hi @marharyta Thanks for raising this! Yes absolutely, a Google Cloud speech-to-text polyfill would be awesome - nobody has raised interest in it until now. Ensuring there are Web Speech...

A little update on this. I was able to create a working polyfill that replicates the behaviour in `react-hook-speech-to-text`. However, it seems the implementation uses the [REST API](https://cloud.google.com/speech-to-text/docs/reference/rest/v1/speech/recognize?hl=en_GB) to upload...

Hi @peterzanetti @daveydee33 thanks for raising this! I understand your pain and have checked in again with Speechly to get a better idea of which languages they'll be supporting next...

@peterzanetti [This comment and the overall thread outlines the bugs](https://github.com/JamesBrill/react-speech-recognition/discussions/79#discussioncomment-831176) I found last time I tested the AWS polyfill. ceuk says he's back working on it again, though I'm sure...

Keep an eye out for new supported languages in Speechly here https://www.speechly.com/blog

Hi @iamtheef Could you provide more information? Do you have a code snippet you can share? And what browser are you running it on?

> My browser is Brave Version 1.31.91 Chromium: 95.0.4638.69 (Official Build) (x86_64) btw I suspect this is the problem (your code looks fine). Although Chrome offers speech recognition, it is...

It is exactly this reason why I encourage users of `react-speech-recognition` to [integrate a polyfill](https://github.com/JamesBrill/react-speech-recognition#why-you-should-use-a-polyfill-with-this-library). The Web Speech API is supported in a handful of other browsers (e.g. recent versions...

@iamtheef I am surprised to see that error - has it disappeared consistently now? If not, it might be worth testing the [Speechly client](https://github.com/speechly/speechly/tree/main/libraries/browser-client) directly and see if you get...

Hi @mfkrause ! >Whenever I call the abortListeningOverride(), all three console.log()s return a true. `listening` is state generated from a React Hook, meaning it won't change until the component is...