This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Improve audio streaming handling #229
Open
Description
A few idea to improve audio streaming handling by the pushtotalk sample:
- separate input from output stream instead of sharing a single stream (see sounddevice.PortAudioError: Error opening RawStream: Device unavailable [PaErrorCode -9985] in the grpc sample #219 (comment))
- make sounddevice dependency optional on Raspberry Pi
- move audio process to dedicated thread