googlesamples / assistant-sdk-cpp

Example of Google Assistant gRPC in C++
Apache License 2.0
96 stars 45 forks source link

Wake Word Functionality not supported #64

Open sumit3817 opened 5 years ago

sumit3817 commented 5 years ago

Hi,

As I am able to build the sdk on my linux machine. It is working without wakeword.

Can you please let me know how to build the sdk with wakeword.

Thanks, Sumit

Fleker commented 5 years ago

The C++ sample does not include a wake word detection component. If you want that, you should find a third-party implementation or build your own.