What’s “dithering”? And why is it used on CDs?

252 viewsOtherTechnology

What’s “dithering”? And why is it used on CDs?

In: Technology

4 Answers

Anonymous 0 Comments

It’s randomization to prevent undesirable patterns when quantizing something.

For example, when recording sound digitally you measure the sound and give it a value. If you want to reduce the number of samples by half (to make the file smaller) you’d have two samples you need to turn into one. You could round them, or discard one, but because sound is a repeating pattern if you do it the same way every time it creates weird distortions in the sound.

Dithering randomizes these, so instead of a distortion you can hear there’s just a little more noise in the sample that doesn’t really effect how it sounds.

You are viewing 1 out of 4 answers, click here to view all answers.