I'm considering a web-version of some of our programs and considering HTML5 and Flash.

Anyone know if it's even possible to record audio with HTML5?

link|improve this question

78% accept rate
feedback

3 Answers

up vote 3 down vote accepted

umm , it's pretty old news but i am just answering for posterity purposes . Google has proposed a Sound Capture API which is still under consideration under W3C HTML speech incubator group ( http://www.w3.org/2005/Incubator/htmlspeech/ ). Google also has posted a TTS example which works on Chrome beta http://slides.html5rocks.com/#speech-input all you have to do is

< input id = "speech-input-field" type="text" x-webkit-speech />

link|improve this answer
What O/S s does this work under? (Windows? Mac? Android?) – Clay Nichols May 19 at 21:38
feedback

A device element that would likely make this possible has been proposed.

It is very new and support among browsers will be somewhere between "weak" and "non-existent".

link|improve this answer
any update on this? – Crashalot Nov 6 '11 at 2:23
feedback

I don't think this feature is available yet, but its been rumored that HTML5 will be able to in the near future.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.