7

Possible Duplicate:
Voice recognition on android with recorded sound clip?

I am developing an Android app which will record audio to a file, and then use speech recognition to get text from the recorded speech.

Is there a speech recognition library available for this sort of task? How can I get started?

Community
  • 1
  • 1
user1916399
  • 79
  • 1
  • 1
  • 4

1 Answers1

1

Get start with this tutorial where you can learn speech to text conversion in Android with it's speech API

Also see:

Community
  • 1
  • 1
ridoy
  • 6,274
  • 2
  • 29
  • 60