JamesBrill

Results 7 issues of JamesBrill

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...

There are couple of undesirable behaviours in the `abortListening` method: * Bug 1 - repro steps: 1. Start listening 2. Say something to produce an interim transcript 3. Before the...

### What An option to turn the microphone off when audio processing is stopped. ### Why Native browser Speech Recognition implementations usually turn off the microphone when their `stop()` methods...

enhancement

### What This PR applies the patch suggested [here](https://github.com/speechly/speech-recognition-polyfill/issues/30#issuecomment-1288656895), which should close the mic when the polyfill is inactive. TODO: * Validate solution * Update tests * Update docs if...

Hi @compulim ! I'm the author of the [React Speech Recognition hook](https://github.com/JamesBrill/react-speech-recognition). I recently made a new [release](https://github.com/JamesBrill/react-speech-recognition/releases/tag/v3.7.0) that supports polyfills such as yours. Indeed, yours is currently the first...

# Steps * Set `continuous` property to `true` * Call `start` * Call `stop` # Expected behaviour * Transcription stops * Microphone is turned off * When called again, `start`...

I'm unable to install the latest version of this polyfill (note that I have installed the Azure peer dependency). The failure comes from a post-install script in the latest major...