QUOTE (Lyx @ Jan 13 2006, 03:56 AM)
QUOTE (TobWen @ Jan 13 2006, 01:44 AM)
I always thought, encoding would reduce the bit-depth ... but some people on this board write, LAME/MP3 doesn't have bith-depth. MP3 would work in float-mode.
Technically, it does not reduce bitdepth, but perceptually, it does.
Do you know what increased bitdepth will do? Increased Signal to Noise ratio. With 16bit, you can get as low as -96 dB(or even lower)..... but this is almost never used.
Do you know what perceptual lossy encoders do? The opposite of the above. A file encoded with a lossy encoder will have less Signal-to-Noise ratio than *16Bit* - because humans cannot even perceive what 16Bit delivers.
As I already pointed out in that thread where people were judging encoders based on their SNR ratios, talking about SNR in a codec doesn't make much sense, period. The codec doesn't use PCM, it doesn't have a uniform SNR over the entire frequency range, it's quantizing in the frequency domain, and the SNR is independant of the signal level[1]. The codecs have a *much larger* dynamic range than 16 bit PCM, too. AAC has a dynamic range of 384dB, which would correspond to a bit depth of 64 bits. Whooo! But the SMR will generally be between 6 and 18dB, corresponding to 1 to 3 bits. Doh!
[1] If the codec uses ATH in a not so smart way it may produce different results. So I don't know what the result of spoon's test would be, it probably depends on the encoder. I wrote at least one encoder that would produce pure silence in that case, because it would assume that the signal is inaudible (not necessarily correct, but simpler). Disabling ATH would lead to perfect reconstruction.