Spec & Goals 3 min
AQA Spec 3.3.7 · Representing sound
By the end of this lesson you can:
- Explain how an analogue sound is made digital by sampling.
- Define sample rate and sample resolution (bit depth) and their effect on quality and file size.
- Calculate the size of a sound file using sample rate × bit depth × seconds.
Warm-Up 5 min
Last lesson covered images — resolution and colour depth set quality and file size. Sound works the same way.
Quick starter
A microphone in a Penang studio picks up a singer's voice. The voice is a smooth wave, but a computer can only store numbers. How might it turn the wave into numbers?
Reveal the idea
It measures the wave's height many times each second and stores each measurement as a number. That repeated measuring is called sampling.
Key Concept — sampling an analogue wave 14 min
Real sound is analogue — a continuous, smoothly changing wave. A computer is digital, so it must convert the wave into numbers.
To digitise sound the computer takes samples — it measures the wave's height at regular time intervals and records each height as a binary number.
Sample rate
The sample rate is how many samples are taken each second. It is measured in hertz (Hz). A common music rate is 44100 Hz — 44,100 samples a second.
Sample resolution (bit depth)
The sample resolution, or bit depth, is the number of bits used to store each sample. More bits means each height is recorded more precisely.
A higher sample rate and a higher bit depth give a more faithful, higher-quality recording — but also a larger file.
| If you increase… | Quality | File size |
|---|---|---|
| Sample rate | Better — wave captured more often | Larger |
| Bit depth | Better — each sample more precise | Larger |
Worked Example — size of a music clip 12 min
Problem: A 10-second mono clip is sampled at 44100 Hz with a bit depth of 16. Calculate its size in bits, then in bytes.
Write the formula, then substitute the numbers:
| Step | Working |
|---|---|
| Formula | size (bits) = sample rate × bit depth × seconds |
| Substitute | = 44100 × 16 × 10 |
| Multiply | = 7,056,000 bits |
| Bits → bytes (÷ 8) | = 7,056,000 ÷ 8 = 882,000 bytes |
So the file is 7,056,000 bits, which is 882,000 bytes (mono). If it were stereo you would multiply by 2 again.
Try It Yourself 12 min
Goal: State the unit used to measure sample rate, and say what a bit depth of 8 means.
Hint: one is hertz; the other is the number of bits per sample.
Goal: Calculate the size in bits of a 4-second mono clip sampled at 16000 Hz with a bit depth of 8.
Hint: size (bits) = sample rate × bit depth × seconds.
Goal: A song is recorded in stereo for 3 seconds at 44100 Hz with a bit depth of 16. Calculate its size in bits, then explain why the stereo version is larger than mono.
📝 Exam Practice 10 min
Answer the way the examiner expects — the command word and the marks tell you how much to write.
Calculate the size in bits of a 5-second mono clip sampled at 8000 Hz with a bit depth of 8.
Mark scheme
- 8000 × 8 × 5 (correct formula / substitution) (1).
- =
320 000bits (1).
State the effect of increasing the sample rate of a recording.
Mark scheme
- The sound quality improves / the recording is more accurate (1).
- The file size increases (1).
Define the term sampling.
Mark scheme
- Measuring the height / amplitude of an (analogue) wave at regular intervals (1).
Recap & Key Terms 3 min
Sound is analogue. A computer digitises it by sampling — measuring the wave at regular intervals. The sample rate (Hz) and bit depth set the quality and the file size. Size in bits = sample rate × bit depth × seconds.
- Analogue
- A continuously varying signal, such as a real sound wave, with no fixed steps.
- Sampling
- Measuring the height of an analogue wave at regular intervals and storing each value digitally.
- Sample rate
- The number of samples taken per second, measured in hertz (Hz).
- Sample resolution (bit depth)
- The number of bits used to store each sample.
Homework 1 min
Task (≤ 15 min): Calculate the size in bits of a 30-second mono voice note sampled at 11025 Hz with a bit depth of 8, then convert your answer to bytes.
Model answer
size (bits) = 11025 × 8 × 30 = 2,646,000 bits. In bytes: 2,646,000 ÷ 8 = 330,750 bytes.
Award marks for: correct formula / substitution (1), correct value in bits (1), correct conversion to bytes (1).