Sample rate controls how many times per second the ADC measures an analog signal, determining the frequency range your system can capture. Bit depth controls how precisely each measurement is recorded, determining dynamic range. For most productions, record and mix at 48kHz/24-bit; use 44.1kHz for music-only releases. Export stems at 32-bit float, and deliver final masters at 24-bit (or 16-bit with dither for CD).
Updated May 2026
Every time you create a new project in your DAW, it asks you to choose a sample rate and bit depth. Every audio interface exposes these settings. Yet for many producers β even experienced ones β the numbers remain mysterious: 44.1kHz, 48kHz, 96kHz, 16-bit, 24-bit, 32-bit float. What do they actually mean? Which ones should you use? And does any of it affect how your music sounds?
The short answer: sample rate and bit depth are the two fundamental parameters that define how accurately digital audio represents an original analog signal. Getting them right matters at the recording and mixing stage. Getting them wrong can introduce noise, aliasing, and quality losses that propagate downstream through every stage of your production.
How Analog Audio Becomes Digital
Sound in the physical world is a continuous pressure wave moving through air. A microphone converts those pressure changes into a continuous analog electrical signal β a voltage that rises and falls exactly as the sound pressure does. This signal is smooth, continuous, and infinitely detailed.
Digital audio cannot store continuous signals. A computer works with discrete numbers at specific points in time. To convert an analog signal into digital, an analog-to-digital converter (ADC) samples the voltage of the analog signal at regular intervals, measures each voltage value, and stores it as a number. Two parameters define how accurately this conversion happens: how often the signal is measured (sample rate) and how precisely each measurement is recorded (bit depth).
What Is Sample Rate?
Sample rate is the number of times per second the ADC measures the incoming analog signal, expressed in Hertz (Hz) or kilohertz (kHz). A sample rate of 44,100 Hz (44.1kHz) means the signal is measured 44,100 times every second. At 96kHz, the same one-second of audio contains 96,000 individual measurements.
The critical question is: how high does the sample rate need to be? The answer comes from the Nyquist-Shannon sampling theorem, developed by Harry Nyquist and Claude Shannon in the 1920s and 1940s. The theorem states that to accurately reconstruct a frequency from digital samples, the sample rate must be at least twice that frequency. Since human hearing extends to approximately 20kHz, a theoretical minimum sample rate of 40kHz is required. 44.1kHz was chosen as the CD standard to provide a safety margin above this minimum β it can capture frequencies up to 22.05kHz, comfortably above the limit of human hearing.
What Is Bit Depth?
While sample rate deals with the time axis, bit depth deals with the amplitude axis β how precisely the voltage level of each sample is recorded. Each additional bit doubles the number of possible amplitude values available to describe the waveform.
- 16-bit β 65,536 possible amplitude values; ~96dB of dynamic range
- 24-bit β 16,777,216 possible amplitude values; ~144dB of dynamic range
- 32-bit float β effectively unlimited headroom above and below 0dBFS; used internally by DAWs and for stem exports
The rounding error that occurs when a continuous voltage is assigned to its nearest discrete digital value is called quantization noise. Higher bit depth means smaller steps between values, which means less quantization noise and a more accurate representation of the original signal.
Always record at 24-bit. The 48dB of extra dynamic range over 16-bit gives you enormous headroom: you can record conservatively β leaving your input levels 20β30dB below clipping β and still capture quiet room ambience without audible noise. For a practical guide to recording vocals at home, proper gain staging depends entirely on using 24-bit.
Which Settings to Use at Each Stage
| Stage | Recommended Sample Rate | Recommended Bit Depth |
|---|---|---|
| Recording (music) | 44.1kHz | 24-bit |
| Recording (video/broadcast) | 48kHz | 24-bit |
| Mixing / DAW internal | Match session rate | 32-bit float (DAW handles internally) |
| Stem / bounce exports | Match session rate | 32-bit float |
| Streaming delivery | 44.1kHz | 24-bit |
| CD delivery | 44.1kHz | 16-bit (with dither applied) |
Dithering: What It Is and When to Apply It
When you reduce bit depth β for example, converting a 24-bit mix to 16-bit for CD β the step size between amplitude values increases dramatically. Without treatment, this produces harsh digital distortion called quantization distortion. Dithering is the process of adding a precisely shaped, very low-level noise signal to the audio before bit reduction. This noise randomizes the quantization errors, spreading them across the frequency spectrum as a low, consistent hiss that is perceptually far less offensive than structured distortion.
The Truth About High-Resolution Audio
96kHz and 192kHz sample rates are marketed as "high-resolution audio," but their audible benefits are widely debated. 44.1kHz already captures every frequency the human ear can perceive (up to ~20kHz). Higher rates capture ultrasonic content above this range β content most speakers cannot reproduce and most listeners cannot hear. The primary practical benefit of higher sample rates is headroom for processing: some analog-modelling plugins and pitch-shifting algorithms behave more accurately when operating at 88.2kHz or 96kHz. The trade-off is significantly larger file sizes and increased CPU load.
For context on how these technical choices affect your overall mixing workflow, the session sample rate should be locked before you start β converting between sample rates mid-project introduces conversion artefacts. Similarly, understanding lossless audio formats helps clarify where sample rate and bit depth fit into the broader delivery chain.
If you are recording for sync or video placement, always use 48kHz β it is the broadcast standard and avoids the sample rate conversion required when audio recorded at 44.1kHz is placed in a 48kHz video timeline. For more on the full home recording studio setup, sample rate and bit depth are foundational decisions that should be made before you buy or configure any other gear.