Java speech recognition API [closed]
Questi开发者_开发技巧ons asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI 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?
CMU Sphinx Open Source Toolkit For Speech Recognition
CMU Sphinx Open Source Toolkit For Speech Recognition Android
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...
I would advise the android.speech
package:
http://developer.android.com/reference/android/speech/package-summary.html
精彩评论