WAV 49 lib/wav.c int wav_read(struct WAV*wav, const char* filename) WAV 152 lib/wav.c int wav_write(struct WAV*wav, const char*filename) WAV 197 lib/wav.c void wav_print(struct WAV*wav) WAV 204 lib/wav.c int wav_convert2mono(struct WAV*src, struct WAV*dest, int rate) WAV 22 lib/wav.h int wav_read(struct WAV*wav, const char* filename); WAV 23 lib/wav.h int wav_write(struct WAV*wav, const char*filename); WAV 24 lib/wav.h void wav_print(struct WAV*wav); WAV 25 lib/wav.h int wav_convert2mono(struct WAV*src, struct WAV*dest, int rate); WAV 1655 src/swfc.c struct WAV wav, wav2; WAV 199 src/wav2swf.c struct WAV wav,wav2;