mirror of
https://github.com/RustAudio/rodio
synced 2024-12-05 01:39:15 +00:00
Rustup
This commit is contained in:
parent
490e3e6737
commit
c3acdc338b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ where
|
|||
/// Filter that modifies raises the volume from silence over a time period.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct FadeIn<I> {
|
||||
input: LinearGainRamp<I>
|
||||
input: LinearGainRamp<I>,
|
||||
}
|
||||
|
||||
impl<I> FadeIn<I>
|
||||
|
|
Loading…
Reference in a new issue