Fixed comments

This commit is contained in:
Jamie Hardt 2024-08-04 18:10:45 -07:00
parent 52e7d4aaa8
commit 9351746e0b

View file

@ -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>,