I don't know too much about dither but I was reading about it. So I'd like to discuss some issues that I was pondering.
First, is the difference a good dither algorithm makes audible? This thread apparently has people claiming so. And looking at the reaction in this thread I thought it is apparently not. Also I remember the discussion on whether checking the option "Dither" in the MPC plug-in makes an audible difference and the responses were almost like "If you don't have extreme hearing abilities, no".
Now also about the dithering process: As far as I could understand the dithering is a problem associated to quantization (Compare these:
24 bit 100Hz Sine Wave, 24 Bit 100Hz Sine Wave Truncated to 16 Bits, 24 bit Sine Wave with Dither Noise Added (RPDF), 24 bit Sine Wave with Dither Noise Added (RPDF) Truncated to 16 bits). Thus as soon as we quantize the harmonics are affected therefore there's a noticeable difference in the spectragraph. From this point on we intend to get as close to the original signal as possible. But whenever dither is mentioned we consider our signal to be still in the digital domain. Comparing different dither algorithms we observe the spectragraph plot of the dithered 16 bit wave to see how successful we are.
However at this point shouldn't we be actually observing our success by looking at the spectragraph after the Digital to Analog conversion? Because after all the harmonics are going to change again. Because the jumps at consecutive sampling points (like this wave) would be somewhat smoothened out. The reason is we can't have almost discontinuous jumps in waves in nature (I am not sure how correct I am here). Therefore our D/A converter and our equipment is going to produce a smoother transition at the jumps and our wave that we observe is going to be much different than what we observe on the spectrograph. And that's what we hear and what we want to improve on. Therefore I was wondering why no one observes the reproduction quality of the original wave after the D/A conversion (Compare the spectrograph plots of Wave 1 and Wave 2 in : Wave 1-> A / D 24 bit -> Dither algorithm -> Truncation to 16 bit -> A / D conversion -> Wave 2)
Also wouldn't the dither and digital to analog conversion process be more successful in reproducing the original wave if we increase the sampling rate (naively by introducing new sampling point in between for instance that averages the previous consecutive samples) and then
applying the dither?
I was wondering whether any hardware device that is built to or could dither after the digital to analog conversion step. I asked this question before here, but couldn't understand Pio2001's response exactly.