kvm/internal/audio/c
Alex P d42024b024 Fix audio quality and cleanup issues in audio implementation
- Fix OPUS_BANDWIDTH constant from 1104 to 1105 (fullband 20kHz vs superwideband 12kHz)
- Fix PacketLossPerc default from 0 to 20 to match C layer default
- Add early return in FEC recovery when pcm_frames <= 0 to avoid zero-frame ALSA writes
- Remove unused InputRelay fields (source, ctx, cancel) and unused NewInputRelay parameter
- Add async cleanup on timeout in SetAudioOutputEnabled/SetAudioInputEnabled
2025-11-25 06:51:04 +02:00
..
audio.c Fix audio quality and cleanup issues in audio implementation 2025-11-25 06:51:04 +02:00