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

Set all samples of an AudioBuffer to Zero::zero