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

New roc_transceiver API #260

Open gavv opened 5 years ago

gavv commented 5 years ago

roc_sender and roc_receiver provide a simple single-stream single-endpoint synchronous API. While it covers many cases, the user may want to go further:

This will be solved by a more complicated roc_transceiver API. It will have the following properties:

At the API level, roc_sender and roc_receiver features are a subset of roc_transceiver. The first API is simpler, and the second is more feature-rich.

At the protocol level, roc_sender and roc_receiver and roc_transceiver will be fully compatible and can be transparently used together.