2

I am an android application developer. I was curious as to how does voice recognition could be implemented using android. There is inbuilt support for speech recognition in android, but how can it be used to implement voice recognition...Are there any links which would help me in learning on this topic..

Thanks

doppelgreener
  • 4,809
  • 10
  • 46
  • 63
jaymin
  • 241
  • 1
  • 3
  • 5
  • Check the API demos sample: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html – Praveen Jun 16 '10 at 09:09

1 Answers1

1

It's easy to get speech recognition working. A little more difficult to get it working well. See this answer to get started:

Speech recognition in Android

You also might be interested in these links:

http://www.4feets.com/2009/04/speech-recognition-in-android-sdk-15/

Making a Text-To-Speech Wrapper in Android

Android speech - how can you read text in Android?

Community
  • 1
  • 1
gregm
  • 12,019
  • 7
  • 56
  • 78