Music Tech3 min read

Sample Rate and Bit Depth, Explained Simply

What 44.1kHz and 24-bit actually mean, why higher isn't always better, and the settings that genuinely matter for your projects.

Two numbers describe how audio is digitised. Both are widely misunderstood, and one of them matters much more than the other.

Sample rate: how often

Sample rate is how many times per second the audio is measured. 44,100 times per second is 44.1kHz.

The rule that decides this is the Nyquist theorem: to represent a frequency accurately, you must sample at more than twice that frequency. Human hearing tops out around 20kHz, so 44.1kHz (capturing up to ~22kHz) covers it.

So why go higher? Two genuine reasons:

  1. Lower latency. At 96kHz, a 128-sample buffer is half the time it is at 48kHz. Useful when tracking.
  2. Nonlinear processing. Distortion and saturation generate harmonics above the original frequencies. At a higher sample rate there is more room before those fold back as aliasing. (Though most good plugins now oversample internally, which solves this without a project-wide rate change.)

Why not always go higher? Double the rate is double the file size, double the CPU, double the disk throughput — for a difference almost nobody can hear in a blind test.

Practical answer: 48kHz. It's the video standard, it gives slight headroom over 44.1kHz, and it's what most people work at.

Bit depth: how precisely

Bit depth is how precisely each sample is measured. This one matters more.

  • 16-bit = 65,536 levels ≈ 96dB of dynamic range
  • 24-bit = 16.7 million levels ≈ 144dB of dynamic range
  • 32-bit float = effectively unlimited practical headroom

The practical consequence is headroom. At 24-bit you can record with your peaks at -18dBFS and still have vastly more resolution than a 16-bit recording peaking at -1dBFS. That means you never need to record hot, which means you never clip.

32-bit float recorders take this further: they cannot clip in any practical sense, because the format's range exceeds anything a converter produces. If your interface or field recorder supports it, it removes gain-staging anxiety from tracking entirely.

What to actually do

StageSetting
Recording48kHz, 24-bit (or 32-bit float if available)
MixingSame as the project — never change mid-project
Master delivery48kHz or 44.1kHz, 24-bit WAV
CD delivery44.1kHz, 16-bit with dither
Streaming upload24-bit WAV; the platform re-encodes

The two rules that matter

Never change sample rate mid-project. Resampling introduces artifacts and pitch problems.

Only dither once, at the very end, when reducing bit depth for final delivery. Dithering repeatedly accumulates noise.

Related reading: audio file formats explained, gain staging explained, and buffer size and latency.

Frequently asked questions

What sample rate should I record at?

48kHz is the sensible default for most work — it is the video standard and gives a little headroom over 44.1kHz. Recording at 96kHz has real but small benefits and doubles your file sizes and CPU load.

What bit depth should I use?

24-bit for recording and mixing. It gives you enough dynamic range that you never need to record hot, which removes clipping risk entirely. 16-bit is only for final CD-format delivery.

Is 96kHz better than 48kHz?

Marginally, and rarely audibly. The genuine benefits are lower latency and slightly better behaviour in nonlinear plugins like distortion. Most engineers consider 48kHz the right tradeoff for the doubled resource cost.

Start making music in Veena

Free, browser-based, no downloads required.

Try Veena Free