X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fwav.h;h=466098fb461655dea6d80649792fa4157def0a1d;hp=c671df86ced84a8e0e8aec9c9e661551d12e14d8;hb=ce24fdb3c6bf45807363dadfd1975c12ea5449b6;hpb=96f6f939bc6a9cf64967842d5e13f949110b2d22 diff --git a/lib/wav.h b/lib/wav.h index c671df8..466098f 100644 --- a/lib/wav.h +++ b/lib/wav.h @@ -19,8 +19,8 @@ struct WAV { unsigned int size; }; -int readWAV(char* filename, struct WAV*wav); -int writeWAV(char*filename, struct WAV*wav); -void printWAVInfo(struct WAV*wav); -int convertWAV2mono(struct WAV*src, struct WAV*dest, int rate); +int wav_read(char* filename, struct WAV*wav); +int wav_write(char*filename, struct WAV*wav); +void wav_print(struct WAV*wav); +int wav_convert2mono(struct WAV*src, struct WAV*dest, int rate);