From aec99d2b6f92b8e8a4162ec83d6a60f0f73e0701 Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 9 Jan 2026 01:16:30 +0100 Subject: [PATCH] format: Add support for sample rate of 1.536 Mhz --- src/modules/module-protocol-pulse/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-protocol-pulse/format.h b/src/modules/module-protocol-pulse/format.h index 50bb8e2f8..c91ec7076 100644 --- a/src/modules/module-protocol-pulse/format.h +++ b/src/modules/module-protocol-pulse/format.h @@ -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 {