Sound is a continuous analogue wave — it can take any amplitude value at any point in time. Computers can only store digital data (discrete binary values), so analogue sound must be converted.
An Analogue-to-Digital Converter (ADC) converts a continuous sound wave into a sequence of numbers by sampling: measuring the amplitude of the wave at regular intervals.
Sample rate is the number of samples taken per second, measured in Hertz (Hz) or kilohertz (kHz).
| Sample rate | Quality | Common use |
|---|---|---|
| 8,000 Hz (8 kHz) | Low | Phone calls |
| 22,050 Hz (22.05 kHz) | Medium | AM radio quality |
| 44,100 Hz (44.1 kHz) | High | CD audio (standard) |
| 96,000 Hz (96 kHz) | Very high | Professional studio recordings |
A higher sample rate captures more of the original waveform — the digital audio more closely matches the original. But it also means more samples to store, increasing file size.
Bit depth (also called sample resolution) is the number of bits used to store each sample's amplitude value.
| Bit depth | Amplitude levels | Quality |
|---|---|---|
| 8-bit | 256 levels | Low — noticeable noise |
| 16-bit | 65,536 levels | High — CD quality |
| 24-bit | 16,777,216 levels | Studio quality |
Higher bit depth = more precise amplitude values = smoother, higher quality audio. Lower bit depth causes quantisation noise (a granular hiss caused by rounding amplitude values).
| Change | Effect on quality | Effect on file size |
|---|---|---|
| Increase sample rate | More accurate reproduction of high-frequency sounds | Larger |
| Decrease sample rate | Loss of high-frequency detail | Smaller |
| Increase bit depth | More amplitude levels — less quantisation noise | Larger |
| Decrease bit depth | Fewer levels — more noise | Smaller |
8 questions · 21 marks
| Term | Definition |
|---|
Timed exam conditions.