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
  • 13,796
  • 25
  • 99
  • 185
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
  • 173,679
  • 45
  • 326
  • 490
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
  • 17
  • 26
3

I would advise the android.speech package:

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

Peter G.
  • 14,328
  • 7
  • 55
  • 75
Anthony
  • 1,119
  • 1
  • 13
  • 14