问题
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?
回答1:
I used this recording method instead, and it seems to work on Android+Chrome
来源:https://stackoverflow.com/questions/25817059/web-audio-api-on-android-chrome