pub fn write_wav_to_vec(wav: &Wav) -> Result<Vec<u8>, WavError>Expand description
Serializes WAV data to a byte vector using WavWriteMode::Game.
ยงErrors
The same as write_wav_to_vec_with_options under that mode.
pub fn write_wav_to_vec(wav: &Wav) -> Result<Vec<u8>, WavError>Serializes WAV data to a byte vector using WavWriteMode::Game.
The same as write_wav_to_vec_with_options under that mode.