Music Production
Ensure smooth audio transitions when converting bit depths with recommended dithering settings.
What this calculator does
Dithering is a crucial audio technique that reduces quantization distortion when decreasing bit depth—the number of bits used to represent each audio sample. When converting from higher bit depths (like 32-bit float in production) to lower ones (like 16-bit for CD distribution), rounding errors create audible noise. Dithering adds carefully controlled noise that masks these artifacts, preserving audio fidelity. The dithering-bit-depth calculator helps producers and audio engineers understand the relationship between bit depth and dynamic range, determine when dithering is necessary, and select appropriate dithering algorithms for different purposes. Understanding dithering is essential for mastering and format conversion workflows.
How it works
The calculator shows how bit depth determines the theoretical dynamic range and signal-to-noise ratio of digital audio. Each bit represents 6.02 dB of dynamic range, so 16-bit audio has approximately 96 dB of range (16 × 6.02). The calculator helps you understand why dithering becomes necessary when reducing bit depth—without it, quantization errors create audible distortion at low volumes. Different dithering algorithms (TPDF, RPDF, shaped noise) offer varying characteristics. The calculator demonstrates how dither noise, though measurable, is inaudible at normal listening levels and significantly improves audio quality compared to undithered reduction.
Formula
Dynamic Range (dB) = 6.02 × bit_depth + 1.76. This formula shows the theoretical maximum signal-to-noise ratio for PCM audio. The 1.76 dB constant accounts for the best-case scenario. Each additional bit increases dynamic range by approximately 6 dB, which is why 24-bit (144 dB) provides substantially more resolution than 16-bit (96 dB) audio.
Tips for using this calculator
- Always dither when reducing bit depth below your production format—undithered reduction creates audible artifacts
- Noise shaping dithering redistributes quantization noise to frequencies where human hearing is less sensitive (above 2-3 kHz)
- Dithering adds noise, but it's preferable to quantization distortion—the noise is less audible and more benign
- Different dithering algorithms suit different content—shaped noise works well for music, RPDF for critical listening
- Dithering should only be applied once at the final conversion step—applying it multiple times compounds noise
Frequently asked questions
Do I need to dither when going from 32-bit float to 24-bit?
Technically, no—the difference is subtle since 24-bit still provides excellent resolution (144 dB dynamic range). However, many professionals dither anyway as a matter of practice and to ensure the best possible results, especially if further processing or conversions might occur. Dithering at this stage is insurance against any potential quality loss.
Why not just leave bit depth at 32-bit for everything?
32-bit float files are larger and consume more storage and bandwidth. For distribution (CDs, streaming), 16 or 24-bit formats are industry standards that provide sufficient quality while being more practical. Additionally, some plugins and hardware work with fixed bit depths. Properly dithered 16-bit audio is transparent to most listeners and meets professional standards.
Can dithering improve the quality of bad audio?
Dithering specifically addresses quantization noise from bit depth reduction. It cannot fix problems like clipping, poor recording quality, or insufficient initial recording resolution. Its purpose is to preserve quality during the necessary bit depth conversion process. If the source audio is already low quality, dithering won't restore what was never captured.
What's the practical difference between dithering algorithms?
TPDF (Triangular Probability Density Function) adds a small amount of noise uniformly across frequencies. RPDF adds slightly less obvious noise. Noise-shaped dithering redistributes the dither noise to high frequencies where human ears are less sensitive, resulting in imperceptibly clean audio. For professional music production, noise-shaped dithering is preferred as it sounds the cleanest.