pub fn set_all<Buffer, SampleType>(buf: &mut Buffer, value: SampleType)where
    Buffer: AudioBuffer<SampleType = SampleType>,
    SampleType: Clone,
Expand description

Set all samples of an AudioBuffer to a constant