How to record voice by Chrome's HTML5 feature?

507 Views Asked by At

Chrome 11 supports voice recording by <intput type="text" x-webkit-speech /> But what's passed to server ? what's the format ?

Any server sample code ? And ... how to playback the recorded file ?

Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

As far as I know, Google Chrome doesn't support voice recording, but speech recognition and the speech recognition is done server-side.

Therefore you can't record the voice and play it later, unless you edit the chromium source code, but it will work only on modified version of the browser.