From: Arun Raghavan <git@xxxxxxxxxxxxxxxx> 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 7cf50d6..4299eec 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 { -- 2.5.0