kvm/internal/audio
Alex P 3692cdae83 Fix reversed stereo channels by querying ALSA channel map
Query the ALSA channel map (snd_pcm_get_chmap) to detect hardware that
reports non-standard channel ordering (R,L instead of L,R). When detected,
swap channels after capture to ensure correct left/right positioning.

This properly handles hardware quirks (like TC358743 HDMI audio) without
hardcoding device names, making the solution portable and correct.
2025-11-21 19:28:30 +02:00
..
c Fix reversed stereo channels by querying ALSA channel map 2025-11-21 19:28:30 +02:00
cgo_source.go Integrate libspeexdsp for high-quality audio resampling 2025-11-21 16:29:02 +02:00
cgo_source_stub.go Simplify audio management 2025-11-17 22:21:47 -06:00
relay.go Simplify audio configuration and error handling 2025-11-21 00:54:32 +02:00
source.go Integrate libspeexdsp for high-quality audio resampling 2025-11-21 16:29:02 +02:00