is speech recognition possible through javascript?
on windows8 this is now a supported feature, however i have no idea if it's possible to access such an api through javascript.
any details would be appreciated.
Develop games in your browser. Powerful, performant & highly capable.
bjadams : it's not possible via javascript. However, Google is using the "x-webkit-speech attribute" tag, for its HTML5 Speech API.
I didn't used it for the moment, but for what I know, it's WebKit sends the audio data as POST request to process it on their server.
thanks for the info Pode.
its bad news for me then as i was hoping there was some way to use speech recognition on windows8, since winRT now supports html5 development