SlideShare a Scribd company logo
Digital Audio
BY
K.LALITHAMBIGA,
II –Msc (CS&IT ),
Department of CS&IT,
NS College of Arts and Science,
Theni.
Synopsis
Introduction
Characteristics of sound and digital audio
Digital Audio System
MIDI
Audio File Formats
Using Audio in Multimedia Applications Audio
Digital Audio
SOUND
◦ Sound is simply waves of compressed
air that move out from its source, similar to dropping a stone in
water.
◦ Your ears are sensitive to these compressed waves. As the sound
waves interact with your ear drum, the signal is sent to your
brain, converting them to the sounds that you recognize.
 Two types of Sounds
 Analog sound(recorded &reproduce the signals)
 Digital sound(stored as numerical data &
easily reproduced & manipulated)
Characteristics of Sound & Digital
Audio
 Sound is based on two things: Energy & Transport medium.
 Energy from a banging drum is converted into pressure that is
transmitted by the air.
 There are two characteristic of sound waves
◦ Amplitude
◦ Amplitude is the power or intensity of the sound.
◦ The louder the sound, the larger the amplitude.
◦ Frequency
◦ Frequency is the rate at which sound is measured.
◦ It is measured in cycles per second or Hertz(Hz).
Voice and Music
 The Three classes of sounds:
 Voices,
 Music and
 Sound effects.
 Voice is defined as talking, not singing by human. It is does
not have a pitch and tone.
 Music can have rapid changes in tone and pitch. It is
usually recorded and played in stereo.
 Sound effects can be voice or music. It is vary in tone, pitch
and time.
Digitizing Sound
 Digitizing Sound means capturing the sound
amplitude at a specific frequency.
 The three characteristics for recording sound:
 Frequency rate
 Amplitude measurement
 Sound channels (Monaural or stereo)
 For multimedia computers, standard
frequency rates includes
 11.025 Kilohertz(KHz)
 22.5 KHz
 44.1 KHz
◦ Amplitude measurement is based on 8 bits(1byte) for 256 levels
and 16 bits for 65,536 levels
Calculating Audio Data Size
 There are three characteristic is used to calculating audio file sizes,
amplitude, sound channels and frequency rates
 c=number of channels(mono-1channel, stereo- 2channel)
 s=sampling rate in Hertz(cycle per second)
 t=a time(second)
 b=bytes(1for 8 bits, 2 for 16 bits)
File size=c*s*t*b
Digital Audio System
 Digital audios created when the characteristic of sound wave is represent
using number – a process referred to as Digitizing.
 We can digitize any sound(Microphone, Synthesizer…)
 Digitized sound is sampled sound
 Every nth fraction of a second, a sample of a sound is taken & stored as
digital information in bits and bytes.
 The quality of digital recording depends on the how often the samples
are taken
i.e. Higher the sampling rate better is the quality of sound.
 sampling rates are normally used in multimedia 44.1KHz(CD-
Quality),22.05 KHz and 11.025KHz
 Larger the sample size, more accurate data will describe the recorded
sound
 The value of each sample is rounded off to the nearest integer called
Quantization.
Digital Audio software support
Playback
Record
Stop
Fast forward
Reverse
Rewind
Editing Digital Audio
Trimming the clip & Splicing and Assembly
Volume adjustment & Format Conversion
Resampling or down sampling &
Fade-ins & fade-out
Equalization & Time-Stretching
Digital Signal Processing & Reversing sounds
Sound Controls
 Multimedia computes usually have software that acts as a control for
the computer’s sound playback and recording. This software includes:
◦ Selection of components(Microphones, Speakers, Line-in, Line-out)
◦ Volume level, both monaural and stereo
◦ Recording input level
◦ Bass and treble controls
These controls are usually accessible
for a user from the operating system of
the computers as well as from within multimedia products
themselves
MIDI(Musical Instrument Digital
Interface)
 It is a communications standard developed in the 1980’s for
electronic instruments and computers
 It allows instruments from different manufactures to communicate
 But MIDI data is not digitized, its only music data stored in
numeric form.
 Digital Audio is recorded where as MIDI is a score
 Device Independent
 This file is a list of time stamped commands
