SlideShare a Scribd company logo
Prepared By:Avni Guna.
Khushali Panasala.
Yogesh Pandey.
Priyanka Pandey.
Hiteshri Patel.
Guided By:Mr.Chandresh
Parekh.
 Introduction
 What Is Audio?
 Why Compression is needed?
 Audio Compression.
 Types Of Audio Compression.
 Standard codecs for audio compression.
 Categories of Audio Files
 MPEG Audio Encoding Steps
 MPEG Audio decoding
 Successor of MP3
 High quality audio coding based on perceptual models has
found its way to widespread application in broadcasting and
Internet audio (e.g. mp3).
 Algorithms defined by the MPEG group (MPEG-1 Audio, e.g.
MPEG Layer-3 (mp3), MPEG-2 Advanced Audio Coding,
MPEG-4 Audio including its different functionalities) still
define the state of the art.
 Audio is an electrical or other
representation of sound.
 An audio file format is a file
format for storing digital audio
data on a computer system.
• Compression is the reduction in size of data in order to
save space or transmission time.
• Compression can be used to:
 Reduce File Size
 Save disk space
 Reduce transmission time
• Compression is performed by a program that uses an
algorithm to determine how to compress or decompress
data.
• Audio compression is a form of data compression designed
to reduce the size of audio files.
• There is a conditions on this definition :
 the audio file must still be playable after
compression, without decompressing it to original size
when you want to play it (for example with WinRAR).
 If the file is compressed 'too much' there will be loss
of quality.
 The compression is done with a thing called a codec.
This is an aggregation of the words: compressor and
decompressor.
 This codec is a special algorithm to reduce the size.
 There are mainly two types of audio compression show
below:
1)Lossy Compression(MP3)
2)Lossless Compression(Winzip)
• A compression technique that does not decompress data
back to 100% of the original.
• Lossy methods provide high degrees of compression
and result in smaller compressed files, but there is a
certain amount of visual loss when restored.
• Example:MP3
• A compression technique that decompresses
data back to its original form without any loss.
• The decompressed file and the original are
identical. For example, the ZIP archiving
technology (WinZip...) is the most widely used
lossless method.
• Lossless audio files typically require more storage
space than Lossy encoded ones.
• However this type of format is often favored by users
wanting to backup original audio CDs.
• A perfect copy can be restored in the event of loss or
damage to the CD. FLAC, Apple Lossless (ALAC) and
WMA Lossless are examples of lossless compression
formats.
 For lossy compression:
• Nero AAC Codec (Nero “advanced audio coding”
codec): It was developed and distributed by Nero AG.
• FAAC(Freeware Advanced Audio Coder):is an audio
compression computer program that creates AAC sound
files from other formats , it is the recommended format
for the company's iPod music player.
 For lossless compression
• LPAC (Lossless predictive audio compression):is an
improved lossless audio compression algorithm developed
by Tilman Liebchen, Marcus Purat and Peter Noll.
• ALAC (Apple Lossless Audio Codec):is an audio coding
format, and its reference audio codec implementation,
developed by Apple.
• FLAC(Free Lossless Audio Codec): can typically reduce
the original size of audio file to 50–60%, and decompressed
it to an identical copy of the original audio data, developed
by Josh Coalson.
• WMA Lossless (Windows Media Audio Lossless):
developed by Microsoft
 Moving Picture Experts Group
 Aim to create standards relating to synchronized
 audio and video compression
 MPEG-1
 MPEG-2
Quite good
high bit-rate is
available
Digital audio tap
Complex
Digital Audio
Broadcasting
most complex
audio transmission
over ISDN lines
There are 3 categories in which certain Audio files
belong to:-
1) Uncompressed:
Ex) .Wav
2) Lossless:
Ex) .WMA
3) Lossy:
Ex) .Mp3
◦ Hearing threshold level – a function of frequency
◦ Any frequency components below the threshold will
not be perceived by human ear
 A frequency component can be partly or fully masked by
another component that is close to it in frequency
 A lower tone can effectively mask higher tone
 This shifts the hearing threshold
◦ A quieter sound can be masked by a louder
sound if they are temporally close Sounds that
occur both (shortly) before and after volume
increase can be masked
 Power-law: larger values have less accuracy
 quantization: uniform or non-uniform quantization.
 coding: quantized spectral components are transmitted
either directly, or as entropy coded words (Huffman
coding)
 For better data compression, variable- length Huffman
