问题
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