Audio Recording html5 on iOS

隐身守侯 提交于 2019-12-23 12:32:55

问题


I am attemping to access the microphone on iOS in order to capture user input.

<input type="file" accept="audio/*;capture=microphone">

But whenever I click this I see the options (take photo or video, photo library)

How can I access the microphone only?


回答1:


As of IOS 8.3, it's not supported by Safari.

http://caniuse.com/#search=getusermedia



来源:https://stackoverflow.com/questions/31248773/audio-recording-html5-on-ios

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