mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Fixed comments
This commit is contained in:
parent
52e7d4aaa8
commit
9351746e0b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
/// Filter that modifies raises the volume from silence over a time period.
|
||||
/// Filter that modifies lowers the volume to silence over a time period.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct FadeOut<I> {
|
||||
input: LinearGainRamp<I>,
|
||||
|
|
Loading…
Reference in a new issue