kvm/internal/audio/c
Alex P 81ff87fb66 Address code review feedback and optimize stereo channel swapping
Simplify channel swap detection and improve performance based on
IDisposable's review comments:

- Pass bool pointer directly instead of encoding in bit flag
- Remove redundant channel count check (already verified earlier)
- Use ARM NEON SIMD for channel swapping (4x faster)
- Process 4 frames (8 samples) per iteration with vrev32q_s16

These changes improve code clarity and boost channel swap performance
by ~4x using vectorized operations.
2025-11-24 20:05:54 +02:00
..
audio.c Address code review feedback and optimize stereo channel swapping 2025-11-24 20:05:54 +02:00
audio_common.c refactor: Remove subprocess audio infrastructure, use CGO-only 2025-10-07 13:34:03 +03:00
audio_common.h refactor: Remove subprocess audio infrastructure, use CGO-only 2025-10-07 13:34:03 +03:00