Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.

Slides:



Advertisements
Similar presentations
Multimedia: Digitised Sound Data Section 3. Sound in Multimedia Types: Voice Overs Special Effects Musical Backdrops Sound can make multimedia presentations.
Advertisements

Introduction to Digital Audio
Digital Audio Teppo Räisänen LIIKE/OAMK. General Information Auditive information is transmitted by vibrations of air molecules The speed of sound waves.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 36 How Music and Audio Work on the Internet.
Sound can make multimedia presentations dynamic and interesting.
4.1Different Audio Attributes 4.2Common Audio File Formats 4.3Balancing between File Size and Audio Quality 4.4Making Audio Elements Fit Our Needs.
GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
Dale & Lewis Chapter 3 Data Representation Analog and digital information The real world is continuous and finite, data on computers are finite  need.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Chapter 4: Representation of data in computer systems
Int 2 Multimedia Revision. Digitised Sound Analogue sound recorded from person, or real instruments.
I Power Higher Computing Multimedia technology Audio.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
WHAT’S THIS? ….. WHAT CHANGES? Uptown Funk 1 Uptown Funk 2. Uptown Funk 3.
Digital Audio and using Software Digital Audio and using Audacity Software Michael Nieckoski Technology Learning Services November 2008.
Chapter 9 Audio.
Representing Sound in a computer Analogue  Analogue sound is produced by being picked up by a transducer (microphone) and converted in an electrical current.
Introduction to Sound Sounds are vibrations that travel though the air or some other medium A sound wave is an audible vibration that travels through.
Representation of Data in Computer Systems
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
COMP Representing Sound in a ComputerSound Course book - pages
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
Analogue vs Digital. Analogue  Lots of different frequencies, lots of different amplitudes  Wave recorded as it is.
Sound and audio. Table of Content 1.Introduction 2.Properties of sound 3.Characteristics of digital sound 4.Calculate audio data size 5.Benefits of using.
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
Introduction to SOUND.
Digital Sound Actual representation of sound Stored in form of thousands of individual numbers (called samples) Not device dependent Stored in bits.
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Digital Recording. Digital recording is different from analog in that it doesn’t operate in a continuous way; it breaks a continuously varying waveform.
Digital Audio System PCM streams have two basic properties that determine their fidelity to the original analog signal: the sampling rate, which is the.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
CSCI-100 Introduction to Computing Hardware Part II.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Audio sampling as an example of analogue to digital Mr S McIntosh.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Data Representation: Sound
3.3 Fundamentals of data representation
Image and Sound Representation
Objective % Explain concepts used to create digital audio.
Image and Sound Representation
Data representation – Sound.
OCR Computing for GCSE © Hodder Education 2011
Learning Objectives Be able to explain how sound can be sampled and stored in digital form. Understand how sampling rate affects digital audio quality.
Multimedia: Digitised Sound Data
Multimedia Systems and Applications
Introduction to Digital Audio
Objective % Explain concepts used to create digital audio.
Data Representation Keywords Sound
Multimedia Fundamentals(continued)
Web Design and Development
Bits and Pieces November 6, 2007.
Summer Term Year 10 Slides
Introduction to Digital Audio
Introduction to Digital Audio
Introduction to Digital Audio
Digital Music Scott Bennett 1/3/2019.
Chapter 4: Representing sound
Representing Sound 2.6 – Data Representation.
COMS 161 Introduction to Computing
OCR GCSE Computing © Hodder Education 2013 Slide 1
Introduction to Digital Audio
Recap In previous lessons we have looked at how numbers can be stored as binary. We have also seen how images are stored as binary. This lesson we are.
WJEC GCSE Computer Science
Chapter 9 Audio.
Presentation transcript:

Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011

How sound is represented in computers Sound is an analogue energy form It can take a range of values –for loudness –for frequency OCR Computing for GCSE © Hodder Education 2011

Analogue signals Computers only work with digital signals, so the sound is sampled. –Measurements taken at intervals. –Various parameters measured. –The more measurements, the better the quality of the recording. Audio CD –music is sampled 44,100 times per second –the samples are 2 bytes (16 bits) long –44,100 samples/second * 16 bits/sample * 2 channels = 1,411,200 bits per second Audio CDs store a LOT of data. This is much too much for normal computer storage and downloads. OCR Computing for GCSE © Hodder Education 2011

Sampling The rate of sampling can be varied. This is the bit rate The number of bits sampled in a given time. The higher the bit rate, the better the recording but the bigger the file size. OCR Computing for GCSE © Hodder Education 2011

Compression Sound files are usually compressed for computer storage and transmission. MP3 is a common compressed sound file format. Algorithms devised to remove the parts of the data that humans are least likely to hear. OCR Computing for GCSE © Hodder Education 2011