livekit / client-sdk-unity

27 stars 12 forks source link

try to fix audio delay. #38

Closed cloudwebrtc closed 4 days ago

cloudwebrtc commented 3 weeks ago

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

cloudwebrtc commented 1 week ago

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

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