write_wav_to_vec

Function write_wav_to_vec 

Source
pub fn write_wav_to_vec(wav: &Wav) -> Result<Vec<u8>, WavError>
Expand description

Serializes WAV data to a byte vector using WavWriteMode::Game.