在第28天,他们更新了google-assistant-sdk,现在可以使用googlesamples-assistant-pushtotalk命令。之前我用的是googlesamples-assistant-hotword。之前的命令允许你说ok,谷歌,我开始听到你的声音了。现在你必须给它才能进入。有没有人知道我怎么做才能让它像我说谷歌开始听助手?
发布于 2019-10-03 04:11:59
安装google服务,如下所示:
https://developers.google.com/assistant/sdk/guides/service/python/
然后在venv google库中安装:
source env/bin/activate
pip install google-assistant-library然后你就可以用hotword来运行google助手了:
googlesamples-assistant-hotword --project-id project --device-model-id modelhttps://stackoverflow.com/questions/56878089
复制相似问题