wav_io::writer

Function to_bytes

Source
pub fn to_bytes(
    head: &WavHeader,
    samples: &Vec<f32>,
) -> Result<Vec<u8>, EncoderError>
Expand description

WavData to bytes