dragonflight/services/capture/deltacast-bridge
OpenCode f5566cbb81 fix(bridge): JOINED audio needs BOTH stereo channels declared (fixes -91dB silence)
VHD_SlotExtractAudio on the JOINED slot returned -91dB silence when only
pAudioChannels[0] was declared. On this card/SDK declaring BOTH channel[0] and
channel[1] of the stereo pair makes the SDK land real PCM. Verified -13.3dB
audible against the live SDI source (was -91dB).
2026-06-05 14:12:23 +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 fix(framecache): frame-coupled audio — video+audio in ONE ring entry 2026-06-05 12:46:22 +00:00
fc_writer.h fix(framecache): frame-coupled audio — video+audio in ONE ring entry 2026-06-05 12:46:22 +00:00
main.c fix(bridge): JOINED audio needs BOTH stereo channels declared (fixes -91dB silence) 2026-06-05 14:12:23 +00:00