kvm/internal/audio
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
..
c Fix audio quality and cleanup issues in audio implementation 2025-11-25 06:51:04 +02:00
cgo_source.go Remove redundant comments and fix time import 2025-11-24 20:40:28 +02:00
cgo_source_stub.go Simplify audio management 2025-11-17 22:21:47 -06:00
relay.go Fix audio quality and cleanup issues in audio implementation 2025-11-25 06:51:04 +02:00
source.go Fix audio quality and cleanup issues in audio implementation 2025-11-25 06:51:04 +02:00