Launch app on voice command android

只愿长相守 提交于 2019-12-12 04:28:42

问题


i need an example of app launch on particular word. i know this is possible using speech recognition api. I just need a clue to start.

I see other apps are able to establish this.


回答1:


I did this b4 using android service.i kept a background service working and added a listiner to it and keep checking the tresults if it equals ur voice command.




回答2:


try to use Android Service which listens to voice + voice to text and you can go through the text and find the check word



来源:https://stackoverflow.com/questions/40828599/launch-app-on-voice-command-android

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