livekit / client-sdk-unity

Official Unity SDK for LiveKit
https://livekit.io
40 stars 15 forks source link

try to fix audio delay. #38

Closed cloudwebrtc closed 5 months ago

cloudwebrtc commented 5 months ago

Use threads to push frames to the ffi core to avoid audio frame accumulation

cloudwebrtc commented 5 months ago

Depend on this fix to avoid inserting silent frames and causing latency accumulation.

https://github.com/livekit/rust-sdks/pull/353