0

i would create an app which uses speech recognition, but i'm new in this kind of implementation and i would know if you can help me. I've looked for here

http://developer.android.com/

i didn't find anything about it.

I would know how to use Google API speech recognition..can you suggest me some link please?

Thanks

1 Answer 1

3

This book: http://www.amazon.com/Professional-Android-Sensor-Programming-Milette/dp/1118183487/

Check out the code here: https://github.com/gast-lib/gast-lib

specifically: This class: https://github.com/gast-lib/gast-lib/blob/master/library/src/root/gast/speech/SpeechRecognizingActivity.java

Just have your code extend SpeechRecognizingActivity and you can be started in no time.

1
  • Does this works for english language only or for other languages too? I'm interested to italian language Commented Apr 1, 2015 at 6:39

Not the answer you're looking for? Browse other questions tagged or ask your own question.