v0.3.1
Breaking changes from v0.2.*
AudioSource.__init__()
now requires two parameters: sample_rate
and num_channels
AudioSource.capture_frame
is now async and automatically handle the clock synchronisation
What's Changed
- fix muted/unmuted events by @theomonnom in livekit/rust-sdks#171
- more debugging logs by @theomonnom in livekit/rust-sdks#176
- feat: ffi improvements by @theomonnom in #50 livekit/rust-sdks#164
- end-to-end encryption by @cloudwebrtc @theomonnom in #48 livekit/rust-sdks#161
Full Changelog: v0.2.5...v0.3.1