JamesBrill / react-speech-recognition

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

Start/Stop sound in mobile chrome #25

Closed Desintegrator closed 4 years ago

Desintegrator commented 4 years ago

How to disable sound effects when recognition starts or stop?

farhanbombay commented 4 years ago

Android limitations, I am also frustrated

JamesBrill commented 4 years ago

Hi @Desintegrator can you elaborate on what you mean by "sound effects"? Does the browser actually play a sound when speech recognition is turned on or off?

I have not experienced this before, but I imagine that these sound effects would be controlled either by the browser or the OS. There is no mention of controlling such sound effects in the Speech Recognition docs.

JamesBrill commented 4 years ago

Ah yes, I just reproduced this on Android. The sound effects are indeed annoying. However, they seem to be controlled by the OS, so I don't think this is something we can control sadly.