00001 #ifndef _SAVEWAVETOMP3_H_ 00002 #define _SAVEWAVETOMP3_H_ 00003 00004 extern bool saveWaveToMp3(char *dllFile, char *mp3File, int *wave, int waveSize, int sampleRate, int bitRate, int mp3BitRate = 64, bool mp3Stereo = false); 00005 00006 #endif