4 Part of the swftools package.
6 Copyright (c) 2001 Matthias Kramm <kramm@quiss.org>
8 This file is distributed under the GPL, see file COPYING for details */
12 unsigned short channels
;
13 unsigned long sampsPerSec
;
14 unsigned long bytesPerSec
;
22 int wav_read(struct WAV
*wav
, const char* filename
);
23 int wav_write(struct WAV
*wav
, const char*filename
);
24 void wav_print(struct WAV
*wav
);
25 int wav_convert2mono(struct WAV
*src
, struct WAV
*dest
, int rate
);