JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
645 stars 116 forks source link

Any luck using a polyfill to overcome the unsupported continuous listening on android chrome browser? #151

Open SemionVino opened 1 year ago

SemionVino commented 1 year ago

As stated in the library's documentation, continuous listening on android (and mobile devices in general) chrome is a bad experience, because the microphone constantly resets. It mentions that using a polyfill can help solve the issue. Been wondering if anyone managed to successfully do that, as I'm not sure if that's even possible, because it seems that it's a chrome issue, regardless of the speech recognition software used. Also, in the polyfills readme page the Speechly guide URL is old and leads nowhere