In Chrome I'm recording audio while running speech recognition.
The recording is using AudioRecorder which internally calls getUserMedia
.
The speech recognition is using webkitSpeechRecognition
.
On the desktop (Win7 + latest Chrome) it works perfectly.
On Android (also latest Chrome) I get an "either or" behavior. When the recognition is working, the recording output is just a quiet file.
When the recording is working (seems random so far) the speech recognition doesn't output any results.
I get no visible error either way
You can see this other question dealing with this combination, although it was probably tested on a desktop and didn't run into the same problem.