loadWavFromSpec method
Implementation
Pointer<SdlAudioSpec> loadWavFromSpec(int freesrc, Pointer<SdlAudioSpec> spec,
Pointer<Pointer<Uint8>> audioBuf, Pointer<Uint32> audioLen) {
// 708
return sdlLoadWavRw(this, freesrc, spec, audioBuf, audioLen);
}