mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
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).
This commit is contained in:
parent
12a202c510
commit
a958297fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue