pulse-server: increase max rate to 768000

Fixes #4482
This commit is contained in:
Wim Taymans 2025-01-08 17:23:15 +01:00
parent 3a65472e9e
commit feaa36560d

View file

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