Chocorific

Member 6745

Level 38.97

May 2006

|
May 2, 2008, 11:21 AM
Local time: May 2, 2008, 05:21 PM
|
#2 of 10
|
That's because RAR does apply specific optimizations to known file formats. You could do the same for 7Zip and add detection of WAV formats, which are then handled by say the FLAC compressor, WAVPack, etc.
LZMA is really not the first choice when it comes to lossless audio compression, but it's a pretty good algorithm for generic data compression.
The point is that RAR describes both a proprietary algorithm and a file format / container format. You can't really compare RAR against LZMA. You could however compare the generic RAR algorithm (the one used when no special case handling is done) with LZMA, PPMD, etc.
Also the 7zip container format is open, it should be possible to add special case handling, so choosing lossless audio compression for data that benefits from that. It's just a matter of someone to implement this.
There's nowhere I can't reach.
|