assistant-sdk-python
assistant-sdk-python copied to clipboard
Simplify pushtotalk sample
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