Difference between revisions of "Sound"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Nyquist's Theorem)
(Audio Compression)
Line 24: Line 24:
 
== Audio Compression ==
 
== Audio Compression ==
  
Audio compression removes sounds and frequencies which we can't hear.
+
Audio compression is used to lower the space that a digital sound file takes up by removing sounds that humans won't be able to pick up listening to it. For example, in a song with guitar and drums, when there is a drum hit, the guitar will drown out in the background and become inaudible, so this data is removed to save memory, which is useful for devices like phones with a limited memory.
  
 
== Synthesising Sound ==
 
== Synthesising Sound ==
  
 
Sound can be synthesised with MIDI (Musical Instrument Digital Interface), which records information about each note - such as duration, pitch, tempo, instrument and volume - and recreates that note when played. When using MIDI it is hard to replecate the proper soud as it would have to be played through note by note and would be a synthetic sound, in some cases it's good like in pop music but in other cases usually not. A MIDI link can hold up to 16 channels of information which can be routed to a seperate device for each channel.
 
Sound can be synthesised with MIDI (Musical Instrument Digital Interface), which records information about each note - such as duration, pitch, tempo, instrument and volume - and recreates that note when played. When using MIDI it is hard to replecate the proper soud as it would have to be played through note by note and would be a synthetic sound, in some cases it's good like in pop music but in other cases usually not. A MIDI link can hold up to 16 channels of information which can be routed to a seperate device for each channel.

Revision as of 16:53, 4 January 2017

Incomplete Needs Quiz

Converting analogue to digital sound

The following image demonstrates how sound files are created when they are inputted through devices such as a microphone:

600px-Analogue Digital Conversion.png

Representing Sound

To store sound a digitizer is needed to convert the analogue sound into digital sound. An analogue to digital converter carries out these conversions. 16 bit ADC is enough for CD quality sound.

Sampling Rate

The sampling rate or frequency is the number of samples taken per second. It is measured in hertz (Hz)?. The higher the sampling rate the more accurate the representation of the sound.

Sampling Resolution

The sampling resolution is the number of bits assigned to each sample. The number of bits assigned allows for a wider range of sounds to be displayed. For example, if only one bit is used it can only be either 1 or 0, giving an option of only two different sounds, where as if 8 bits are used there are a possible 255 different sounds that can be recorded and then replayed.

Nyquist's Theorem

In 1928 Harry Nyquist found that in order to sample any sound at a similar quality to how it is in real life, you must use a sampling rate at double the frequency of the original sound. The result will be the closest possible to the original sound, because recording at double the frequency allows for all of the changes in the sound such as pitch to be captured digitally at a high quality.

Audio Compression

Audio compression is used to lower the space that a digital sound file takes up by removing sounds that humans won't be able to pick up listening to it. For example, in a song with guitar and drums, when there is a drum hit, the guitar will drown out in the background and become inaudible, so this data is removed to save memory, which is useful for devices like phones with a limited memory.

Synthesising Sound

Sound can be synthesised with MIDI (Musical Instrument Digital Interface), which records information about each note - such as duration, pitch, tempo, instrument and volume - and recreates that note when played. When using MIDI it is hard to replecate the proper soud as it would have to be played through note by note and would be a synthetic sound, in some cases it's good like in pop music but in other cases usually not. A MIDI link can hold up to 16 channels of information which can be routed to a seperate device for each channel.