pulse: Bump PA_RATE_MAX to 384 kHz
authorArun Raghavan <git@arunraghavan.net>
Thu, 31 Dec 2015 03:58:28 +0000 (09:28 +0530)
committerArun Raghavan <git@arunraghavan.net>
Fri, 22 Jan 2016 07:55:29 +0000 (13:25 +0530)
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

index 7cf50d6ab7ec4f6012583d6687c5cd1399b06a5f..4299eecff1cd45359be959fa4c8d467755a01f4a 100644 (file)
@@ -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 {