format: Add support for sample rate of 1.536 Mhz

This commit is contained in:
Timon 2026-01-09 01:16:30 +01:00
parent 6ed9645465
commit aec99d2b6f

View File

@ -11,7 +11,7 @@
struct spa_pod;
struct spa_pod_builder;
#define RATE_MAX (48000u*16u)
#define RATE_MAX (48000u*32u)
#define CHANNELS_MAX (64u)
enum sample_format {