mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
fadein: fix documentation
This commit is contained in:
parent
e8ce0659a7
commit
404e77351b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
/// Filter that modifies each sample by a given value.
|
||||
/// Filter that modifies raises the volume from silence over a time period.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct FadeIn<I>
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue