Since the word length was staying the same I wasn't sure...
Thanks, in advance.
Dither is for dropping bits, not converting sample rates.
Quote from: kcmule on August 10, 2011, 04:20:45 PM
Dither is for dropping bits, not converting sample rates.
true, but...
Quote from: macdaddy on August 10, 2011, 04:15:39 PM
Since the word length was staying the same I wasn't sure...
It's not really. Any good resampling program is going to process the data internally at either 32 bit or 64 bit when converting the sample rate from 96 kHz to 48 kHz. So the answer is
yes, you should apply dither after resampling to get the data back 24 bit.
Quote from: mshilarious on August 10, 2011, 10:39:07 PM
All converters have sufficient analog noise to self-dither to 24 bit. If you have digitally processed the signal in such a manner as to push that noise floor below 24 bit resolution, then you would need to dither. But I would question that signal processing chain if that was the case.
Also, a quality sample rate conversion routine should take into account the need to dither its own algorithms.
Is that a "no..?"
Thx for the replies.
I just use R8Brain and call it a done deal
:P
Quote from: JasonSobel on August 10, 2011, 04:34:11 PM
Quote from: kcmule on August 10, 2011, 04:20:45 PM
Dither is for dropping bits, not converting sample rates.
true, but...
Quote from: macdaddy on August 10, 2011, 04:15:39 PM
Since the word length was staying the same I wasn't sure...
Even though most post-processing programs take the data to a 32 bit "float" while you are editing, I thought that once you then saved the project, it automatically re-dithered [if that is a word] back to 24 bit, without the need to do anything else. Please let me know if I am wrong, or if it causes any known problems if not done on a separate basis.
It's not really. Any good resampling program is going to process the data internally at either 32 bit or 64 bit when converting the sample rate from 96 kHz to 48 kHz. So the answer is yes, you should apply dither after resampling to get the data back 24 bit.