Question

I want to know that how voice recognition in android works? Which library it uses for voice recognition? Does it perform voice recognition process on device/mobile it self or it sends all voice to google servers and receives text in responce?

Thanks, Sunny.

Was it helpful?

Solution

Have a look at 4 Feets.com 4 Feets.com

They have a nice overview with a little example regarding voice reg in SDK 1.5.

OTHER TIPS

The 4 Feets.com answer is now very misleading, as the link contains quite a bit of speculative information that turned out to be inaccurate.

Please checkout the VoiceRecognition.java demo in ApiDemos, and the RecognizerIntent reference. Android speech recognition requires an internet connection as the data is sent off to google and you receive a list of possible text translations back.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top