pub fn write_wav<W: Write>(writer: &mut W, wav: &Wav) -> Result<(), WavError>Expand description
Writes WAV data to a writer using WavWriteMode::Game.
ยงErrors
The same as write_wav_with_options under that mode.
pub fn write_wav<W: Write>(writer: &mut W, wav: &Wav) -> Result<(), WavError>Writes WAV data to a writer using WavWriteMode::Game.
The same as write_wav_with_options under that mode.