QUOTE
Originally posted by Hanky
REMP3 can compress/change the playback volume/cut some part of mp3 file. Of cource output is MP3 file too. If you have a portable MP3 player, this tool would be very useful to store more MP3s into limited space from huge/high qulity archive.
Do you mean some kind of 'bitrate peeling' for mp3, or such thing as lowpass filtering an mp3 without reecoding. This kind of utilities would be very useful if technically possible.
Yes, it will peel the bitrate. Input is CBR/VBR mp3 file, and output will be VBR.
recomp3 will peel the bitrate with two strategy. one is lossless and another is lossy.
lossless method inclueds: Optimize Huffman coding, scalefactor storing, bit-reservoir use.
lossy method includes: small quantized spectrum trancation, intensity stereo, lowpass filter.
Note: This is only plan. There's no lines have written for this project. and lossless method will be not able to compress the mp3 file which encoded by the latest LAME because it already optimized.