pub fn load_wav(file: &mut FileStream) -> Result<AudioSample, ()>
Expand description

Load a wav file, returning an audio sample handle (supported encodings are unsigned 8-bit, signed 16-bit, and IMA ADPCM)