Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access to the microphone in JS?

The webcam is supported already in Opera Next, but what about microphone support? Do you know something about it?

like image 899
Danny Fox Avatar asked May 18 '12 10:05

Danny Fox


1 Answers

I know that there is a spec located here: http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html

And that webkit supports it like this: http://www.labnol.org/software/add-speech-recognition-to-website/19989/

The correct code would be:

<input x-webkit-speech type="text" />
like image 141
Allan Kimmer Jensen Avatar answered Oct 28 '22 06:10

Allan Kimmer Jensen