I've been told that HTML5 doesn't have an audio input object, but that's what it seems they are doing here. Any tips of how I'd implement similar?
Ask HN: How does Google Voice search get input w/o flash?
1–6 of 6 posts
Re: Ask HN: How does Google Voice search get input w/o flash?
#2Re: Ask HN: How does Google Voice search get input w/o flash?
#3Re: Ask HN: How does Google Voice search get input w/o flash?
#4Yeah this is a Google Chrome specific feature. Chrome records your voice, uploads an mp3 to a Google server and returns the text. It is about the least efficient way to accomplish the task. Ridiculous really. Our operating systems (even Windows95) have had speech features forever, but it's implemented in a very clunky way. Instead there should be a standardized speech-to-text input, or JavaScript API where I can use…
Re: Ask HN: How does Google Voice search get input w/o flash?
#5Re: Ask HN: How does Google Voice search get input w/o flash?
#6Yeah this is a Google Chrome specific feature. Chrome records your voice, uploads an mp3 to a Google server and returns the text. It is about the least efficient way to accomplish the task. Ridiculous really. Our operating systems (even Windows95) have had speech features forever, but it's implemented in a very clunky way. Instead there should be a standardized speech-to-text input, or JavaScript API where I can use…
The built-in speech recognition in your OS isn't as good as Google's (and it may not even be there — think Linux or Chrome OS).
The point isn't really about accuracy, it's about usability. The way this is implemented in Chrome does not make it possible to use voice commands to do operations in a web browser. That's what we need. We don't just need a voice input for Google search.