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

Simplify pushtotalk sample

Open proppy opened this issue 6 years ago • 0 comments

Now that we have https://github.com/googlesamples/assistant-sdk-python/blob/master/google-assistant-sdk/googlesamples/assistant/grpc/audiofileinput.py as a standalone sample, we could simply pushtotalk further by:

  • remove file input/output functionality
  • remove audio_helper and use https://python-sounddevice.readthedocs.io/ async API directly
  • split device action in a dedicated sample

proppy avatar Nov 11 '19 14:11 proppy