assistant-sdk-python icon indicating copy to clipboard operation
assistant-sdk-python copied to clipboard

Hot word is not available, sample is depraced.

Open kamilk91 opened this issue 4 years ago • 2 comments

https://developers.google.com/assistant/sdk/guides/library/python/extend/handle-device-commands here is depraced sample. Hot word option is not available.

kamilk91 avatar Sep 28 '20 16:09 kamilk91

Adding for those who are trying to enable hotword feature and avoid push enter to talk you can do these steps: // upgrade google-assistant-library $ python3 -m pip install --upgrade google-assistant-library

//Run the demo google-assistant-demo --project-id PROJECT_ID --device-model-id DEVICE_MODEL

and then you can use "hey google or OK google" hotword, no keyentries needed. You can also make it run at system startup which makes it great ;)

beckmx avatar Oct 08 '20 17:10 beckmx

It says it's deprecated

lordjoo avatar Nov 28 '20 11:11 lordjoo