From a958297fc878bee63a32ddc1b8af2b7c9f73a49e Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 31 Dec 2015 09:28:28 +0530 Subject: [PATCH] pulse: Bump PA_RATE_MAX to 384 kHz This will likely be needed in the future when we start supporting high bitrate passthrough, and there actually seem to be people 352/384 kHz out there (potentially as an intermediate production step). --- src/pulse/sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse/sample.h b/src/pulse/sample.h index 7cf50d6ab..4299eecff 100644 --- a/src/pulse/sample.h +++ b/src/pulse/sample.h @@ -128,7 +128,7 @@ PA_C_DECL_BEGIN #define PA_CHANNELS_MAX 32U /** Maximum allowed sample rate */ -#define PA_RATE_MAX (48000U*4U) +#define PA_RATE_MAX (48000U*8U) /** Sample format */ typedef enum pa_sample_format {