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 readWAV(char* filename, struct WAV*wav);
23 int writeWAV(char*filename, struct WAV*wav);
24 void printWAVInfo(struct WAV*wav);
25 int convertWAV2mono(struct WAV*src, struct WAV*dest, int rate);