Skip to content

Commit cd552a3

Browse files
committed
sys: update with PA version 17 changes
1 parent 2bd1c3a commit cd552a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulse-sys/src/sample.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use num_derive::{FromPrimitive, ToPrimitive};
2020
pub const PA_CHANNELS_MAX: u8 = 32;
2121

2222
/// Maximum allowed sample rate.
23-
pub const PA_RATE_MAX: u32 = 48000 * 8;
23+
pub const PA_RATE_MAX: u32 = 48000 * 16;
2424

2525
/// Sample format.
2626
#[repr(C)]

0 commit comments

Comments
 (0)