saveWAV - multiple declarations

Function saveWAV

Simple RIFF/WAV encoder. Encodes WAV to stream

void saveWAV (
  Sound snd,
  OutputStream ostrm
);

Function saveWAV

Encodes WAV to file

void saveWAV (
  Sound snd,
  string filename
);