Pcm.wav constructor

Pcm.wav()

Implementation

/* ctor */ Pcm.wav() {
  audioFormat = AudioFormat.wav;
  deprecatedCodec = Codec.pcm16WAV;
}