react-speech-recognition
react-speech-recognition copied to clipboard
💬Speech recognition for your React app
I completed the polyfill as instructed in the documentation in an attempt to use the app across browsers, but I still receive the following issue from node modules. this happens...
Is it possible to handle multiple commands matching a spoken text? As I understand the API, if multiple commands match (which can happen easily with wildcards etc.), many callbacks will...
Hello, I wonder if this library supports nested commands (For example, a scenario when I want to confirm the previous command with a yes/no question command to activate something else)....
transcript doesn't seem to update at all
Hey, thanks for the great module – I'm using Chrome 96 (haven't tested other browsers yet) and having some troubles with the continuous mode. I've previously used v2 of this...
I use this package in my pc as windows pro version 21H1 and it is works fine but when I format my laptop and update in windows 10 21H2 and...
The README specifies additional language support coming to speechly polyfill. Is there a time frame on this? The apps I create on speechly side don't seem to support anything but...
This error is reported when I use the library on my project: Uncaught ReferenceError: regeneratorRuntime is not defined
Get transcript on chrome desktop but not on Chrome Android & isMicrophoneAvailable returns undefined
Hi :) So the code works great on Chrome desktop, but when I use it on a mobile device (with Chrome Android) the transcript stays empty. while trying to solve...
As per https://github.com/JamesBrill/react-speech-recognition/issues/127, it appears that `browserSupportsSpeechRecognition` incorrectly indicates that speech recognition is supported in Chromium browsers like Brave. Google disables the speech recognition client in Chromium browsers, although it...