Web Audio API on Android Chrome

梦想的初衷 提交于 2019-12-24 08:30:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!