pub fn write_wav_to_vec_with_options(
wav: &Wav,
options: WavWriteOptions,
) -> Result<Vec<u8>, WavError>Expand description
Serializes WAV data to a byte vector with explicit options.
ยงErrors
WavError::InvalidChunk on the terms write_wav_with_options gives.
The Vec target has no I/O to fail at.