Saturday, October 18, 2014

[repost ]The HTML5 Speech Recogntion API

original:http://ift.tt/1iq4hY6 The HTML5 Speech Recogntion API The HTML5 Speech Recognition API allows JavaScript to have access to a browser’s audio stream and convert it to text. Chrome version 25 rolled out speech recognition so you can now invite users to talk to your web applications. Basic usage var recognition = new webkitSpeechRecognition(); recognition.onresult = function(event) […]



via WordPress http://ift.tt/1FhguIy

Labels:

0 Comments:

Post a Comment

<< Home