本文介绍了Android上的离线Google语音识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在开发一个Android应用程序,该应用程序将监听语音命令,并相应地触发操作.
I am working on an android application which will listen to voice command and triggers actions accordingly.
以下是一些疑问:
- 是否可以在android应用中使用google语音识别离线库.
-
我们可以创建自己的单词词典吗?带有唤醒词的命令.
- Is google voice recognition offline library is available to use in android apps.
Can we create our own dictionary of words & commands with wake up word.
应用程序应在脱机模式下运行(没有Internet).
Application should work in offline mode(Without Internet).
推荐答案
我认为此问题已在此处得到解答: Android中的离线语音识别(JellyBean)
I think this question is already answered here: Offline Speech Recognition In Android (JellyBean)
使用Google语音识别是不可能的.因此,我建议您使用其他解决方案: PocketSphinx
This is not possible with Google voice recognition. Therefore I would suggest you a different solution: PocketSphinx
与PocketSphinx一起使用
Possible with PocketSphinx
这篇关于Android上的离线Google语音识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!