assistant-sdk-cpp
assistant-sdk-cpp copied to clipboard
Example of Google Assistant gRPC in C++
When I do make in the grpc directory I get a warning because of a cast in connect.c and it stops compiling because it treats all warnings as errors. Heres...
So I was trying to run the make run_assistant and it's saying that it cant found gRPC and alsa packages and to export them to the env variable PKG_CONFIG_PATH, basically,...
Hi, I want to add google assistant to an embedded platform(memory limited). To run run_assistant_audio how much dynamic memory is needed? Thanks,
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...
- Enable warnings when compiling. - Read and send 16kB when using files. #48 - change chunk_size and the delay accordingly - use std::make_shared to avoid calling new - use...
Add CI support within GitHub to auto-respond to PRs
- apply shellcheck and use Bash strict mode. - use the same prolog in each shell script. - avoid exporting variables when not needed. - take advantage of git clean...
in `audio_input_file.cc` the `chunk_size` is set to 20kB. Why? Is there any official documentation/guidelines explaining this?
"make LANGUAGE=cpp" for googleapis is giving the following error: google/ads/googleads/v0/common/custom_parameter.proto:31:8: Option "php_metadata_namespace" unknown. Makefile:46: recipe for target 'google/ads/googleads/v0/common/custom_parameter.pb.cc' failed make: *** [google/ads/googleads/v0/common/custom_parameter.pb.cc] Error 1 Any leads on resolving this?
using " ./run_assistant_audio --verbose --credentials=credentials.json" works perfectly after export GRPC_TRACE=all (or anything at all) and repeating command it hangs. I'm on a Raspberry Pi with code cloned on 7/24/18