compress: upgraded to AudioCompress 2.0
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]
This commit is contained in:
committed by
Max Kellermann
parent
3857bb9990
commit
4076523198
@@ -28,7 +28,7 @@ void initNormalization(void);
|
||||
|
||||
void finishNormalization(void);
|
||||
|
||||
void normalizeData(char *buffer, int bufferSize,
|
||||
void normalizeData(void *buffer, int bufferSize,
|
||||
const struct audio_format *format);
|
||||
|
||||
#endif /* !NORMALIZE_H */
|
||||
|
||||
Reference in New Issue
Block a user