Capturing a microphone in HTML5
Is there another way to access the microphone in HTML5 / JavaScript?
Planned for audio streaming, not recording. So nothing with file recording etc., but just streaming microphone input.
There is an audio API and getUserMedia (). At this point, getting sound seems to be impossible. Is there a way or workaround?
+3
source to share