roc-streaming / roc-toolkit

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

Use URIs for devices and files #268

Closed gavv closed 5 years ago

gavv commented 5 years ago

This PR switches roc_sndio and tools from using driver name plus input/output name to using a single URI, both for devices and files. The concept of drivers becomes completely hidden from user.

See #258.

gavv commented 5 years ago

Moved to #270.