Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: macdaddy on August 10, 2011, 04:15:39 PM

Title: 24/96 wav >24/48 wav :: do I need to dither?
Post by: macdaddy on August 10, 2011, 04:15:39 PM
Since the word length was staying the same I wasn't sure...

Thanks, in advance.
Title: Re: 24/96 wav >24/48 wav :: do I need to dither?
Post by: kcmule on August 10, 2011, 04:20:45 PM
Dither is for dropping bits, not converting sample rates.
Title: Re: 24/96 wav >24/48 wav :: do I need to dither?
Post by: JasonSobel on August 10, 2011, 04:34:11 PM
Dither is for dropping bits, not converting sample rates.

true, but...


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.
Title: Re: 24/96 wav >24/48 wav :: do I need to dither?
Post by: macdaddy on August 10, 2011, 11:32:46 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.
Title: Re: 24/96 wav >24/48 wav :: do I need to dither?
Post by: EarlyMorningRain on August 26, 2011, 02:43:00 PM

I just use R8Brain and call it a done deal
 :P
Title: Re: 24/96 wav >24/48 wav :: do I need to dither?
Post by: gratefulphish on September 12, 2011, 01:56:46 PM
Dither is for dropping bits, not converting sample rates.

true, but...


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.