pub fn apply_gain<T>(slice: &mut [T], gain: T)where T: Transcendental + Mul<Output = T>,
Apply gain to slice
slice
gain