This commit is contained in:
Jamie Hardt 2024-08-03 16:58:58 -07:00
parent 490e3e6737
commit c3acdc338b

View file

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