mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Rustfmt
This commit is contained in:
parent
e2ed0296e0
commit
aa2edb3dab
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ where
|
|||
);
|
||||
}
|
||||
|
||||
self.elapsed_ns += 1000000000.0 / (self.input.sample_rate() as f32 * self.channels() as f32);
|
||||
self.elapsed_ns +=
|
||||
1000000000.0 / (self.input.sample_rate() as f32 * self.channels() as f32);
|
||||
|
||||
self.input.next().map(|value| value.amplify(factor))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue