Ron Harlev
Ron Harlev

Reputation: 16703

Web Audio API on Android Chrome

I'm trying to test this audio recording example on Android devices with Chrome.
According to this Web Audio API should be available on Android Chrome 37.

The RecordRTC developer wrote here

RecordRTC uses WebAudio API for stereo-audio recording. AFAIK, WebAudio is not supported on android chrome releases, yet.

But now, it is listed as supported, so I assumed it should work.

I ran the following tests (all with the demo page)

Any advice on how to make it work?

Upvotes: 1

Views: 2385

Answers (1)

Ron Harlev
Ron Harlev

Reputation: 16703

I used this recording method instead, and it seems to work on Android+Chrome

Upvotes: 1

Related Questions