that are recordings of musical actions
 Using MIDI, we can easily and quickly compose our own original
score
 The process of creating MIDI is quite different from digitizing a
recorded audio
 Digitized Audio – Bitmap Image the MIDI –Vector graphics
 For digitized audio we simple need to play the recording through a
computer device that can digitally record the sound
◦ To make MIDI, we need
 Notation software
 Sequencer software
 Synthesizer
 MIDI Keyboard
MIDI vs. Digital Audio
Advantages
MIDI files are more compact that audio files
MIDI is small, can be easily embedded into the web pages
MIDI sound source is high quality, this sounds better than audio
files
MIDI data is completely editable
MIDI data can be easily converted to musical notations and vise
versa.
Audio File Format
 A sound files format is a recognized
methodology for compressing data bits
of digitized sound into a data file
 The structure of the file must be known even before the data
can be saved or later loaded into a computer to be edited or
played as sound
 The file name extension identifies the method of storage used
 On the Macintosh, digitized sounds may be stored as data
files, resources, or applications such as AIFF or AIFC
 In Windows, digitized sounds are usually stored as WAV files
 Both can use MIDI files(.mid)
Audio File Format
 The method used for consumer grade music CD’s is
Linear Pulse Code modulation(LPCM shortened to
PCM)
 CD-ROM/XA (Extended Architecture) format for
reading and writing CD’s was developed later so one
can put several recording sessions of music to be
placed on a single CD-R
 LPCM tracks from an Audio CD are usually
converted and stored on a computer in
uncompressed AIFF or WAV format
◦ AIFF-Audio Interchange File Format Both contain
◦ WAV-Wave Format Uncompressed data
Audio File Format
 There are huge no of file formats &
“Multimedia Containers” that store sound data
 There are converter to read & write sound
files from one format to another
 MP3 was developed by MPEG (Moving Picture Expert Group)
 Common method for storing consumer audio
 Contains lossy compression algorithm to save space
 Evolved in early 1990’s
WMA(Windows Media Audio) is a proprietary format
OGG was developed as an open-source and royalty free
”Container” for sound compressed using the “ Vorbis
algorithm”
Vorbis sound data resides within an OGG container – OGG
Vorbis
 MP$ format is based on Apple’s Quick Time
Movies (.mov) “container” model
 It is similar to the MOV format that stores
different types of media
 MP4 extension is used when file streams audio & video together
 M4a extension is used only when file contains only audio data
 M4p extension contains only audio, but encrypted for Digital
Rights Management(DRM)
 M4r files are used for ringtones on Apple’s iPhone
◦ Other GSM phones use 3gp file format for ring tones
 Advanced Audio Coding(AAC) format is adopted by
Apple’s iTunes store
 Default format for iPod, iPhone, PlayStation, Wii, Dsi,
Motorala, Nokia, Philips, Samsung, Siemens and Sony
Ericssion
 Codec is a software that compresses a stream of audio or
video for data storage or transmission and then
decompresses it for play back
 Some are “lossy” – trade quality for reduced file size
transmission speed
 Some are “lossless” – original data is not at all altered.
Using Audio In Multimedia
Application Audio
 Adding sound to Multimedia project & the Following Step:
Determine the file formats that are compatible with MM authoring
S/W
Determine the sound playback capabilities that the end user’s system
offers
Decide the type of sound needed
Decide where and when you want to use the digital audio or MIDI
data
Acquire source material by creating it from scratch or buying it
Edit the sounds to fit your project
Test the sounds to be sure they are timed properly with the project’s
images.(This may involve steps 1-4 until everything is in sync)
Space Considerations
 Large amount of digital information is required for high
quality sound, which in turn requires large amount of
space.
 If monaural sound is adequate then one can cut the
storage space by half or get double the playing time in
the same memory space.
 With compression codec's we can reduce the size to 1/8th
the space but there is loss of quality & we can also
downsample.
Formula
◦ Sampling rate* bits per sample/8=bytes/sec
◦ Sample rate* sample size/8 *#sec*2 (if stereo)= file size in KB
Audio Recording
 If we require CD quality recording, then digitize sound at 44.1KHz
