Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speech recognition for recorded audio files in .3gp or wav format [duplicate]

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?

like image 543
user1916399 Avatar asked Dec 30 '12 17:12

user1916399


1 Answers

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

Also see:

  • Speech to Text from own sound file
  • Voice recognition on android with recorded sound clip?
like image 168
ridoy Avatar answered Nov 02 '22 23:11

ridoy