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:
J. Shagam
2009-12-02 18:11:53 +01:00
committed by Max Kellermann
parent 3857bb9990
commit 4076523198
8 changed files with 236 additions and 467 deletions

View File

@@ -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 */