Is there a free version for the Javascript Text API?

I would like to create a web interface that will use the Speech to Text feature. Does anyone know of any speech in api text that can be written in Javascript? Thanks in advance!

+3


source to share


2 answers


There is a very new HTML5 API for this, and while chrome is the only browser that supports it, it's built into HTML5, it's still awesome and accurate. I don't use it, but you can read more about it: http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API



+7


source


There are, of course, APIs that allow JavaScript to be used in conjunction with them: http://speechapi.com/apis/javascript/



+2


source







All Articles