Why it matters
PCM underlies all digital audio. Understanding samples + bit depth shapes decisions about quality vs storage.
Advertisement
The architecture
Sample rate: how many samples per second. 44.1 kHz standard (CD), 48 kHz (video), 96 kHz+ (high-res).
Bit depth: bits per sample. 16-bit (CD), 24-bit (high-res).
Advertisement
How it works end to end
Nyquist: sample rate must be at least 2× highest frequency. 44.1 kHz captures up to ~22 kHz (human hearing limit).
Bit depth: 16 bits gives ~96 dB dynamic range; 24 bits gives 144 dB.
File formats: WAV, AIFF hold PCM directly. Uncompressed.
Compression trade-off: PCM huge, must compress for delivery.