Digital Audio Sampling: Bit Depth & Sample Rate Explained

Added:

Sound Basics
Sample Rate
Rate Standards
Bit Depth
Clipping Risk
Mixing Workflow
Conversion Impact

Sound Basics

0:00
Playing Section
  • 1

    Explains sound as waves hitting the eardrum and becoming electrical signals.

  • 2

    Describes analog-to-digital conversion via sound cards.

  • 3

    Introduces bit depth and sample frequency as key parameters.

The physics of sound, specifically how continuous sound waves are characterized by amplitude (volume) and frequency (pitch).
The fundamental difference between analog signals (continuous waveforms) and digital signals (discrete data points).
Basic computer science concepts regarding binary code, specifically how bits are used to represent numerical values and data.
The Nyquist-Shannon Sampling Theorem, including the mathematical limit of sampling and the concept of aliasing.
Quantization noise/error and the role of 'dithering' to mask distortion in low bit-depth environments.
The relationship between sample rate, bit depth, and calculating audio bitrate (e.g., how file size is determined in WAV or MP3 formats).
Practical digital audio engineering standards, such as why 44.1 kHz/16-bit is used for CDs while 48 kHz/24-bit is preferred for film and video production.
273.5K views6.8Klikes12:24@ComputerphileOriginal Release: 2015-10-26

Digital audio works by converting analog sound waves into digital data through two key parameters: sample frequency (the number of times per second the system captures the sound's amplitude level) and bit depth (the number of different volume levels that can be recorded). According to the Nyquist-Shannon theorem, the sampling rate must be at least twice the highest frequency humans can hear (around 22,050 Hz), which is why industry standards use 44.1 kHz or 48 kHz. Bit depth determines the resolution of each sample, with 16-bit providing 65,536 levels and 24-bit providing over 16 million levels, allowing professional recordings to capture subtle dynamic changes without distortion.