views:

166

answers:

2

HI, i am currently developing an android application where i am required to implement speech recognition...could u suggest a link where i could find a java speech recognition API...? Thanks

+1  A: 
Robert Harvey
A: 

I would advice the android.speech package:

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

Anthony