googlesamples / assistant-sdk-cpp

Example of Google Assistant gRPC in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault in run_assistant_file.

mohit-thakur-721 opened this issue · comments

The sample command failed.
./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)

i found that the chunk variable in AudioInputFile::GetBackgroundThread() is not able to alloacte the memory.

commented

Duplicate of #62