-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add bindings for encoder and decoder #140
Copy link
Copy link
Open
Labels
category: apiTask related to API updatesTask related to API updatescategory: jniJNI-related tasksJNI-related tasksgood first issueGood for newcomersGood for newcomershelp wantedContributions are welcomeContributions are welcome
Description
Activity
Metadata
Metadata
Assignees
Labels
category: apiTask related to API updatesTask related to API updatescategory: jniJNI-related tasksJNI-related tasksgood first issueGood for newcomersGood for newcomershelp wantedContributions are welcomeContributions are welcome
We already have bindings for roc_sender and roc_receiver (RocSender, RocReceiver in Java).
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.