roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.02k stars 203 forks source link

Support pause/resume in SoxSink #679

Closed gavv closed 1 month ago

gavv commented 5 months ago

In SoxSink, implement pause()/resume() methods same way as it's done in SoxSource (i.e.: if device is not file, close it in pause, and reopen in resume; for files, do nothing).