codes are used to encode the quantized samples.
 Resultant bitstream is now reduced, because of coarser
quantisation, but can be further reduced by the use of
Huffman coding.
 formats encoded quantized samples into an
encoded bit stream – final form in which the
compressed signal is transmitted.
 Header (First 4 bytes of a frame)
◦ Contains: Frame Sync, MPEG Layer, Sampling Frequency,
Number of Channels, CRC, etc.
◦ Variable bit rate mp3’s switch bitrate between frames
 Decoder side relatively easier. The gain, scale
factor, quantization steps recovered and used for
reconstruct the filter bank responses
 Filter bank responses are combined to reconstruct
the decoded audio signal
 Advanced Audio Coding (AAC) – now part of MPEG-
4 Audio
 Inclusion of 48 full-bandwidth audio channels
 Default audio format for iPhone, iPad, Nintendo,
PlayStation, Nokia, Android, BlackBerry
 Introduced 1997 as MPEG-2 Part 7
 In 1999 – updated and included in MPEG-4
 standard for lossy digital audio compression. Designed
to be the successor of the MP3 format, AAC generally
achieves better sound quality than MP3 at similar bit
rates.
 Opus is a lossy audio coding format developed by the
Internet Engineering Task Force (IETF) that is
particularly suitable for interactive real-time
applications over the Internet.
 Opus incorporates technology from two other audio
coding formats: the speech-oriented SILK and the low
latency CELT.
 The MDCT was proposed by Princen, Johnson, and
Bradley[1] in 1987, following earlier (1986) work by
Princen and Bradley[2] to develop the MDCT’s
underlying principle of time-domain aliasing
cancellation (TDAC), described below.
 In MP3, the MDCT is not applied to the audio signal
directly, but rather to the output of a 32-band polyphase
quadrature filter (PQF) bank. The output of this MDCT
is post processed by an alias reduction formula to
reduce the typical aliasing of the PQF filter bank.
 Such a combination of a filter bank with an MDCT is
called a hybrid filter bank or a sub band MDCT. AAC,
on the other hand, normally uses a pure MDCT; only
the (rarely used) MPEG-4 AAC-SSR variant (by Sony)
uses a four band PQF bank followed by an MDCT.
Similar to MP3, ATRAC uses stacked quadrature
mirror filters (QMF) followed by an MDCT.
 ISO/IEC
• MPEG-1 Layer III (MP3)
• MPEG-1 Layer II
• MPEG-1 Layer I
• AAC
• MPEG-4 ALS
• MPEG-4 SLS
• MPEG-D USAC
 ITU-T
• G.711
• G.718
• G.719
• G.722
• G.723
• G.726
• G.728
• G.729
• audio compression is a key technology
• many algorithms  many applications
• Better algorithms  better quality, more compression
Thank You

More Related Content

What's hot

Dictionary Based Compression
Dictionary Based CompressionDictionary Based Compression
Dictionary Based Compressionanithabalaprabhu
 
Audio encoding principles
Audio encoding principlesAudio encoding principles
Audio encoding principles
Phillip Doyle
 
Video Compression
Video CompressionVideo Compression
Video Compression
Shreyash Patel
 
Digital Audio in Multimedia
Digital Audio in MultimediaDigital Audio in Multimedia
Digital Audio in Multimedia
lalithambiga kamaraj
 
SPEECH CODING
SPEECH CODINGSPEECH CODING
SPEECH CODING
Shradheshwar Verma
 
Audio and video streaming
Audio and video streamingAudio and video streaming
Audio and video streaming
Rohan Bhatkar
 
Audio and Video Compression
Audio and Video CompressionAudio and Video Compression
Audio and Video Compression
Er. Ashish Pandey
 
Video compression
Video compressionVideo compression
Video compression
DarkNight14
 
Digital communication unit II
Digital communication unit IIDigital communication unit II
Digital communication unit II
Gangatharan Narayanan
 
lecture on data compression
lecture on data compressionlecture on data compression
lecture on data compression
Dr Rajiv Srivastava
 
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications IDSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
Amr E. Mohamed
 
Video compression
Video compressionVideo compression
Video compression
nnmaurya
 
Linear Predictive Coding
Linear Predictive CodingLinear Predictive Coding
Linear Predictive Coding
Srishti Kakade
 
CDMA
CDMACDMA
Unit iv
Unit ivUnit iv
Unit iv
swapnasalil
 
