QUOTE(precisionist @ Jan 11 2005, 06:11 PM)
Doesn't compressing wav using a data compressor instead of an audio compressor reduce the file size ?
If data compressor isn't "multimedia-aware" it won't compress PCM audio data more than by about 10%. Most data compression algorithms (for text, executables, etc.) base on repeated patterns of data, and PCM audio isn't very repeatable. Most simple trick to make it more compressible is to transform the audio data in such a way that it won't represent values of particular samples, but changes (delta) between them.