Chapter 4: Representing sound

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

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.
1 Multimedia on the Web: Issues of Bandwidth Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each second.
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: Sound OCR Computing for GCSE © Hodder Education 2011.
Chapter 4: Representation of data in computer systems
WHAT’S THIS? ….. WHAT CHANGES? Uptown Funk 1 Uptown Funk 2. Uptown Funk 3.
Department of Information Engineering1 What is a bit? –the basic unit in computer –represent a binary number : 0 and 1 a group of bits can represent any.
Digital Audio and using Software Digital Audio and using Audacity Software Michael Nieckoski Technology Learning Services November 2008.
Chapter 9 Audio.
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
 Continuous sequence of vibrations of air  (Why no sound in space? Contrary to Star Wars etc.)  Abstraction of an audio wave:  Ear translates vibrations.
LE 460 L Acoustics and Experimental Phonetics L-13
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
DTC 354 Digital Storytelling Rebecca Goodrich. Wave made up of changes in air pressure by an object vibrating in a medium—water or air.
COMP Representing Sound in a ComputerSound Course book - pages
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?
CIS-325: Data Communications1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
Overview of Multimedia A multimedia presentation might contain: –Text –Animation –Digital Sound Effects –Voices –Video Clips –Photographic Stills –Music.
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.
IMGD-1001 The Game Development Process Game Audio (Content by professor Brian Moriarty)
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
CSCI-100 Introduction to Computing Hardware Part II.
IMGD-1001 The Game Development Process Class 15 Thursday, 24 September 2009.
Digital Audio I. Acknowledgement Some part of this lecture note has been taken from multimedia course made by Asst.Prof.Dr. William Bares and from Paul.
Audio sampling as an example of analogue to digital Mr S McIntosh.
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.
Multimedia: making it Work
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.
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: Representing sound OCR GCSE Computing Chapter 4: Representing sound OCR GCSE Computing © Hodder Education 2013 Slide 1

OCR GCSE Computing © Hodder Education 2013 Slide 2 Chapter 4: Sound Sound is an analogue energy form. It can take a range of values: for loudness; for frequency. OCR GCSE Computing © Hodder Education 2013 Slide 2

OCR GCSE Computing © Hodder Education 2013 Slide 3 Chapter 4: Sound Computers only work with digital signals, so the sound is sampled. Measurements are taken at intervals. Various parameters are measured. OCR GCSE Computing © Hodder Education 2013 Slide 3

OCR GCSE Computing © Hodder Education 2013 Slide 4 Chapter 4: Sound These readings give us an approximation to the sound. The more measurements, the better that approximation and quality of the recording. More measurements, however, means a larger file size. Time Sampled value 2 18 4 34 6 22 ... OCR GCSE Computing © Hodder Education 2013 Slide 4

OCR GCSE Computing © Hodder Education 2013 Slide 5 Chapter 4: Sound 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 GCSE Computing © Hodder Education 2013 Slide 5

OCR GCSE Computing © Hodder Education 2013 Slide 6 Chapter 4: Sound 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 GCSE Computing © Hodder Education 2013 Slide 6

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