Data Redundacy
Data RedundacyData Redundacy
Data Redundacy
Poonam Seth
 

What's hot (20)

H261
H261H261
H261
 
Subband Coding
Subband CodingSubband Coding
Subband Coding
 
Dictionary Based Compression
Dictionary Based CompressionDictionary Based Compression
Dictionary Based Compression
 
Audio encoding principles
Audio encoding principlesAudio encoding principles
Audio encoding principles
 
Video Compression
Video CompressionVideo Compression
Video Compression
 
Digital Audio in Multimedia
Digital Audio in MultimediaDigital Audio in Multimedia
Digital Audio in Multimedia
 
SPEECH CODING
SPEECH CODINGSPEECH CODING
SPEECH CODING
 
Audio and video streaming
Audio and video streamingAudio and video streaming
Audio and video streaming
 
Audio and Video Compression
Audio and Video CompressionAudio and Video Compression
Audio and Video Compression
 
Video compression
Video compressionVideo compression
Video compression
 
Digital communication unit II
Digital communication unit IIDigital communication unit II
Digital communication unit II
 
lecture on data compression
lecture on data compressionlecture on data compression
lecture on data compression
 
Compression
CompressionCompression
Compression
 
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications IDSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
DSP_FOEHU - Lec 13 - Digital Signal Processing Applications I
 
Video compression
Video compressionVideo compression
Video compression
 
Linear Predictive Coding
Linear Predictive CodingLinear Predictive Coding
Linear Predictive Coding
 
CDMA
CDMACDMA
CDMA
 
Unit iv
Unit ivUnit iv
Unit iv
 
Data Redundacy
Data RedundacyData Redundacy
Data Redundacy
 
Hdtv technology
Hdtv technologyHdtv technology
Hdtv technology
 

Similar to Audio compression

Audio file format in computer graphic
Audio file format in computer graphicAudio file format in computer graphic
Audio file format in computer graphic
Irfan Khan
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audioKelly Bauer
 
Uncompressed lossless lossy audio
Uncompressed lossless lossy audioUncompressed lossless lossy audio
Uncompressed lossless lossy audio
Jonny Williams
 
Audio Codec
Audio CodecAudio Codec
Audio Codeclesleyw
 
Ig2 task 1 work sheet (glossary) steph hawkins
Ig2 task 1 work sheet (glossary) steph hawkinsIg2 task 1 work sheet (glossary) steph hawkins
Ig2 task 1 work sheet (glossary) steph hawkinsstephlizahawkins123
 
Scct2013 topic 4_audio
Scct2013 topic 4_audioScct2013 topic 4_audio
Scct2013 topic 4_audioAnies Syahieda
 
Audio format
Audio formatAudio format
Audio format
avid
 
MultiMedia-Lecture-4.pptx
MultiMedia-Lecture-4.pptxMultiMedia-Lecture-4.pptx
MultiMedia-Lecture-4.pptx
vishal choudhary
 
10lecture10datacompression-171023182241.pdf
10lecture10datacompression-171023182241.pdf10lecture10datacompression-171023182241.pdf
10lecture10datacompression-171023182241.pdf
PUSHKAR ARYA
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheeteduriez
 
1.1.3 DATA STORAGE
1.1.3 DATA STORAGE1.1.3 DATA STORAGE
1.1.3 DATA STORAGE
Buxoo Abdullah
 
Ppt on audio file formats
Ppt on audio file formatsPpt on audio file formats
Ppt on audio file formats
Ishank Ranjan
 
Audio formats
Audio formatsAudio formats
Audio formats
haverstockmedia
 
Audio formats
Audio formatsAudio formats
Audio formats
haverstockmedia
 
anthony is Audio formats
anthony is Audio formatsanthony is Audio formats
anthony is Audio formats
haverstockmedia
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheetthomasmcd6
 
Codecs
CodecsCodecs
Codecs
Arpan Patel
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheetluisfvazquez1
 
Multimedia chapter 4
Multimedia chapter 4Multimedia chapter 4
Multimedia chapter 4
PrathimaBaliga
 

Similar to Audio compression (20)

Audio file format in computer graphic
Audio file format in computer graphicAudio file format in computer graphic
Audio file format in computer graphic
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audio
 
Uncompressed lossless lossy audio
Uncompressed lossless lossy audioUncompressed lossless lossy audio
Uncompressed lossless lossy audio
 
