Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API for Google's speech recognition technology? [closed]

Tags:

I want to try creating a jQuery slideshow using simple voice commands like "next" or "previous". Is there a way to use Google's voice recognition? I know about Chrome's x-webkit-speech, but I have to click a button to use it.

I tried MIT's WAMI, but I found it slower and less accurate than Google's speech cognition.

like image 527
Leo Jiang Avatar asked Jan 12 '12 04:01

Leo Jiang


2 Answers

As of today this now exists, for Chrome: http://chrome.blogspot.co.uk/2013/01/hello-browser.html

(api doc)

like image 69
Tim Perry Avatar answered Sep 22 '22 00:09

Tim Perry


For an easy way to do this with JavaScript, check out annyang, which is a library that makes dealing with speech recognition super-easy.

like image 29
Tal Ater Avatar answered Sep 25 '22 00:09

Tal Ater