and 16 bit to store, at a sound studio.
 If we decide to do it our self then we need to invest in:
◦ Acoustically treated room
◦ High end amplifiers
◦ Recording equipments
◦ Powerful microphones
Digital Audio Tape(DAT)systems provide a tape based 44.1KHz
and 16 bit record an record playback capability
DAT recordings are too accurate, precisely recording glitches,
background noises, microphone pops, including coughs in the
next room.
Audio Recording
 A good editor can reduce the impact of
these noises but at the cost of time & money
 Mobile phones can record audio. USB, Flash memory
recorders can be used to record and the recordings can be
downloaded directly as digital files using USB cables or Card
readers
 Audio CD’s – the method for digitally encoding the high
quality stereo of the consumer CD market is an international
standard, ISO 10149.
 Also known as “Red Book Audio” Standard
 Converter & burning s/w’s such as Toast & CD creator from
Roxio can translate digital files of RBA found on CD directly
to digital sound file formats like MP3 & WAV.
Sound For Mobile
 Ringtones are normally associated with
phones
 Telephone system – Pulsating at 90 volt – signal is
sent to copper wire to energize the hammer like
klangs a bell
 But in the present systems, the mobile’s s/w takes the
charge when come one calls, depending on the
programmed options, plays the users choice of
ringtone
 Ringtones play on very small speakers & often
compete in a noisy environment
 The other tones include answer tones, sing tones,
true tones, real tones, video tones & ringels
Digital Audio in Multimedia

More Related Content

PPTX
Digital Audio
PPTX
Multimedia chapter 4
PPT
Multimedia tools (sound)
PPT
Chapter 4 : SOUND
PPT
Chapter 6 : VIDEO
PPT
PPT
Multimedia systems
PDF
Chapter 3 - Multimedia System Design
Digital Audio
Multimedia chapter 4
Multimedia tools (sound)
Chapter 4 : SOUND
Chapter 6 : VIDEO
Multimedia systems
Chapter 3 - Multimedia System Design

What's hot (20)

PPT
multimedia image.ppt
PPTX
Digital video
PPTX
Multimedia data and file format
PPTX
Video File Format
PDF
Multimedia- How Internet Works
PPT
Multimedia software tools
PPT
Chapter 3 : IMAGE
PPTX
text in multimedia
PPTX
Multimedia file formats
PPTX
Image compression standards
PPTX
Multimedia chapter 5
PPTX
Video signal-ppt
PPTX
Chapter 10 designing and producing Multimedia
PDF
Chapter 1 - Multimedia Fundamentals
PDF
Chapter 8 - Multimedia Storage and Retrieval
PPTX
Multimedia system, Architecture & Databases
PPT
Chapter 7 : MAKING MULTIMEDIA
PPT
Chapter 5 : ANIMATION
PPTX
Fundamentals and image compression models
PPTX
Text compression
multimedia image.ppt
Digital video
Multimedia data and file format
Video File Format
Multimedia- How Internet Works
Multimedia software tools
Chapter 3 : IMAGE
text in multimedia
Multimedia file formats
Image compression standards
Multimedia chapter 5
Video signal-ppt
Chapter 10 designing and producing Multimedia
Chapter 1 - Multimedia Fundamentals
Chapter 8 - Multimedia Storage and Retrieval
Multimedia system, Architecture & Databases
Chapter 7 : MAKING MULTIMEDIA
Chapter 5 : ANIMATION
Fundamentals and image compression models
Text compression
Ad

Similar to Digital Audio in Multimedia (20)

PDF
abra ka dabra.pdf
PPTX
MultiMedia-Lecture-4.pptx
PDF
audio digital.pdf
PPT
00hdddhjjcdsshkmgfffdsd72264519_Ch05.ppt
PPTX
Sound.pptx
PPT
PPT
PPT
sounds multimedia making it work slides
PPT
Digital audio
PPTX
Multimedia System & Design Ch 4 Audio
PPTX
Audio in multimedia Systems Lecture Notes.pptx
PPT
Chapter 7 Sound
DOCX
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakir
PPT
Soundpres
PPTX
Chapter Seven
PPT
Chaptergffffhgfhfhgfhfhhfhgfhgfhgf 05.ppt
DOCX
Jordan smith ig2 task 1 work sheet v2
DOCX
Ig2 task 1 work sheet (revisited)
DOCX
Ig2 task 1 work sheet 2
DOCX
Sound recording glossary
abra ka dabra.pdf
MultiMedia-Lecture-4.pptx
audio digital.pdf
00hdddhjjcdsshkmgfffdsd72264519_Ch05.ppt
Sound.pptx
sounds multimedia making it work slides
Digital audio
Multimedia System & Design Ch 4 Audio
Audio in multimedia Systems Lecture Notes.pptx
Chapter 7 Sound
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakir
Soundpres
Chapter Seven
Chaptergffffhgfhfhgfhfhhfhgfhgfhgf 05.ppt
Jordan smith ig2 task 1 work sheet v2
Ig2 task 1 work sheet (revisited)
Ig2 task 1 work sheet 2
Sound recording glossary
Ad

More from lalithambiga kamaraj (20)

PPTX
Firewall in Network Security
PPTX
Data Compression in Multimedia
PPTX
Data CompressionMultimedia
PPTX
Network Security: Physical security
PPTX
Graphs in Data Structure
PPTX
Package in Java
PPTX
Exception Handling in Java
PPTX
Data structure
PPTX
Digital Image Processing
PPTX
Digital Image Processing
PPTX
Estimating Software Maintenance Costs
PPTX
PPTX
Digital Components
PPTX
Deadlocks in operating system
PPTX
Io management disk scheduling algorithm
PPTX
Recovery system
PPTX
File management
PPTX
Preprocessor
PPTX
PPTX
Managing console of I/o operations & working with files
Firewall in Network Security
Data Compression in Multimedia
Data CompressionMultimedia
Network Security: Physical security
Graphs in Data Structure
Package in Java
Exception Handling in Java
Data structure
Digital Image Processing
Digital Image Processing
Estimating Software Maintenance Costs
Digital Components
Deadlocks in operating system
Io management disk scheduling algorithm
Recovery system
File management
Preprocessor
Managing console of I/o operations & working with files

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Business Ethics Teaching Materials for college
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Pharma ospi slides which help in ospi learning
PDF
Basic Mud Logging Guide for educational purpose
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Institutional Correction lecture only . . .
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Complications of Minimal Access Surgery at WLH
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
Supply Chain Operations Speaking Notes -ICLT Program
Business Ethics Teaching Materials for college
human mycosis Human fungal infections are called human mycosis..pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Pharma ospi slides which help in ospi learning
Basic Mud Logging Guide for educational purpose
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Week 4 Term 3 Study Techniques revisited.pptx
Anesthesia in Laparoscopic Surgery in India
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Renaissance Architecture: A Journey from Faith to Humanism
Institutional Correction lecture only . . .
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...

