cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Recording on mobile while using webkitSpeechRecognition #9

Closed harlev closed 9 years ago

harlev commented 10 years ago

I'm recording audio while running recognition with 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 audio working, but the output is just a quiet file. When the recording is working (seems random so far) the recognition doesn't output any results. But I get no visible error either way

cwilso commented 10 years ago

sounds like a android Chrome bug. Should be filed at crbug.com.

On Thu, Sep 18, 2014 at 12:52 AM, harlev notifications@github.com wrote:

I'm recording audio while running recognition with 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 audio working, but the output is just a quiet file. When the recording is working (seems random so far) the recognition doesn't output any results. But I get no visible error either way

— Reply to this email directly or view it on GitHub https://github.com/cwilso/AudioRecorder/issues/9.