Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bindings for roc_sender_encoder and roc_sender_decoder #122

Open
gavv opened this issue Jun 6, 2024 · 0 comments
Open

Add bindings for roc_sender_encoder and roc_sender_decoder #122

gavv opened this issue Jun 6, 2024 · 0 comments
Labels
api Changes in public API good first issue Good for newcomers help wanted Contributions are welcome

Comments

@gavv
Copy link
Member

gavv commented Jun 6, 2024

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.

@gavv gavv added help wanted Contributions are welcome good first issue Good for newcomers api Changes in public API labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes in public API good first issue Good for newcomers help wanted Contributions are welcome
Projects
None yet
Development

No branches or pull requests

1 participant