loadWAV - multiple declarations

Function loadWAV

Simple RIFF/WAV decoder. Decodes WAV from stream using provided sound factory

GenericSound loadWAV (
  InputStream istrm,
  GenericSoundFactory gsf
);

Function loadWAV

Decodes WAV from stream using default sound factory

GenericSound loadWAV (
  InputStream istrm
);

Function loadWAV

Decodes WAV from file

GenericSound loadWAV (
  string filename
);