Encyclopedia > Audio compression

  Article Content

Audio compression

Audio compression is a form of data compression designed to reduce the size of audio data files. Audio compression algorithms are typically referred to as audio codecs. As with other specific forms of data compression, there exist many "lossless" and "lossy" algorithms to achieve the compression effect.

Note: The term compression[?] is also used in the sound recording and live sound reinforcement fields. In this context, it refers to a process whereby the dynamic range of an audio signal is reduced. These two uses of the term are completely distinct, and should not be confused.

Table of contents
1 Examples
2 Examples
3 See also

Lossless Compression

In contrast to image compression, lossless audio compression algorithms are not nearly as widely used. The primary users of lossless compression are audio engineers and those consumers who disdain the quality loss from lossy compression techniques such as Vorbis and MP3.

First, the vast majority of sound recordings are natural sounds, recorded from the real world, and such data doesn't compress well. In a similar manner, photos compress less efficiently with lossless methods than computer-generated images do. But worse, even computer generated sounds can contain very complicated waveforms that present a challenge to many compression algorithms. This is due to the nature of audio waveforms, which are generally difficult to simplify without a (necessarily lossy) conversion to frequency information, as performed by the human ear.

The second reason is that values of audio samples change very quickly, so generic data compression algorithms don't work well for audio, and strings of consecutive bytes don't generally appear very often. However, convolution with the filter [-1 1] (that is, taking the first difference) tends to whiten the spectrum a bit and allows traditional lossless compression to do its job; integration restores the original signal. More advanced codecs such as Shorten (SHN) and FLAC use linear prediction to come up with an optimal whitening filter.

Examples

Some examples of popular lossless audio codecs:

  • Shorten
  • FLAC
  • LPAC
  • OptimFROG
  • Monkey's Audio
  • LA (Lossless Audio)

Lossless audio codecs have no quality issues, so the usabilty can be estimated by

  • Speed of compression and decompression
  • Compression factor
  • Software support

See http://web.inter.nl.net/users/hvdh/lossless/All.htm

Lossy Compression

Note: Actually this is not a compression (i.e. redundancy reduction = reversible), but an irrelevance coding (i.e. an irrelevance reduction).

Most lossy audio compression algorithms are based on simple transforms like the modified discrete cosine transform (MDCT), that convert sampled waveforms into their component frequencies. Some modern algorithms use wavelets, but it is still not certain if such algorithms will work significantly better than those based on MDCT because of the inherent periodicity of audio signals, which wavelets seem not to handle well. Some algorithms try to merge the two approaches.

Most algorithms don't try to minimize mathematical error, but instead maximize subjective human feeling of fidelity. As the human ear cannot analyze all components of an incoming sound, a file can be considerably modified without changing the subjective experience of a listener. For example, a codec can drop some information about very low and very high frequencies, which are almost inaudible to humans. Similarly, frequencies which are "masked" by other frequencies due to the nature of the human cochlea, are represented with decreased accuracy. Such a model of the human ear is often called a psychoacoustic model or "psycho-model" for short.

Due to the nature of lossy algorithms, audio quality[?] suffers when a file is decompressed and recompressed (generation losses). This makes lossily-compressed files less than ideal for audio engineering applications, such as sound editing and multitrack recording.

Examples

Some examples of popular audio codecs:

  • MP2 Layer 2 audio codec (MPEG-1, MPEG-2 and non-ISO MPEG-2.5)
  • MP3 Layer 3 audio codec (MPEG-1, MPEG-2 and non-ISO MPEG-2.5)
  • MPC Musepack
  • Vorbis Ogg Vorbis
  • AAC Advanced Audio Coding (MPEG-2 and MPEG-4)
  • WMA Windows Media Audio

Other examples can be found on the codec page.

See also

psychoacoustics, audio file format, audio signal processing, data compression, video file formats, audio storage, codec, digital signal processing, speech encoding



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Thomas a Kempis

... to a mortal. His teachings far excel all the teachings of the saints. The book gives counsels to read the Scriptures, statements about the uses of adversity, advice for ...

 
 
 
This page was created in 21.7 ms