Quote:
Originally Posted by Bob Olhsson Sample rate conversion math creates large bit depths that need to be reduced in order to store the audio as a standard computer file. Dither makes the bit reduction sound like noise rather than like distortion. Dither is not just noise that covers up the distortion so you need to dither every time you reduce bit depth in order to avoid distortion.
The least damaging way to do this is by taking a 24, 32 or 64 bit file, converting the sample rate and then reducing the number of bits to your target bit-depth using dither. This can all be done in one step or the conversion and final reduction can be done separately by making a 24/32/64 bit intermediate file when your sample rate converter's bit reduction doesn't sound as good as that of your other audio applications. |
So just for clarification, you are saying that one can go from 48k to 44.1k or 96k to 44.1k without dithering as long as the bit rate stays the same, i.e., keeping 24 bits with the examples above.
I was told by the owner of a well known, high end company that sells harware and software SRCs that you have to apply dither when sample rate convering and offerred to refer me to some "white papers" on the subject. I just took his word for it but may it's not so cut and dried.
So what is the "truth" here?