Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to create a proof of concept where users will record and replay audio, but it should be done using HTML5 without any browser plugin. Is this possible today?

Thanks in advance.
Posted

1 solution

Hi Marcelo,

I was reading recently the proposed spec modifications for HTML5, recording capability is being considered, it is currently support in chrome only I believe (thats how google implement the speech search capability, you could see if the Speech Input API helps any http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html[^])

Start here; http://code.google.com/p/gears/wiki/AudioAPI[^]

There is also a link off to the HTMLAudioElement reference.

Think that should get you going.

Edit: Final Report of the HTML Speech Incubator Group (6th December 2011)[^] is an interesting read.
 
Share this answer
 
v3
Comments
Marcelo Ricardo de Oliveira 30-Dec-11 13:55pm    
Thanks for the answer Dave, I'll take a look at it.
Marcelo
DaveAuld 30-Dec-11 13:57pm    
I tried to find the original article I was reading, but got nowhere, I am sure it was one of google's blogs. It also covered other hardware such as webcam support etc.
thatraja 2-Jan-12 4:01am    
Have 5 Dave, Please update this answer when you find the missing article.

BTW Happy new year wishes!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900