Skip to main content

Module av_sync

Module av_sync 

Source
Expand description

AV synchronization — aligns video and audio streams.

Uses tokio channels for race-condition-free frame timing. This is the “Fearless Concurrency” guarantee from the business proposal.

Functions§

run
Run AV sync loop: consume video + audio frames and deliver at correct PTS.