Welcome to the World of Digital Sound!

Have you ever wondered how your smartphone captures your voice in a voice note, or how Spotify plays your favourite tracks? Sound starts off as a physical wave in the air, but computers only understand binary (1s and 0s). In this guide, we will explore exactly how we turn those "wavy" sounds into numbers that a computer can store and play back. Don't worry if this seems a bit technical—we'll break it down step-by-step!

1. Analogue vs. Digital: The Big Difference

In the real world, sound is analogue. This means it is a continuous signal that is constantly changing. If you look at an analogue sound wave, it looks like a smooth, flowing line.

However, computers are digital. They can’t handle "smooth" lines; they can only store discrete (separate) values. To save sound on a computer, we have to convert that smooth analogue wave into a digital format. We do this using a process called sampling.

The "Connect-the-Dots" Analogy:
Imagine trying to draw a circle on a piece of graph paper using only the corners of the squares. If you only use 4 dots, it looks like a diamond. If you use 100 dots, it looks much more like a real circle. Digital sound is just like that—it's a "connect-the-dots" version of a real sound wave!

Quick Takeaway: Sound is analogue (continuous) but must be converted to digital (binary) so a computer can store and process it.

2. What is Sampling?

To convert sound, the computer takes "snapshots" of the sound wave at regular intervals. This is called sampling.

The Definition of a Sample:
A sample is a measure of the amplitude (the height or "loudness") of a sound wave at a specific point in time.

Did you know?
The higher the amplitude of the wave at a certain point, the higher the binary number that will be recorded for that sample!

3. Sampling Rate and Sample Resolution

To get a high-quality recording, we need to think about two main things: Sampling Rate and Sample Resolution.

A. Sampling Rate

The sampling rate is the number of samples taken every second.

• It is measured in Hertz (Hz).
1 Hz means 1 sample per second.
• Most CDs use a sampling rate of 44,100 Hz (that’s 44,100 snapshots every single second!).

B. Sample Resolution

The sample resolution is the number of bits used to store each sample.

Think of this like the "detail" of the measurement. If you only use 2 bits, you only have 4 possible levels of loudness to record. If you use 16 bits, you have 65,536 different levels! This makes the sound much more accurate to the original.

The "Video Camera" Analogy:
The sampling rate is like the "frame rate" of a movie (how many pictures per second). The sample resolution is like the "image quality" or "megapixels" of each individual picture.

Key Takeaway: Increasing the sampling rate or the sample resolution will make the digital sound closer to the original analogue sound, but it will also make the file size much larger.

4. Calculating Sound File Sizes

The AQA syllabus requires you to be able to calculate how big a sound file will be. This is a very common exam question! Here is the formula you need to remember:

\( \text{File size (bits)} = \text{sampling rate} \times \text{sample resolution} \times \text{number of seconds} \)

Step-by-Step Example:
A song is recorded with a sampling rate of 10 Hz, a resolution of 8 bits, and lasts for 5 seconds. What is the file size in bits?

1. Sampling Rate: 10
2. Resolution: 8
3. Seconds: 5
4. Calculation: \( 10 \times 8 \times 5 = 400 \text{ bits} \)

Common Mistake Alert!
Always check the units in the exam! If the question asks for the answer in Bytes, you must divide your final answer by 8 (because there are 8 bits in a byte).
Example: 400 bits ÷ 8 = 50 Bytes.

5. Summary and Quick Review

Memory Aid: The "Three S's" of Sound
Sampling: Taking snapshots of the wave.
Sampling Rate: How often (Hertz).
Sample Resolution: How much detail (Bits).

Quick Review Box:
• Sound is analogue; computers are digital.
Amplitude is the height of the wave.
Sampling Rate is measured in Hertz (Hz).
Sample Resolution is the number of bits per sample.
Formula: Rate × Resolution × Seconds = File Size (in bits).

Don't worry if the math seems tricky at first! Just remember: multiply the three numbers together (Rate, Resolution, and Time) and you'll find the total number of bits. You've got this!