[pulseaudio-discuss] [PATCH 2/2] pulse: Bump PA_RATE_MAX to 384 kHz
arun at accosted.net
arun at accosted.net
Wed Dec 30 20:12:57 PST 2015
From: Arun Raghavan <git at arunraghavan.net>
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
More information about the pulseaudio-discuss
mailing list