Chrome 21 was recently released, but I have not seen any working examples of getUserMedia for recording audio.
I've seen some nice examples for working with the webcam, but none that are able to record audio in a format that you could upload to a server:
/
WebRTC is saying that recording in this way may not be possible yet, even with the Chrome update:
I have had success using Flash to do this and save as an MP3, WAV, or OGG file. I've also found ways to do it in Java. I think doing it natively in the Browser would be amazing.
Chrome 21 was recently released, but I have not seen any working examples of getUserMedia for recording audio.
I've seen some nice examples for working with the webcam, but none that are able to record audio in a format that you could upload to a server:
http://neave./webcam/html5/
WebRTC is saying that recording in this way may not be possible yet, even with the Chrome update: http://www.webrtc/faq-recent-topics
I have had success using Flash to do this and save as an MP3, WAV, or OGG file. I've also found ways to do it in Java. I think doing it natively in the Browser would be amazing.
Share Improve this question edited Oct 21, 2013 at 18:16 Brian Ruff asked Aug 5, 2012 at 4:03 Brian RuffBrian Ruff 1371 silver badge10 bronze badges 01 Answer
Reset to default 3this demo shows how to use it in opera/canary; its from march, and i think (from what you said) that it's now in chrome: http://creativejs./2012/03/getting-started-with-getusermedia/