Sample Rate and Bit Depth Explained
A pair of headphones or a DAC advertises "24-bit/192kHz" the way a camera advertises megapixels: a bigger number reads as a better one, and the box rarely explains what either figure actually buys. Sample rate and bit depth are not a single resolution dial for audio. They answer two separate, narrower questions — one about which frequencies a digital recording can hold, one about how quiet its noise floor can get — and neither one is asking the question "how good does this sound."
What sampling actually captures, not a staircase
An analog-to-digital converter measures the incoming voltage at fixed intervals, the sample rate, and rounds each measurement to the nearest representable value, the bit depth. What a sample rate can capture is set by the Nyquist–Shannon sampling theorem, stated formally in engineering course material such as an introductory Signals and Systems chapter hosted on the LibreTexts engineering library: a signal bandlimited to a band B is completely determined by samples taken at a rate of 2B, and is reconstructed exactly by summing sinc-shaped pulses centered on each sample, not by drawing straight lines between them.
The common mental image of what happens between samples — a jagged staircase, or dots joined by straight edges, that only smooths out as the sample rate climbs — is folklore, not signal theory. Xiph.org engineer Monty Montgomery's demonstration of digital audio fundamentals, hosted at people.xiph.org, addresses that image directly: "all signals with content entirely below the Nyquist frequency...are captured perfectly and completely by sampling," and "the analog signal can be reconstructed losslessly, smoothly, and with the exact timing of the original analog signal." There is no staircase in a correct reconstruction, because a compliant digital-to-analog converter is not connecting dots — it is producing the one continuous, bandlimited waveform consistent with every sample, which is the original. A cheap or deliberately naive converter can produce something closer to a staircase, but that is a defect in that converter's reconstruction filter, not a property of sampling itself.
Why 44.1 kHz, specifically
44.1 kHz was never derived from acoustics; it is a leftover from how digital audio was stored before hard drives were viable for the job. In the late 1970s the only affordable way to move digital audio from a studio to a pressing plant was to disguise it as a video signal and record it onto a video cassette with a PCM adaptor. A sample-rate history explainer published by forasoft.com works through the arithmetic: PAL video supplies 294 usable lines at 50 fields per second, and packing 3 audio samples into each line gives 294 × 50 × 3 = 44,100 samples per second exactly, while NTSC's line and field counts land within roughly 50 samples per second of the same figure. The PAL number won because it was the round one, and Sony's PCM-1600 recorder, introduced in 1979, carried it into professional use; a separate account on Wikipedia's entry for 44,100 Hz corroborates the PCM-1600 date and the 1980 Red Book standard that then carried 44.1 kHz onto every commercial CD. Nothing in that history is an audio-quality argument — 44.1 kHz survives because the compact disc format froze it in place.
The professional side of the industry never converged on that figure by habit. The AES3 digital-audio-interface standard — sold directly by the Audio Engineering Society, read here in a copy mirrored by McGill University's engineering department — expects audio sampled at one of the rates recognized by AES5, the Society's separate recommendation on preferred sampling frequencies, encodes exactly three choices in its channel-status data (32 kHz, 44.1 kHz and 48 kHz, defaulting to 48 kHz when no rate is indicated at all), and caps the audio sample word itself at 24 bits, in coding ranges of up to 20 or up to 24 bits — the ceiling the next section explains.
What bit depth actually controls
Bit depth is not a second resolution dial stacked on top of sample rate. Where sample rate sets which frequencies a recording can hold, bit depth sets how quiet the digital silence beneath the signal can be: its dynamic range, the distance between the loudest sample a format allows and the noise floor produced by rounding every measurement to the nearest representable value. Each extra bit doubles the number of representable amplitude steps, and doubling a linear quantity is a fixed 6.02 dB step (20 × log10 2) — the same relationship MIT's digital-audio course notes give directly, as ΔL ≈ (6 × N) dB — so a 16-bit signal has roughly 96 dB of theoretical dynamic range above its quantization-noise floor, and a 24-bit signal has roughly 144 dB.
That noise floor is not automatically distortion, and whether it stays that way depends on dither — a small amount of noise added before rounding, a mechanism the same MIT course notes describe independently as trading distortion that correlates with the signal for background noise that does not. Montgomery's Xiph.org piece states the mechanism the same way: "proper dither...renders quantization noise independent of the input signal," so "dithered quantization introduces no distortion, just uncorrelated noise." A correctly dithered 16-bit recording is not a jagged, lower-resolution version of the same recording at 24 bits; it is the identical waveform with roughly 48 dB more hiss sitting underneath it, well below the self-noise of almost any real playback chain. Bit depth is not a measure of how finely a waveform's shape is traced horizontally — that is sample rate's job — and the two numbers do not trade off against each other. That dither hiss is flat across frequency in the same sense as the hiss this site's own noise generator calls white; white, pink and brown noise: what the colours mean covers what "flat" actually means and why it sounds the way it does.
Where the extra numbers stop mattering, and where they still do
For a finished recording headed to a listener, both numbers top out well below what gets marketed. Montgomery's Xiph.org analysis concludes that "16 bits is enough to store all we can hear, and will be enough forever," and an independent psychoacoustics write-up on tonestack.net reaches the same conclusion by measurement, putting correctly dithered 16-bit/44.1kHz audio's noise-free dynamic range at roughly 118 dB above the threshold of hearing — already past what a real room or set of speakers add on top. Sample rate follows a similar pattern past 48 kHz: audible content tops out around 20 kHz, and any rate more than double that already satisfies Nyquist with margin to spare.
One piece of that picture is not settled the way the rest of this article is. Montgomery's analysis goes further, arguing that 192 kHz playback is not merely pointless but slightly counterproductive because, in his account, "inaudible ultrasonics contribute to intermodulation distortion in the audible range" once they reach an amplifier or driver never built to pass content that high. That is one researcher's argument, not a settled result: physicist David Griesinger, who presented on this same question at an AES convention in Banff, documents on his own page that what he first suspected was audible ultrasonic intermodulation in his own listening setup turned out, on investigation, to be ordinary distortion in one loudspeaker driver instead. A different system could implicate a different cause, or none at all — whether it happens on any given system is a live, hardware-dependent question, stated here as Montgomery's position, not this article's conclusion.
The bigger numbers are not useless, though — they are doing a different job upstream of the listener. Recording and mixing routinely run at 24 bits because a project accumulates rounding error across thousands of plugin stages, gain changes and summed tracks, and the extra bits are headroom against that accumulation rather than anything a listener will hear directly; the same analysis notes that "an engineer...requires more than 16 bits during mixing and mastering" for exactly that reason, with the extra bits discarded once a mix is finished and printed for release. Sample rates above 48 kHz earn their keep the same way, inside production rather than at the listener's end: the extra distance between 20 kHz and the Nyquist frequency gives an anti-aliasing filter more room to roll off gently instead of steeply, a real benefit during recording that disappears once the finished file is downsampled for distribution.
A browser cannot verify any of this about your own hardware, and this site does not claim otherwise — the sample rate and bit depth your system actually uses depend on your operating system's audio driver and your interface, and, for anything captured through a microphone, the capture stage covered in why isn't my microphone working. If what brought you here was what a codec does to these numbers in transit, Bluetooth audio latency by codec covers the compression layer sitting on top of them, and if the real question is how cleanly a signal chain reproduces a waveform rather than how that waveform is stored, total harmonic distortion covers the measurement built for that instead.