Audio Codec
Audio CodecAudio Codec
Audio Codec
 
Chap62
Chap62Chap62
Chap62
 
Ig2 task 1 work sheet (glossary) steph hawkins
Ig2 task 1 work sheet (glossary) steph hawkinsIg2 task 1 work sheet (glossary) steph hawkins
Ig2 task 1 work sheet (glossary) steph hawkins
 
Scct2013 topic 4_audio
Scct2013 topic 4_audioScct2013 topic 4_audio
Scct2013 topic 4_audio
 
Audio format
Audio formatAudio format
Audio format
 
MultiMedia-Lecture-4.pptx
MultiMedia-Lecture-4.pptxMultiMedia-Lecture-4.pptx
MultiMedia-Lecture-4.pptx
 
10lecture10datacompression-171023182241.pdf
10lecture10datacompression-171023182241.pdf10lecture10datacompression-171023182241.pdf
10lecture10datacompression-171023182241.pdf
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
 
1.1.3 DATA STORAGE
1.1.3 DATA STORAGE1.1.3 DATA STORAGE
1.1.3 DATA STORAGE
 
Ppt on audio file formats
Ppt on audio file formatsPpt on audio file formats
Ppt on audio file formats
 
Audio formats
Audio formatsAudio formats
Audio formats
 
Audio formats
Audio formatsAudio formats
Audio formats
 
anthony is Audio formats
anthony is Audio formatsanthony is Audio formats
anthony is Audio formats
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
 
Codecs
CodecsCodecs
Codecs
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
 
Multimedia chapter 4
Multimedia chapter 4Multimedia chapter 4
Multimedia chapter 4
 

Recently uploaded

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 

Recently uploaded (20)

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 

