Android offline voice recognition

前提是你 提交于 2020-01-01 19:22:56

问题


I already use HTK (Hidden Markov Model Tool Kit) for recognizing specific commands used to control my Android application, but in this case I need to pass some voice data to a server and that may consume more time.

To prevent this latency, I am thinking about using pocketsphinx to recognize the voice data locally with the Android application so that I won't need to pass that audio to the server.

If this is a good idea, is it easy to learn pocketsphinx from scratch? Also, what are advantages and disadvantages of both techniques (server-based and local voice recognition), and which one is better?


回答1:


CMUSphinx is definitely a great idea, it has a number of advantages over HTK:

  • Better license
  • Works offline on Android
  • Fast
  • Supports multiple languages out-of-box
  • Easier to use and learn

You definitely should try Pocketsphinx, for more information see

http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/



来源:https://stackoverflow.com/questions/15326026/android-offline-voice-recognition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!