mirror of https://github.com/jetkvm/kvm.git
Update audio.c header comment to reflect variable sample rate
This commit is contained in:
parent
a6c5e46a61
commit
d7dc8c2075
|
|
@ -11,7 +11,7 @@
|
||||||
* Key features:
|
* Key features:
|
||||||
* - ARM NEON SIMD optimization for all audio operations
|
* - ARM NEON SIMD optimization for all audio operations
|
||||||
* - Opus in-band FEC for packet loss resilience
|
* - 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>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue