Offline google voice recognition on android

雨燕双飞 提交于 2019-12-30 06:30:10

问题


I am working on an android application which will listen to voice command and triggers actions accordingly.

Below are some doubts:

  1. Is google voice recognition offline library is available to use in android apps.
  2. Can we create our own dictionary of words & commands with wake up word.

  3. Application should work in offline mode(Without Internet).


回答1:


Is Google voice recognition offline library is available to use in android apps.

I think this question is already answered here: Offline Speech Recognition In Android (JellyBean)

Can we create our own dictionary of words & commands with wake up word.

This is not possible with Google voice recognition. Therefore I would suggest you a different solution: PocketSphinx

Application should work in offline mode(Without Internet).

Possible with PocketSphinx



来源:https://stackoverflow.com/questions/40652373/offline-google-voice-recognition-on-android

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