19

Google has speech recognition services available for use from mobile phones (Android has it built in, iPhone users can use the Google application) - http://www.google.com/mobile/. We've found one article where someone tried to reverse engineer the service at http://waxy.org/2008/11/deconstructing_google_mobiles_voice_search_on_the_iphone/.

We want to better understand what is happening over the network when we use Android's RecognizerIntent. Does anyone have any experience using this service over the web or know of other articles that may explain its workings?

Michael Levy
  • 13,097
  • 15
  • 66
  • 100
  • This question may include helpful information - http://stackoverflow.com/questions/4361826/does-chrome-have-buil-in-speech-recognition-for-input-typetext-x-webkit-speec – Michael Levy Dec 06 '10 at 14:47
  • There was a good post at http://stackoverflow.com/questions/2319735/voice-recognition-on-android-with-recorded-sound-clip that dealt with this question and I believe the answer came from a Google employee. – Michael Levy Jan 19 '11 at 15:03
  • See Accessing Google Speech API - http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/ – Michael Levy Apr 08 '11 at 01:37

2 Answers2

4

I read this presentation few weeks ago- http://www.abelski.com/courses/android/speechinput.pdf

The following link is a 3 mile high review of the Google Voice Server .... http://www.google.co.jp/events/developerday/2010/tokyo/pdf/tt1-gruenstein.pdf

abRao
  • 2,787
  • 1
  • 25
  • 37
-5

Answer: just move your .apk file to your android phone it will work. Error is only occuring because we are trying to do in emulator

Nikhil
  • 16,194
  • 20
  • 64
  • 81