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

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?


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?
  • 链接地址: http://www.djcxy.com/p/34442.html

    上一篇: Google语音识别如何工作?

    下一篇: 以.3gp或wav格式录制的音频文件的语音识别