You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have bindings for roc_sender and roc_receiver (see sender.go and receiver.go).
Roc Toolkit 0.3 introduced a networkless version of this API: roc_sender_encoder and roc_sender_decoder. We need to add bindings and unit tests for this new API.
Follow-up for #118.
We already have bindings for roc_sender and roc_receiver (see sender.go and receiver.go).
Roc Toolkit 0.3 introduced a networkless version of this API: roc_sender_encoder and roc_sender_decoder. We need to add bindings and unit tests for this new API.
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers for new API are here: sender_encoder.h, receiver_decoder.h.
The text was updated successfully, but these errors were encountered: