Multimedia: Digitised Sound Data

Slides:



Advertisements
Similar presentations
Computing Intermediate 2 Multimedia Technology
Advertisements

Multimedia: Digitised Sound Data Section 3. Sound in Multimedia Types: Voice Overs Special Effects Musical Backdrops Sound can make multimedia presentations.
1 CMSHN1114/CMSCD1011 Introduction to Computer Audio Lecture 5: Digital audio formats Dr David England School of Computing and Mathematical Sciences
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.
4.2 Multimedia Elements Audio 1. Learning Outcomes: At the end of the lesson, students should be: a) describe the purpose of using audio in multimedia.
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.
Int 2 Multimedia Revision. Digitised Sound Analogue sound recorded from person, or real instruments.
Audio 2 Subject:T0934 / Multimedia Programming Foundation Session:9 Tahun:2009 Versi:1/0.
I Power Higher Computing Multimedia technology Audio.
Audio Basic Concepts. Audio in Multimedia Digital Audio: Sound that has been captured or created electronically by a computer In a multimedia production,
Image and Sound Editing Raed S. Rasheed Sound What is sound? How is sound recorded? How is sound recorded digitally ? How does audio get digitized.
Multimedia communications EG-371Dr Matt Roach Multimedia Communications EG 371 and EG 348 Dr Matthew Roach Lecture 2 Digital.
EET 450 Chapter 18 – Audio. Analog Audio Sound is analog Consists of air pressure that has a variety of characteristics  Frequencies  Amplitude (loudness)
EE2F1 Speech & Audio Technology Sept. 26, 2002 SLIDE 1 THE UNIVERSITY OF BIRMINGHAM ELECTRONIC, ELECTRICAL & COMPUTER ENGINEERING Digital Systems & Vision.
Chapter 9 Audio.
Digital Audio Multimedia Systems (Module 1 Lesson 1)
4.1 Digital Multimedia Elements
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Representation of Data in Computer Systems
Media File Formats Jon Ivins, DMU. Text Files n Two types n 1. Plain text (unformatted) u ASCII Character set is most common u 7 bits are used u This.
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
COMP Representing Sound in a ComputerSound Course book - pages
Multimedia def. Many forms Multimedia Text Hyperlinks Images Audio Animation Video Text Hyperlinks Images Audio Animation Video.
Audio. Why Audio Essential tool for – Interface – Narrative – Setting & Mood.
Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011.
3. Multimedia Systems Technology
10/10/04 L5/1/28 COM342 Networks and Data Communications Ian McCrumRoom 5D03B Tel: voice.
Overview of Multimedia A multimedia presentation might contain: –Text –Animation –Digital Sound Effects –Voices –Video Clips –Photographic Stills –Music.
Alice Workshop Working with Sound. Sound Working with sound is appealing to students Demo: Penguin Sound.
Pengantar Multimedia. Sound  Physical phenomenon – vibration.  Source = electrical – acoustic  Vibration – oscillation – wave  Wave periodical – song,
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
Digital Audio System PCM streams have two basic properties that determine their fidelity to the original analog signal: the sampling rate, which is the.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 04 – Audio Basic.
Digital Audio III. Sound compression (I) Compression of sound data requires different techniques from those for graphical data Requirements are less stringent.
CSCI-100 Introduction to Computing Hardware Part II.
Audio Streaming © Nanda Ganesan, Ph.D.. Audio File Features Audio file is a record of captured sound that can be played back –The WAV File is an example.
Sound. Sound Capture We capture, or record, sound by a process called sampling: “measuring” the sound some number of times per second. Sampling rate is.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Audio sampling as an example of analogue to digital Mr S McIntosh.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Information Systems Design and Development Media Types Computing Science.
Image and Sound Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Image and Sound Representation
Data representation – Sound.
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Pulse Code Modulation (PCM)
Analogue & Digital.
Chapter 5:- Sound Eyad Alshareef Eyad Alshareef.
Data Representation Keywords Sound
Web Design and Development
Summer Term Year 10 Slides
Chapter 4: Representing sound
Representing Sound 2.6 – Data Representation.
Pulse Code Modulation (PCM)
Assist. Lecturer Safeen H. Rasool Collage of SCIENCE IT Dept.
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:

Multimedia: Digitised Sound Data Section 3

Sound in Multimedia Types: Voice Overs Special Effects Sound can make multimedia presentations dynamic and interesting. They can also be used to assist user. Types: Voice Overs Special Effects Musical Backdrops

Sound Capture Microphone: CD/DVD: Analogue Can be used for voice-overs Digital Capturing music files Copyright laws may apply If it comes from the real world how do we convert into digital? ADC

Sampling Frequency Once an analogue signal is received it is chopped up and a sample is taken The sampling frequency is the number of samples taken per second. Samples of Sound Wave Sound Wave

Sampling Frequency Measurements (or samples) will be taken many times each second The sampling rate for audio CD is 44.1kHZ means 44100 thousand samples per second.

Sampling Depth This describes the number of bits which are taken in each sample This will determine the dynamic range of the recording An audio CD will have a sampling depth of 16bits (65536 levels)

Multimedia: Digitised Sound Data Storage of Sound Data

RAW Uncompressed audio data Sampled digital data which has not been processed further The process of sampling he analogue signal and quantising depending on the strength of the signal (amplitude) is called Pulse Amplitude Modulation (PAM) Quant – turning it into numbers

RAW When data from PAM (Pulse Amplitude Modulation) is stored sequentially it is called Pulse Code Modulation (PCM) PCM allows digital data to be transmitted over a network or to a sound card as it is easily decoded and used to construct the original sound as it is being received.

RIFF Resource Interchange File Format It is a container file It can contain various types of data (e.g. video, bitmaps, sound, etc) RIFF is a multimedia file format. The type of information stored is stated by the header. Header – wave first part of the file

WAV File Wave files are RIFF files containing digitised sound data They are commonly encoded using Adaptive Differential Pulse Code Modulation (ADPCM) Often used in places such as digital telephone systems and minidisc players.

MP3 MPEG Audio Layer-3 (MP3) Uses lossy compression Based on what humans hear best Perceptual Audio Compression Reduces RAW formats to around 10% of original size 3min of CD quality song = 30Mb 3min of MP3 = 3Mb Quality is adjustable

File Size Vs Quality Sampling depth: Sampling frequency: Sound time: increased sound depth Greater range of values Better sound quality and greater file size. Sampling frequency: The higher the sampling frequency, the better the sound quality, the greater the file size. Sound time: Longer track lasts the larger the file size Affects file size but not quality.

Comparing Bitmap image files and digitised sound files Each sample records data for a pixel Bitmap: Resolution Sound: Frequency Bitmap: Number of bits for each sample/number of colours used Colour depth Sound: Number of bits determines number of signal levels that can be recorded Sampling Depth

Multimedia: Digitised Sound Data Storage of Sound Data