Digital audio represents continuous sound waves as sequences of discrete numerical samples. Two parameters define the quality of this representation: sample rate and bit depth. Sample rate measures how many snapshots of the audio waveform are captured per second, expressed in Hz or kHz. The Nyquist theorem establishes the fundamental constraint: a sample rate must be at least twice the highest frequency being captured to avoid aliasing distortion. CD audio uses 44,100 Hz (44.1 kHz), which can faithfully represent frequencies up to about 22,050 Hz — covering the entire range of human hearing (20 Hz–20 kHz) with headroom.
Bit depth determines the resolution of each sample — how many distinct amplitude values can be recorded. 16-bit audio provides 65,536 possible amplitude levels, while 24-bit provides over 16 million. Each additional bit adds roughly 6 dB of dynamic range, so 16-bit yields approximately 96 dB and 24-bit yields approximately 144 dB. This matters practically: professional recordings use 24-bit to capture quiet details like room ambience without quantization noise becoming audible.
When audio falls below the noise floor of the bit depth, quantization error introduces a gritty, grainy distortion. Dithering — adding low-level random noise — is applied when reducing bit depth (e.g., 24-bit to 16-bit for CD delivery) to spread this error more evenly across frequencies, converting harsh quantization distortion into benign noise.
Modern production workflows record at 24-bit/96kHz or higher to preserve headroom for processing, then downsample for delivery. Understanding these tradeoffs is essential for setting up sessions correctly, selecting converters, and understanding why audio behaves differently at various quality settings.
Digital audio fundamentals underpin every modern recording, production, and playback system. When a microphone captures sound, the analog electrical signal must be converted to digital data through a process of sampling (measuring amplitude at regular time intervals) and quantization (assigning each measurement a discrete numeric value).
The precision of this process is governed by sample rate and bit depth. Sample rate determines temporal resolution: too low, and high-frequency content aliases into audible artifacts below Nyquist. Bit depth determines amplitude resolution: too low, and quiet passages disappear into quantization noise. Professional audio balances these parameters against file size and computational cost — production sessions typically use higher rates than delivery formats.
Understanding digital audio fundamentals is prerequisite knowledge for nearly every other topic in music technology, from compression to synthesis to audio programming. The mathematics of the Fourier transform, which decomposes audio into frequency components, operates on the same discrete sample streams produced by these conversion processes.
Topics in reflective domains aren't scored by quiz answers. Read, reflect, and mark when you've thought it through.