pub fn clear<SampleType>(buf: &mut AudioBuffer<SampleType>)where
    SampleType: Zero + Copy,
Expand description

Set all samples of an AudioBuffer to Zero::zero