Possible Duplicate:
Voice recognition on android with recorded sound clip?可能重复:Android上的语音识别与录制的声音剪辑?
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.
我正在开发一个Android应用程序,它将音频录制到文件,然后使用语音识别从录制的语音中获取文本。
Is there a speech recognition library available for this sort of task? How can I get started?
是否有语音识别库可用于此类任务?我该如何开始?
1 个解决方案
#1
1
Get start with this tutorial where you can learn speech to text conversion in Android with it's speech API
从本教程开始,您可以使用它的语音API学习Android中的语音到文本转换
Also see:
- Speech to Text from own sound file
- Voice recognition on android with recorded sound clip?
从自己的声音文件到语音的语音
Android上的语音识别与录制的声音剪辑?
#1
1
Get start with this tutorial where you can learn speech to text conversion in Android with it's speech API
从本教程开始,您可以使用它的语音API学习Android中的语音到文本转换
Also see:
- Speech to Text from own sound file
- Voice recognition on android with recorded sound clip?
从自己的声音文件到语音的语音
Android上的语音识别与录制的声音剪辑?