I would like to create a web interface which would utilize a speech to text feature. Does anyone know of any speech to text api's which can be written in Javascript? Thanks in advance!
Asked
Active
Viewed 1.4k times
2 Answers
8
There is a very new HTML5 API for this, and although chrome is the only browser supporting it it is a built in feature of HTML5, it is still awesome and accurate. I don't use it, but you can find out more about it here: http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API

markasoftware
- 12,292
- 8
- 41
- 69
2
There are certainly APIs available that allow you to use JavaScript in conjunction with them: http://speechapi.com/apis/javascript/

Wildhoney
- 4,969
- 33
- 38