Digital Audio in Multimedia

  • 1. Digital Audio BY K.LALITHAMBIGA, II –Msc (CS&IT ), Department of CS&IT, NS College of Arts and Science, Theni.
  • 2. Synopsis Introduction Characteristics of sound and digital audio Digital Audio System MIDI Audio File Formats Using Audio in Multimedia Applications Audio
  • 3. Digital Audio SOUND ◦ Sound is simply waves of compressed air that move out from its source, similar to dropping a stone in water. ◦ Your ears are sensitive to these compressed waves. As the sound waves interact with your ear drum, the signal is sent to your brain, converting them to the sounds that you recognize.  Two types of Sounds  Analog sound(recorded &reproduce the signals)  Digital sound(stored as numerical data & easily reproduced & manipulated)
  • 4. Characteristics of Sound & Digital Audio  Sound is based on two things: Energy & Transport medium.  Energy from a banging drum is converted into pressure that is transmitted by the air.  There are two characteristic of sound waves ◦ Amplitude ◦ Amplitude is the power or intensity of the sound. ◦ The louder the sound, the larger the amplitude. ◦ Frequency ◦ Frequency is the rate at which sound is measured. ◦ It is measured in cycles per second or Hertz(Hz).
  • 5. Voice and Music  The Three classes of sounds:  Voices,  Music and  Sound effects.  Voice is defined as talking, not singing by human. It is does not have a pitch and tone.  Music can have rapid changes in tone and pitch. It is usually recorded and played in stereo.  Sound effects can be voice or music. It is vary in tone, pitch and time.
  • 6. Digitizing Sound  Digitizing Sound means capturing the sound amplitude at a specific frequency.  The three characteristics for recording sound:  Frequency rate  Amplitude measurement  Sound channels (Monaural or stereo)  For multimedia computers, standard frequency rates includes  11.025 Kilohertz(KHz)  22.5 KHz  44.1 KHz ◦ Amplitude measurement is based on 8 bits(1byte) for 256 levels and 16 bits for 65,536 levels
  • 7. Calculating Audio Data Size  There are three characteristic is used to calculating audio file sizes, amplitude, sound channels and frequency rates  c=number of channels(mono-1channel, stereo- 2channel)  s=sampling rate in Hertz(cycle per second)  t=a time(second)  b=bytes(1for 8 bits, 2 for 16 bits) File size=c*s*t*b
  • 8. Digital Audio System  Digital audios created when the characteristic of sound wave is represent using number – a process referred to as Digitizing.  We can digitize any sound(Microphone, Synthesizer…)  Digitized sound is sampled sound  Every nth fraction of a second, a sample of a sound is taken & stored as digital information in bits and bytes.  The quality of digital recording depends on the how often the samples are taken i.e. Higher the sampling rate better is the quality of sound.
  • 9.  sampling rates are normally used in multimedia 44.1KHz(CD- Quality),22.05 KHz and 11.025KHz  Larger the sample size, more accurate data will describe the recorded sound  The value of each sample is rounded off to the nearest integer called Quantization. Digital Audio software support Playback Record Stop Fast forward Reverse Rewind
  • 10. Editing Digital Audio Trimming the clip & Splicing and Assembly
  • 11. Volume adjustment & Format Conversion
  • 12. Resampling or down sampling & Fade-ins & fade-out
  • 14. Digital Signal Processing & Reversing sounds
  • 15. Sound Controls  Multimedia computes usually have software that acts as a control for the computer’s sound playback and recording. This software includes: ◦ Selection of components(Microphones, Speakers, Line-in, Line-out) ◦ Volume level, both monaural and stereo ◦ Recording input level ◦ Bass and treble controls These controls are usually accessible for a user from the operating system of the computers as well as from within multimedia products themselves
  • 16. MIDI(Musical Instrument Digital Interface)  It is a communications standard developed in the 1980’s for electronic instruments and computers  It allows instruments from different manufactures to communicate  But MIDI data is not digitized, its only music data stored in numeric form.  Digital Audio is recorded where as MIDI is a score  Device Independent  This file is a list of time stamped commands that are recordings of musical actions
  • 17.  Using MIDI, we can easily and quickly compose our own original score  The process of creating MIDI is quite different from digitizing a recorded audio  Digitized Audio – Bitmap Image the MIDI –Vector graphics  For digitized audio we simple need to play the recording through a computer device that can digitally record the sound ◦ To make MIDI, we need  Notation software  Sequencer software  Synthesizer  MIDI Keyboard
  • 18. MIDI vs. Digital Audio Advantages MIDI files are more compact that audio files MIDI is small, can be easily embedded into the web pages MIDI sound source is high quality, this sounds better than audio files MIDI data is completely editable MIDI data can be easily converted to musical notations and vise versa.
  • 19. Audio File Format  A sound files format is a recognized methodology for compressing data bits of digitized sound into a data file  The structure of the file must be known even before the data can be saved or later loaded into a computer to be edited or played as sound  The file name extension identifies the method of storage used  On the Macintosh, digitized sounds may be stored as data files, resources, or applications such as AIFF or AIFC  In Windows, digitized sounds are usually stored as WAV files  Both can use MIDI files(.mid)
  • 20. Audio File Format  The method used for consumer grade music CD’s is Linear Pulse Code modulation(LPCM shortened to PCM)  CD-ROM/XA (Extended Architecture) format for reading and writing CD’s was developed later so one can put several recording sessions of music to be placed on a single CD-R  LPCM tracks from an Audio CD are usually converted and stored on a computer in uncompressed AIFF or WAV format ◦ AIFF-Audio Interchange File Format Both contain ◦ WAV-Wave Format Uncompressed data
  • 21. Audio File Format  There are huge no of file formats & “Multimedia Containers” that store sound data  There are converter to read & write sound files from one format to another  MP3 was developed by MPEG (Moving Picture Expert Group)  Common method for storing consumer audio  Contains lossy compression algorithm to save space  Evolved in early 1990’s WMA(Windows Media Audio) is a proprietary format OGG was developed as an open-source and royalty free ”Container” for sound compressed using the “ Vorbis algorithm” Vorbis sound data resides within an OGG container – OGG Vorbis
  • 22.  MP$ format is based on Apple’s Quick Time Movies (.mov) “container” model  It is similar to the MOV format that stores different types of media  MP4 extension is used when file streams audio & video together  M4a extension is used only when file contains only audio data  M4p extension contains only audio, but encrypted for Digital Rights Management(DRM)  M4r files are used for ringtones on Apple’s iPhone ◦ Other GSM phones use 3gp file format for ring tones
  • 23.  Advanced Audio Coding(AAC) format is adopted by Apple’s iTunes store  Default format for iPod, iPhone, PlayStation, Wii, Dsi, Motorala, Nokia, Philips, Samsung, Siemens and Sony Ericssion  Codec is a software that compresses a stream of audio or video for data storage or transmission and then decompresses it for play back  Some are “lossy” – trade quality for reduced file size transmission speed  Some are “lossless” – original data is not at all altered.
  • 24. Using Audio In Multimedia Application Audio  Adding sound to Multimedia project & the Following Step: Determine the file formats that are compatible with MM authoring S/W Determine the sound playback capabilities that the end user’s system offers Decide the type of sound needed Decide where and when you want to use the digital audio or MIDI data Acquire source material by creating it from scratch or buying it Edit the sounds to fit your project Test the sounds to be sure they are timed properly with the project’s images.(This may involve steps 1-4 until everything is in sync)
  • 25. Space Considerations  Large amount of digital information is required for high quality sound, which in turn requires large amount of space.  If monaural sound is adequate then one can cut the storage space by half or get double the playing time in the same memory space.  With compression codec's we can reduce the size to 1/8th the space but there is loss of quality & we can also downsample. Formula ◦ Sampling rate* bits per sample/8=bytes/sec ◦ Sample rate* sample size/8 *#sec*2 (if stereo)= file size in KB
  • 26. Audio Recording  If we require CD quality recording, then digitize sound at 44.1KHz and 16 bit to store, at a sound studio.  If we decide to do it our self then we need to invest in: ◦ Acoustically treated room ◦ High end amplifiers ◦ Recording equipments ◦ Powerful microphones Digital Audio Tape(DAT)systems provide a tape based 44.1KHz and 16 bit record an record playback capability DAT recordings are too accurate, precisely recording glitches, background noises, microphone pops, including coughs in the next room.
  • 27. Audio Recording  A good editor can reduce the impact of these noises but at the cost of time & money  Mobile phones can record audio. USB, Flash memory recorders can be used to record and the recordings can be downloaded directly as digital files using USB cables or Card readers  Audio CD’s – the method for digitally encoding the high quality stereo of the consumer CD market is an international standard, ISO 10149.  Also known as “Red Book Audio” Standard  Converter & burning s/w’s such as Toast & CD creator from Roxio can translate digital files of RBA found on CD directly to digital sound file formats like MP3 & WAV.
  • 28. Sound For Mobile  Ringtones are normally associated with phones  Telephone system – Pulsating at 90 volt – signal is sent to copper wire to energize the hammer like klangs a bell  But in the present systems, the mobile’s s/w takes the charge when come one calls, depending on the programmed options, plays the users choice of ringtone  Ringtones play on very small speakers & often compete in a noisy environment  The other tones include answer tones, sing tones, true tones, real tones, video tones & ringels