Capturing microphone input through HTML5 [closed]

久未见 提交于 2019-12-24 03:29:51

问题


If I get it right, this will be achieved through the HTML5 JavaScript API navigator.getUserMedia() in the future.

As of this date, what browsers support it? Beta, alpha, build from source.. How can I play around with it?


回答1:


https://labs.ericsson.com/apis/web-real-time-communication/documentation

This is the only documentation at the time. Only for a certain browser. No major browser supports it.




回答2:


Mozilla has an experimental implementation available in nightly builds.

check out Audio Data API

Obtaining_Builds



来源:https://stackoverflow.com/questions/8187453/capturing-microphone-input-through-html5

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