livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
185 stars 44 forks source link

API for pre-encoded audio tracks #341

Closed kuba-- closed 3 months ago

kuba-- commented 3 months ago

This PR contains small changes in API - exports pre_encoded option for AudioOptions, so we can propagate this information down to encoders (webrtc C++ library).

Note: This PR can be merged iff we merge similar API changes in webrtc (https://github.com/webrtc-sdk/webrtc/pull/120)