Search code examples
web-audio-apigetusermedia

Is getUserMedia microphone streaming not fully implemented on chrome for android?


When run on Chrome for Android (29.0.1547.72 on a Nexus 4 with 4.3.0) getUserMedia just returns 0's in the stream buffer when set to audio. i.e. it's not capturing the mic audio.

Is this yet to be fully implemented, or is it an error?

An example can be seen using this demo site: http://learnwithecho.com/testaudio.html

Thanks


Solution

  • We now have Web Audio input working in Chrome for Android Beta (31.0.1650.11).