googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
915 stars 321 forks source link

google sdk c++ is not supporting wake-word engine. #364

Open Harman-MagicBox opened 5 years ago

Harman-MagicBox commented 5 years ago

Hi all,

when I run this command,

./run_assistant_audio --credentials ./credentials.json

It always active i.e. without even saying the "Ok Google" wake word.

Do let me know if Google sdk C++ support "wake-word" or not.

OUTPUT AFTER RUNNING ASSISTANT_FILE COMMAND:-

~/assistant-sdk-cpp$ ./run_assistant_file --input ./resources/weather_in_mountain_view.raw --output ./response.wav --credentials ./credentials.json terminate called without an active exception Aborted (core dumped)

Fleker commented 5 years ago

The C++ version does not support wake word detection.

Harman-MagicBox commented 5 years ago

Thanks :) Any other version of SDK, instead of python support wake word detection?

Fleker commented 5 years ago

No, there is just the Python library which supports it. The other samples use the gRPC API, which does not have any local wake word component.

swat1998 commented 4 years ago

Is the python library for wake word still working? Cannot find it though.....