Recording a user's voice from a web browser

I mimic something like the Google Voice plugin for voice recognition. I want to record a voice from a web browser and send it to the server for processing. In short, I want to do as described in Accessing the Google Speech API / Chrome 11 . I have seen similar notes, but they have very few answers. And also I want to do it without a flash. I know this is possible because chrome does it! So how can we do this? Any help in any language is appreciated and required!

+3
source share
2 answers

.. How can we do this? "

The answer is indicated in a related document, namely:

. Google 11 Chrome -, API HTML5.

+2

HTML 5 Speech API, . , , .

+1

All Articles