22

I am currently developing an Android application where I am required to implement speech recognition.

Could you suggest a link where I could find a Java speech recognition API?

nbro
  • 15,395
  • 32
  • 113
  • 196
jaymin
  • 241
  • 1
  • 3
  • 5

3 Answers3

21

CMU Sphinx Open Source Toolkit For Speech Recognition

CMU Sphinx Open Source Toolkit For Speech Recognition Android

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
6

Please read these articles they contain good tuts on Speech Recognition

1) This - A video tutorial from Youtube.

2) This - A tutorial which goes through the process of creating a app which uses SpeechRecognition.

3) This - A opensource Voice recognition project...

Prakhar
  • 2,270
  • 19
  • 26
3

I would advise the android.speech package:

http://developer.android.com/reference/android/speech/package-summary.html

Peter G.
  • 14,786
  • 7
  • 57
  • 75
Anthony
  • 1,245
  • 1
  • 16
  • 15