1

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)

  • Chrome 37 on windows - Works
  • Chrome 37 on Galaxy S4 Androind - fails
  • Chrome 37 on Nexus 7 Androind - fails
  • Chrome 38 Beta on Nexus Androind - fails
  • Chrome 37 on Galaxy Nexus Androind - fails

Any advice on how to make it work?

Ron Harlev
  • 16,227
  • 24
  • 89
  • 132

1 Answers1

1

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

Community
  • 1
  • 1
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132