How to Demo Chrome 11′s Speech Recognition Feature
Posted on 23. Mar, 2011 by Daniel Cawrey in Tips
With Chrome 11 hitting the Beta Channel, a number of new improvements to the V8 JavaScript engine and GPU-accelerated 3D CSS have been added. But what sticks out the most in this release is a new API that allows for speech input. While there aren’t many places on the web you can use this right now, there is a demo at the Google-hosted HTML5 Rocks site here.
You need to have Chrome 11 in order for this to work. Once you get to the HTML5 Rocks site, you’ll notice a field with a little microphone. Just click the mic icon and speak whatever it is you wish. In a few moments you’ll see that the word(s) appear in the text box.
This technology is similar to the Google Voice Search that the company has for smartphones. But instead of being trapped in a mobile app on a phone, the speech input API could be used for a number of things that creative developers will be able to come up with.
What uses could you see the speech input API being used for on the web?
via Google Chrome Blog, DownloadSquad







Matthew
23. Mar, 2011
Does the speech recognition computation happen in the browser code, or do they send the voice bits to their Google servers which translates it into text and then send it back to the browser?
The latter is how voice recognition works on Android, and why it only works when you have an active internet connection.
It seems a little weird to me to build an html5 standard that requires server side computation. How is a non-profit open source browser going to fund the massive server load needed, not to mention the R&D needed to develop a voice-to-text translator? Google’s stuff is proprietary.
Daniel Cawrey
23. Mar, 2011
It needs the work of a server-side translation tool as described in this blog post. True, that means the API would not be a open standard, but many Google APIs are not anyways and this is especially true when a platform uses their own resources.
bob
23. Mar, 2011
peach reckon mission is working grate sew far!
morocarlo
23. Mar, 2011
If you wants speech recognition in your website yust put:
//not neccesary
and it’s works (only with chrome 11)
this is my italian post:
http://www.chromeos.eu/2011/03/23/chrome-11-ci-capisce-ecco-come-fargli-capire-litaliano/
p.s. sorry for my english
Speech Input API–über ein Attribut Spracheingabe im Web? | Code-Inside Blog
06. Jan, 2012
[...] Seit Chrome 11 gibt es “Unterstützung” für die Speech Input API. Gelesen hatte ich davon, allerdings hatte ich mir die Integration komplex vorgestellt. Sehr zur Überraschung ist die Implementierung allerdings sehr einfach – über das Attribut “x-webkit-speech” (später soll es einfach nur “speech” sein). Das ganze soll für Input und Textarea Elemente funktionieren: [...]
Speech Input API – speech input with an attribute in the Web? | Code-Inside Blog International
16. Mar, 2012
[...] Since Chrome 11 there is a “support” for the Speech Input API. I’ve read about this but in fact I thought the integration would be more extensive. Surprisingly the implementation is very easy – with the attribute “x-webkit-speech” (later on it’s only “speech”). The whole thing should be able to work with Input and Textarea elements: [...]