mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 13:12:30 +00:00
Correct misprint
This commit is contained in:
parent
6eb27229a9
commit
62ee3b3309
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ where
|
||||||
(first, next)
|
(first, next)
|
||||||
};
|
};
|
||||||
|
|
||||||
// Reducing nominator to avoid numeric overflows during interpolation.
|
// Reducing numerator to avoid numeric overflows during interpolation.
|
||||||
let (to, from) = Ratio::new(to, from).into_raw();
|
let (to, from) = Ratio::new(to, from).into_raw();
|
||||||
|
|
||||||
SampleRateConverter {
|
SampleRateConverter {
|
||||||
|
|
Loading…
Reference in a new issue