我希望我的应用识别离线音频片段中的数字(1-100)。我没有找到任何教程。我该怎么办?
我不想使用任何API。
答案 0 :(得分:1)
除非你打算自己创建类来识别语音,否则你应该使用适用于Android的SpeechRecognizer API。
https://developer.android.com/reference/android/speech/SpeechRecognizer.html
在mykong上有一些可用的例子,这个例子在Android hive上:
http://www.androidhive.info/2014/07/android-speech-to-text-tutorial/