dragonflight/services/capture/deltacast-bridge
ZGaetano 51f939b1fe fix(deltacast-bridge): use group-0 sample count as authoritative audio length
Taking the MAX sample count across the 4 audio groups could emit more audio
frames per slot than group 0 (the SDI-clock reference), drifting the audio
stream slightly longer than video — heard as a ~1% pitch-up. Group 0 paces the
timeline exactly as the original 2ch path did; shorter groups are silence-padded
to its length, never extending it.
2026-06-04 04:01:25 +00:00
..
CMakeLists.txt feat(framecache): phase 2 — deltacast-bridge writes to shm ring 2026-06-03 15:13:20 +00:00
fc_writer.c debug(fc_writer): add trace logs for GET slots path 2026-06-04 01:13:19 +00:00
fc_writer.h feat(framecache): phase 2 — deltacast-bridge writes to shm ring 2026-06-03 15:13:20 +00:00
main.c fix(deltacast-bridge): use group-0 sample count as authoritative audio length 2026-06-04 04:01:25 +00:00