SLR 13 - Coding Sound & Music Flashcards
(46 cards)
What are the two main categories of sound?
Analog and Digital.
What is analog sound?
Natural sound waves occurring in a continuous waveform, e.g. human voice.
How is analog signal defined?
A continuous signal representing physical measurements.
How is analog sound data captured?
he sound wave is recorded onto a tape or other medium as a continuous waveform.
How is analog sound represented?
Uses a continuous range of values to represent sound.
How is analog sound captured?
Continuously varying quantities are measured and captured.
What is digital sound?
A discrete digital format representing natural sound waves, e.g. DVD, MP3.
How is digital signal defined?
Discrete time signals generated by digital modulation.
How is digital sound data captured?
Analog waveforms are sampled at regular intervals, converted to numbers, and stored digitally.
How is digital sound represented?
Uses discrete (discontinuous) values to represent sound.
How is digital sound captured?
Quantities are counted, not measured.
What does ADC stand for and what does it do?
Analog-to-Digital Converter – converts continuous natural sound waves into digital format.
How do ADCs capture sound?
Used with analog sensors (e.g. microphones) to record amplitude at set intervals.
What does DAC stand for and what does it do?
Digital-to-Analog Converter – converts digital audio signals into continuous natural sound waves.
What are the two main factors that affect digital sound quality?
Sample Rate and Sample Resolution.
What is sample rate?
How often the amplitude of a sound wave is recorded (samples per second), measured in Hertz (Hz).
What is the typical sample rate for audio files?
44,100 Hz (samples per second).
What is sample resolution?
The amount of detail in each sample – how many different amplitudes can be recorded, measured in bits.
How many values can 16-bit sample resolution store?
65,536 values (2 bytes per sample).
How many values can 24-bit sample resolution store?
98,304 amplitudes (3 bytes per sample).
What is the Nyquist Theorem?
To accurately reproduce sound, the sampling rate must be at least twice the highest frequency of the original sound.
How do you calculate sound file size?
Sample Rate × Duration (s) × Sample Resolution (bits)
What is MIDI?
A technical standard that allows electronic music components and computers to communicate.
What does a MIDI controller do?
Sends and receives event messages between devices.