Capturing Microphone Input Through HTML5
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
Solution 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.
Solution 2:
Mozilla has an experimental implementation available in nightly builds.
check out Audio Data API
Post a Comment for "Capturing Microphone Input Through HTML5"