Update audio.c header comment to reflect variable sample rate

This commit is contained in:
Alex P 2025-11-18 00:54:04 +02:00
parent a6c5e46a61
commit d7dc8c2075
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
* Key features:
* - ARM NEON SIMD optimization for all audio operations
* - Opus in-band FEC for packet loss resilience
* - S16_LE @ 48kHz stereo, 20ms frames (960 samples)
* - S16_LE stereo, 20ms frames, auto-adapts to source rate (32/44.1/48/96 kHz)
*/
#include <alsa/asoundlib.h>