[−][src]Constant blip_buf::MAX_RATIO
pub const MAX_RATIO: u32 = 1 << 20; // 1_048_576u32
Maximum clock_rate / sample_rate ratio
. For a given sample_rate
,
clock_rate
must not be greater than sample_rate * MAX_RATIO
.
pub const MAX_RATIO: u32 = 1 << 20; // 1_048_576u32
Maximum clock_rate / sample_rate ratio
. For a given sample_rate
,
clock_rate
must not be greater than sample_rate * MAX_RATIO
.