Hi, Does anybody know if it is possible to disable Huffman coding when doing mp3 files with LAME? I assume that LAME is doing the Huffman coding by default and I would like to make MP3 files without any lossless compression. Is this possible?
Yes, I know that, but usually mp3 encoders(propably also LAME) make also Huffman coding and I would like to skip that part. I would like to only use the lossy parts(psychoacoustic model, quantization,...) of the encoder. Problem is that I don't know how to skip this lossless part and is it even possible without touching the code.