daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Change to timeout wait #81

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

Use wait_for in threads to allow them unblock and return in the event that there is no new data to process. Closes #79