mirror of
https://github.com/RustAudio/rodio
synced 2024-12-04 01:19:23 +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)
|
||||
};
|
||||
|
||||
// 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();
|
||||
|
||||
SampleRateConverter {
|
||||
|
|
Loading…
Reference in a new issue