Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Record audio using HTML5 Microphone?

Tags:

html

audio

Is it possible in any current browser (including, for instance, Chrome Canary)?

All the working examples I've seen are speech-to-text. Is there anything to either record audio or stream it to a server?

Update 4/30/2012: The getUserMedia API is sloowwwwly making its way into browsers. It is in the latest version of Opera and apparently is in-progress in Chromium.

If you want a taste of how it will work, see: http://www.html5rocks.com/en/tutorials/getusermedia/intro/

like image 748
Alex Churchill Avatar asked Oct 11 '22 09:10

Alex Churchill


1 Answers

There doesn't seem to be an implementation of this in current browsers.

There is a JavaScript API for getting access to microphone and camera planned: http://www.whatwg.org/specs/web-apps/current-work/multipage/video-conferencing-and-peer-to-peer-communication.html#obtaining-local-multimedia-content

Also, have a look at this question: How do I access navigator.getUserMedia()?

like image 159
Lenar Hoyt Avatar answered Oct 20 '22 01:10

Lenar Hoyt