Java speech recognition API [closed]
Asked Answered
P

3

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?

Pekan answered 14/6, 2010 at 4:14 Comment(0)
M
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...

Mikkel answered 25/8, 2013 at 6:34 Comment(1)
3rd = 1st but writtenMartinemartineau
D
3

I would advise the android.speech package:

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

Discomfiture answered 14/6, 2010 at 15:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.