Audio compression

  • 1. Prepared By:Avni Guna. Khushali Panasala. Yogesh Pandey. Priyanka Pandey. Hiteshri Patel. Guided By:Mr.Chandresh Parekh.
  • 2.  Introduction  What Is Audio?  Why Compression is needed?  Audio Compression.  Types Of Audio Compression.  Standard codecs for audio compression.  Categories of Audio Files  MPEG Audio Encoding Steps  MPEG Audio decoding  Successor of MP3
  • 3.  High quality audio coding based on perceptual models has found its way to widespread application in broadcasting and Internet audio (e.g. mp3).  Algorithms defined by the MPEG group (MPEG-1 Audio, e.g. MPEG Layer-3 (mp3), MPEG-2 Advanced Audio Coding, MPEG-4 Audio including its different functionalities) still define the state of the art.
  • 4.  Audio is an electrical or other representation of sound.  An audio file format is a file format for storing digital audio data on a computer system.
  • 5. • Compression is the reduction in size of data in order to save space or transmission time. • Compression can be used to:  Reduce File Size  Save disk space  Reduce transmission time • Compression is performed by a program that uses an algorithm to determine how to compress or decompress data.
  • 6. • Audio compression is a form of data compression designed to reduce the size of audio files. • There is a conditions on this definition :  the audio file must still be playable after compression, without decompressing it to original size when you want to play it (for example with WinRAR).  If the file is compressed 'too much' there will be loss of quality.  The compression is done with a thing called a codec. This is an aggregation of the words: compressor and decompressor.  This codec is a special algorithm to reduce the size.
  • 7.
  • 8.  There are mainly two types of audio compression show below: 1)Lossy Compression(MP3) 2)Lossless Compression(Winzip)
  • 9. • A compression technique that does not decompress data back to 100% of the original. • Lossy methods provide high degrees of compression and result in smaller compressed files, but there is a certain amount of visual loss when restored. • Example:MP3
  • 10. • A compression technique that decompresses data back to its original form without any loss. • The decompressed file and the original are identical. For example, the ZIP archiving technology (WinZip...) is the most widely used lossless method.
  • 11. • Lossless audio files typically require more storage space than Lossy encoded ones. • However this type of format is often favored by users wanting to backup original audio CDs. • A perfect copy can be restored in the event of loss or damage to the CD. FLAC, Apple Lossless (ALAC) and WMA Lossless are examples of lossless compression formats.
  • 12.  For lossy compression: • Nero AAC Codec (Nero “advanced audio coding” codec): It was developed and distributed by Nero AG. • FAAC(Freeware Advanced Audio Coder):is an audio compression computer program that creates AAC sound files from other formats , it is the recommended format for the company's iPod music player.
  • 13.  For lossless compression • LPAC (Lossless predictive audio compression):is an improved lossless audio compression algorithm developed by Tilman Liebchen, Marcus Purat and Peter Noll. • ALAC (Apple Lossless Audio Codec):is an audio coding format, and its reference audio codec implementation, developed by Apple. • FLAC(Free Lossless Audio Codec): can typically reduce the original size of audio file to 50–60%, and decompressed it to an identical copy of the original audio data, developed by Josh Coalson. • WMA Lossless (Windows Media Audio Lossless): developed by Microsoft
  • 14.  Moving Picture Experts Group  Aim to create standards relating to synchronized  audio and video compression  MPEG-1  MPEG-2
  • 15. Quite good high bit-rate is available Digital audio tap Complex Digital Audio Broadcasting most complex audio transmission over ISDN lines
  • 16. There are 3 categories in which certain Audio files belong to:- 1) Uncompressed: Ex) .Wav 2) Lossless: Ex) .WMA 3) Lossy: Ex) .Mp3
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. ◦ Hearing threshold level – a function of frequency ◦ Any frequency components below the threshold will not be perceived by human ear
  • 25.  A frequency component can be partly or fully masked by another component that is close to it in frequency  A lower tone can effectively mask higher tone  This shifts the hearing threshold
  • 26. ◦ A quieter sound can be masked by a louder sound if they are temporally close Sounds that occur both (shortly) before and after volume increase can be masked
  • 27.
  • 28.  Power-law: larger values have less accuracy  quantization: uniform or non-uniform quantization.  coding: quantized spectral components are transmitted either directly, or as entropy coded words (Huffman coding)  For better data compression, variable- length Huffman codes are used to encode the quantized samples.  Resultant bitstream is now reduced, because of coarser quantisation, but can be further reduced by the use of Huffman coding.
  • 29.  formats encoded quantized samples into an encoded bit stream – final form in which the compressed signal is transmitted.  Header (First 4 bytes of a frame) ◦ Contains: Frame Sync, MPEG Layer, Sampling Frequency, Number of Channels, CRC, etc. ◦ Variable bit rate mp3’s switch bitrate between frames
  • 30.  Decoder side relatively easier. The gain, scale factor, quantization steps recovered and used for reconstruct the filter bank responses  Filter bank responses are combined to reconstruct the decoded audio signal
  • 31.  Advanced Audio Coding (AAC) – now part of MPEG- 4 Audio  Inclusion of 48 full-bandwidth audio channels  Default audio format for iPhone, iPad, Nintendo, PlayStation, Nokia, Android, BlackBerry  Introduced 1997 as MPEG-2 Part 7  In 1999 – updated and included in MPEG-4  standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves better sound quality than MP3 at similar bit rates.
  • 32.  Opus is a lossy audio coding format developed by the Internet Engineering Task Force (IETF) that is particularly suitable for interactive real-time applications over the Internet.  Opus incorporates technology from two other audio coding formats: the speech-oriented SILK and the low latency CELT.
  • 33.  The MDCT was proposed by Princen, Johnson, and Bradley[1] in 1987, following earlier (1986) work by Princen and Bradley[2] to develop the MDCT’s underlying principle of time-domain aliasing cancellation (TDAC), described below.  In MP3, the MDCT is not applied to the audio signal directly, but rather to the output of a 32-band polyphase quadrature filter (PQF) bank. The output of this MDCT is post processed by an alias reduction formula to reduce the typical aliasing of the PQF filter bank.
  • 34.  Such a combination of a filter bank with an MDCT is called a hybrid filter bank or a sub band MDCT. AAC, on the other hand, normally uses a pure MDCT; only the (rarely used) MPEG-4 AAC-SSR variant (by Sony) uses a four band PQF bank followed by an MDCT. Similar to MP3, ATRAC uses stacked quadrature mirror filters (QMF) followed by an MDCT.
  • 35.  ISO/IEC • MPEG-1 Layer III (MP3) • MPEG-1 Layer II • MPEG-1 Layer I • AAC • MPEG-4 ALS • MPEG-4 SLS • MPEG-D USAC
  • 36.  ITU-T • G.711 • G.718 • G.719 • G.722 • G.723 • G.726 • G.728 • G.729
  • 37. • audio compression is a key technology • many algorithms  many applications • Better algorithms  better quality, more compression