Audio compression (format)


Free Download Mp4Gain
picture

Audio compression (format)

Audio compression
Audio compression

Audio compression (different from dynamic compression) is a type of data compression used to reduce the transmission bandwidth requirements of streaming audio media and the storage size of audio files.

Audio compression
Audio compression

According to the compression method, it can be divided into lossless compression and lossy compression.

Lossless audio compression
Although lossless compression reduces the storage size of the audio, it can retain all the information of the original file and there is no difference between playback and the original file. It can be evaluated from the following aspects: compression speed, compression ratio, decoding speed, software and hardware support, stability, and error rate.

Lossless compression is a reversible process that uses information redundancy for data compression.

According to the source encoding theorem in information theory:

{\displaystyle R={\frac{K}{N))}

where is the length of the input message. north

kes the length of the output message.

If it is less than the mutual information of the two, the transmitted data will be incorrect, so lossless compression is impossible. R

However, messages transmitted in real life often have information redundancy, so lossless compression is still feasible.

An example of the use of information redundancy for compression is as follows:

Suppose the message to be delivered today is which seats in a classroom are vacant.

Instead of sending a series of messages with individual information for each seat, it saves message size by directly sending which rows of seats are free.

Therefore, the compression ratio of lossless compression is also related to the consistency of the data source. The higher the consistency, the higher the compression ratio.

Shorten is one of the first lossless compression formats; later came Free Lossless Audio Codec (FLAC), Apple Lossless (ALAC), Monkey’s Audio (APE), and WavPack (WV).


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

An Acceleration Method for Performing MPEG Audio Layer III Compression with DSP Part 2

An Acceleration Method for Performing MPEG Audio Layer III Compression with DSP Part 2

Method for Performing MPEG Audio Layer III Compression with DSP
Method for Performing MPEG Audio Layer III Compression with DSP

The MPEG (Motion Picture Expert Group) audio compression standard provides a compression algorithm with high fidelity and high compression ratio.

Method for Performing MPEG Audio Layer III Compression with DSP
Method for Performing MPEG Audio Layer III Compression with DSP

In the ISO11172-3 standard, subband audio coding schemes with different complexity and performance are described to suit various high-quality digital audio applications. According to the different coding computational complexity and coding efficiency, it is divided into three standards: Layer I, Layer II and Layer III.

The MPEG audio standard was originally derived from draft algorithms that were divided into four types: ASPEC Audio Spectral Perceptual Entropy Coding (ASPEC), Masking Mode Universal Subband Integrated Coding, and MUSICAM Multiplexing (Audio Spectral Perceptual Entropy Coding). masking pattern). Subband Integrated Multiplexing and Coding), Subband ADPCM SB/ADPCM (Subband Adaptive Difference PCM). After a series of objective and subjective sound quality tests, taking into account sound quality at different bit rates, sensitivity to transmission bit errors, encoding/decoding complexity, and encoding/decoding delays and other factors, at a low bit rate of around 100 kbit/s, ASPEC and MUSICAM showed the best sound quality. At a low bit rate (64 kbit/s), ASPEC shows better sound quality, while MUSICAM is slightly better at encoding and decoding complexity and delay. Based on various ASPEC algorithms, MUSICAM is enhanced, which increases computational complexity, but obtains a better compression ratio and sound quality, which is the ISO11172-3 Audio Layer III standard.

An acceleration method to perform MPEG Audio Layer III compression with DSP

An acceleration method to perform MPEG Audio Layer III compression with DSP

MPEG Audio Layer III compression with DSP
MPEG Audio Layer III compression with DSP

【Summary】MPEG audio layer III compression algorithm is a high fidelity and efficient compression coding algorithm specified by ISO11172-3 standard.

MPEG Audio Layer III compression with DSP
MPEG Audio Layer III compression with DSP

Due to the high complexity of the Layer III compression algorithm and the large amount of computation, a speedup measure is proposed to implement the key operations of the Layer III compression algorithm based on a Digital Signal Processor (DSP) in applications in real time. 【Key Words】Huffman MPEG DSP Compression Coding 1 Overview Digital audio compression technology provides people with greater

【Summary】MPEG Audio Layer III compression algorithm is a high-fidelity and efficient compression coding algorithm specified by the ISO11172-3 standard. Due to the high complexity of the Layer III compression algorithm and the large amount of computation, a speedup measure is proposed to implement the key operations of the Layer III compression algorithm based on a Digital Signal Processor (DSP) in applications in real time.
【Key Words】 DSP MPEG Huffman Compression Coding
1. General Information

Digital audio compression technology provides people with a more efficient method of transmitting and storing audio. There are many techniques for audio compression, and their complexity, audio compression quality, and compression ratio vary greatly. Such as: μ-law audio compression algorithm, its features are simple, but the compression ratio is very low, but the sound quality is average. According to CCITT G. 711 suggested that the natural log quantization process can provide relatively high precision quantization when the input amplitude is relatively small, while for large-scale signals with a relatively small probability of occurrence, the quantization noise it is relatively large. This quantization method makes the 8-bit digital quantization signal equivalent to 14-bit linear quantization in terms of quantization noise. ADPCM compression encoding takes full advantage of the relatively small amplitude variation characteristics of adjacent sample values, and the output result of the encoding is the difference between the current sample value and the predicted value. Although the fidelity of ADPCM encoding is high, its compression ratio is relatively small, and it can only reach a compression ratio of 4/1. The improved ADPCM encoding method includes the improved algorithm proposed by IMA (Interactive Multimedia Association), G. CCITT’s G. 721, g. 723 recommendations, etc

Audio compression, how it works Part 4

Audio compression, how it works Part 4

Audio compression
Audio compression

Other divisions of compression methods.

Audio compression
Audio compression

In the field of audio compression, there are two compression methods, lossy compression and lossless compression. Commonly seen MP3, WMA, OGG are called lossy compression As the name suggests, lossy compression reduces the audio sample rate and bit rate, and the output audio file will be smaller than the original file. . Another audio compression is called lossless compression, which is what we’re talking about. Lossless compression can compress the volume of the audio file to a smaller size on the premise of saving 100% of all the data in the original file, and after restoring the compressed audio file, it can achieve the same size and same bitrate as the source file. Lossless compression formats include APE, FLAC, WavPack, LPAC, WMALossless, AppleLossless, La, OptimFROG, Shorten, while common and conventional lossless compression formats are just APE and FLAC. [1]
Main classifications and typical representatives of audio compression algorithms.edit streaming
Generally speaking, audio compression techniques can be divided into two categories: lossless compression and lossy compression, and according to different compression schemes, they can be divided into time-domain compression, transform compression, and time-domain compression. subband, as well as hybrid compression in which multiple technologies are combined with each other. Various compression techniques have large differences in algorithm complexity (including time complexity and space complexity), audio quality, algorithm efficiency (ie compression ratio), and codec delay. The applications of various compression techniques are also different.
Time domain compression technology (or waveform coding)
It directly processes the sample values ​​of the audio PCM code stream and compresses the code stream through silence detection, nonlinear quantization, and difference. Common features of this type of compression technology are low algorithm complexity, average sound quality, small compression ratio (CD quality > 400kbps), and shortest codec delay (relative to other technologies) . This type of compression technology is generally used for voice compression and low bitrate (small source signal bandwidth) applications. Time domain compression technology mainly includes G.711, ADPCM, LPC, CELP, and block compression technology developed on these technologies, such as NICAM, Subband ADPCM (SB-ADPCM) technology.
Subband compression technology
Subband coding theory was first proposed by Crochiere et al. in 1976. The basic idea is to decompose the signal into the sum of components into several subbands and then adopt different compression strategies for each subband component according to its different layout features to reduce code rate. The usual subband compression technology and transform compression technology described below are based on the human perception model (psychoacoustic model) of the sound signal, and the quantization order of the subband samples or the samples The frequency domain is determined by analyzing the spectrum of the signal. other parameters are selected, so it can also be called perceptual compression encoding (Perceptual). Compared with time domain compression technology, these two compression methods are much more complicated. At the same time, the coding efficiency and sound quality are also greatly improved, and the coding delay is correspondingly increased. Generally speaking, the complexity of subband coding is slightly less than that of transform coding and the coding delay is relatively short.

Audio compression, how it works Part 3

Audio compression, how it works Part 3

Audio compression
Audio compression

Compression encoding method

Audio compression
Audio compression

According to different compression principles, audio signal coding is divided into waveform coding, parameter coding, and coding forms that integrate various technologies.
(1) Waveform coding directly samples the time-domain or frequency-domain waveform of the audio signal at a certain rate, and then quantizes the amplitude samples hierarchically, transforms them into digital codes, and outputs a signal coding system reconstructed from the waveform data. , the waveform is as consistent as possible with the original sound waveform, preserving detailed signal changes and various transition characteristics.
(2) Parametric coding First, a feature model based on different signal sources, such as language signals, natural sounds, etc., is established through feature parameter extraction and coding processing, trying to that the reconstructed sound signal is as loud as possible. to keep the semantics of the original sound, but reconstructed. The waveform of the signal may be quite different from the waveform of the original sound signal. Characteristic parameters in common use include formant, linear prediction coefficient, frequency band division filter and other parameter encoding techniques, which can realize low-speed sound signal encoding, and the bit rate can be compressed at 2 Kbit/s – 4.8 Kbit/s, but the sound quality can only reach Moderate, especially the low degree of naturalness, only suitable for language transmission and expression.
(3) Hybrid coding The coding way that combines waveform coding and parameter coding overcomes the weaknesses of original waveform coding and parameter coding, and strives to maintain high quality of coding of waveforms and the low rate parameter coding, at a rate of 4 -16Kbit/s A high quality synthetic sound signal can be obtained. The basis of hybrid coding is linear predictive coding (LPC), commonly used coding methods such as pulse-excited linear prediction coding (MPLPC), planned pulse-excited linear prediction coding (KPELPC), predictive coding Codebook Excited Linear (CELPC), etc.

Compression encoding method Part 2

Compression encoding method Part 2

Compression encoding method
Compression encoding method

Other divisions of compression methods

Compression encoding method
Compression encoding method

In the field of audio compression, there are two compression methods, lossy compression and lossless compression. Commonly seen MP3, WMA, OGG are called lossy compression As the name suggests, lossy compression reduces the audio sample rate and bit rate, and the output audio file will be smaller than the original file. . Another audio compression is called lossless compression, which is what we’re talking about. Lossless compression can compress the volume of the audio file to a smaller size on the premise of saving 100% of all the data in the original file, and after restoring the compressed audio file, it can achieve the same size and same bitrate as the source file. Lossless compression formats include APE, FLAC, WavPack, LPAC, WMALossless, AppleLossless, La, OptimFROG, Shorten, while common and conventional lossless compression formats are just APE and FLAC. [1]
Main classifications and typical representatives of audio compression algorithms.edit streaming
Generally speaking, audio compression techniques can be divided into two categories: lossless compression and lossy compression, and according to different compression schemes, they can be divided into time-domain compression, transform compression, and time-domain compression. subband, as well as hybrid compression in which multiple technologies are combined with each other. Various compression techniques have large differences in algorithm complexity (including time complexity and space complexity), audio quality, algorithm efficiency (ie compression ratio), and codec delay. The applications of various compression techniques are also different.
Time domain compression technology (or waveform coding)
It directly processes the sample values ​​of the audio PCM code stream and compresses the code stream through silence detection, nonlinear quantization, and difference. Common features of this type of compression technology are low algorithm complexity, average sound quality, small compression ratio (CD quality > 400kbps), and shortest codec delay (relative to other technologies) . This type of compression technology is generally used for voice compression, low bit rate (small source signal bandwidth) applications. Time domain compression technology mainly includes G.711, ADPCM, LPC, CELP, and block compression technology developed on these technologies, such as NICAM, Subband ADPCM (SB-ADPCM) technology.
Subband compression technology
Subband coding theory was first proposed by Crochiere et al. in 1976. The basic idea is to decompose the signal into the sum of components into several subbands and then adopt different compression strategies for each subband component according to its different layout features to reduce code rate. The usual subband compression technology and transform compression technology described below are based on the human perception model (psychoacoustic model) of the sound signal, and the quantization order of the subband samples or the samples The frequency domain is determined by analyzing the spectrum of the signal. other parameters are selected, so it can also be called perceptual compression encoding (Perceptual). Compared with time domain compression technology, these two compression methods are much more complicated. At the same time, the coding efficiency and sound quality are also greatly improved, and the coding delay is correspondingly increased. Generally speaking, the complexity of subband coding is slightly less than that of transform coding and the coding delay is relatively short.

Compression encoding method

Compression encoding method

Compression encoding
Compression encoding

Transmission

Compression encoding
Compression encoding

According to different compression principles, audio signal coding is divided into waveform coding, parameter coding, and coding forms that integrate various technologies.
(1) Waveform coding directly samples the time-domain or frequency-domain waveform of the audio signal at a certain rate, and then quantizes the amplitude samples hierarchically, transforms them into digital codes, and outputs a signal coding system reconstructed from the waveform data. , the waveform is as consistent as possible with the original sound waveform, preserving detailed signal changes and various transition characteristics.
(2) Parametric coding First, a feature model based on different signal sources, such as language signals, natural sounds, etc., is established through feature parameter extraction and coding processing, trying to that the reconstructed sound signal is as loud as possible. to keep the semantics of the original sound, but reconstructed. The waveform of the signal may be quite different from the waveform of the original sound signal. Characteristic parameters in common use are formant, linear prediction coefficient, frequency band division filter and other parameter coding technologies, which can realize low-speed sound signal coding, and bit rate. can be compressed to 2 Kbit/s – 4.8 Kbit/s, but the sound quality can only reach moderate naturalness, especially low, only suitable for language transmission and expression.
(3) Hybrid coding The coding way that combines waveform coding and parameter coding overcomes the weaknesses of original waveform coding and parameter coding, and strives to maintain high quality of coding of waveforms and the low rate parameter coding, at a rate of 4 -16Kbit/s A high quality synthetic sound signal can be obtained. The basis of hybrid coding is linear predictive coding (LPC), commonly used coding methods such as pulse-excited linear prediction coding (MPLPC), scheduling pulse-excited linear prediction coding (KPELPC), Codebook Excited Linear Prediction (CELPC), etc.

Audio compression, how it works Part 2

Audio compression, how it works Part 2

Audio compression
Audio compression

Redundant information for transmission signals

Audio compression
Audio compression

Digital audio compression coding compresses the audio data signal as much as possible on the premise of ensuring that the signal is not audibly distorted. Digital audio compression coding is implemented by removing redundant components in sound signals. So-called redundant components refer to signals in the audio that cannot be perceived by the human ear and do not help determine the timbre, pitch, and other information of the sound. Redundant signals include audio signals outside the range of human hearing and masked audio signals. For example, the frequency range of the sound signal that can be perceived by the human ear is 20 Hz to 20 KHz, and frequencies other than this frequency that cannot be detected by the human ear can be considered as redundant signals. In addition, according to the physiological and psychoacoustic phenomena of the human ear, when a strong signal and a weak signal exist at the same time, the weak signal will be masked by the strong signal and cannot be heard, so the weak signal can be regarded as a redundant signal. Do not send. This is the masking effect of human hearing, which is mainly manifested in the spectral masking effect and the time-domain masking effect, which are presented below:
Spectral masking effects.
After the sound energy of a frequency is below a certain threshold, it will not be heard by the human ear, and this threshold is called the minimum audible threshold. When another sound with higher energy appears, the threshold value close to the frequency of the sound will increase considerably, which is known as the masking effect.

Masking effects in the time domain.
When strong and weak signals appear at the same time, there is also a masking effect in the time domain. That is, when the two occur very close in time, the masking effect will also occur. Time-domain masking is divided into three parts: pre-masking, simultaneous masking, and post-masking. Pre-masking refers to the short time before the human ear hears a strong signal, the already existing weak signal will be masked and cannot be heard. Simultaneous masking means that when a strong signal and a weak signal exist at the same time, the weak signal is masked by the strong signal and cannot be heard. Post-masking means that when the strong signal disappears, it takes a long period of time to hear the weak signal again, which is called post-masking. These weak masked signals can be considered redundant signals.

Audio compression, how it works

Audio compression, how it works

Audio compression
Audio compression

audio compression

 

audio compression
audio compression

 

Audio compression technology refers to the application of suitable digital signal processing technology to the original digital audio signal stream (PCM encoding), without losing the amount of useful information, or under the condition that the loss introduced be insignificant, reduce (compress) its code rate, and also called compression encoding.

It must have a corresponding inverse transform, called decompression or decoding. The audio signal can introduce a lot of noise and some distortion after passing through a codec system

Audio compression technology refers to the application of suitable digital signal processing technology to the original digital audio signal stream (PCM encoding), without losing the amount of useful information, or under the condition that the loss introduced insignificant, reducing (compressing) its code rate, and also called compression encoding. It must have a corresponding inverse transform, called decompression or decoding. Audio signals can introduce a great deal of noise and some distortion after passing through a codec system. The advantages of digital signal are obvious, but it also has its own corresponding disadvantages, ie increased storage capacity requirements and increased channel capacity requirements during transmission. Taking a CD as an example, the sampling frequency is 44.1KHz and the quantization precision is 16 bits, so a stereo audio signal for 1 minute needs to occupy about 10M bytes of storage capacity, that is, the capacity of a CD turntable is only about 1 hour. Of course, the problem is even more pronounced in the world of much higher bandwidth digital video. Are all these bits necessary? The study found that there is a large redundancy in the direct use of the PCM code stream for storage and transmission. In fact, sound can be compressed at least 4:1 under lossless conditions, that is, only 25% of the digital amount is used to retain all the information, and the compression ratio in the video field can even reach to several hundred times. Therefore, in order to use limited resources, compression technology has received much attention since its inception. The research and application of audio compression technology has a long history, like A-law coding, u-law is a simple almost instant compression technology, and has been applied in ISDN voice transmission. Research on speech signals has been developed before and has matured, and has been widely used, such as adaptive differential PCM (ADPCM), linear predictive coding (LPC), and other technologies.

Compression of audio signals

Compression of audio signals.

Audio data compression

Audio compression is widely used in professional and consumer digital audio products, such as compact disc (CD), digital audio type (DAT), mini disc (MD), digital compact cassette (digital compact cassette – DCC), versatile disc digital (DVD), digital audio broadcasting (DAB) and MP3 audio products from M <Picture Experts Group – (MPEG).

Audio Data Compression

While voice compression in telephony, in particular cellular telephony, necessary to save bandwidth and save time and battery, has led to the development of many voice compression standards, personal algorithms are applicable to voice signals and consumer of a wider frequency band. Voice and audio compression schemes can be conveniently classified according to applications, reflecting some measure of acceptable quality.

Adaptive Differential PCM (ADICM).

Using the past data to measure (i.e., quantify) the new ones, we went from conventional pulse code modulation (PCM) to differential (differential PCM – DPCM). In DPCM, a prediction of the next sampled value is generated based on the previous values. The quantizers are called instantaneous quantizers or non-memory quantizers because the digital transformations are based on a single (current) input sample. These properties were unequal source levels and dependent sample values. The correlation characteristics of a source can be represented in the time domain by sampling its autocorrelation function and in the frequency domain by its power spectrum. If we study the power spectrum Gx (f) of a short-term speech signal, as shown in Figure 9.2, then we see that the spectrum has a global maximum in the vicinity of 300 to 800 Hz and decays at a rate 6 to 12 dB / octave. This operation is performed on the legend and the comparison contour, the upper contour of the encoder is shown in Figure 13.2. The encoder adjusts its predictions by adding the predicted value and the prediction error.

This model, which uses a 12-lead speech synthesizer, has found application in children’s conversation games.

Compression algorithm

MPEG

The International Organization for Standardization (ISO) and the Motion Picture Experts Group (MPEG) have developed the audio compression standard for synchronized video signals known as MPEG. This scheme combines the properties of MUS1CAM (Masking Pattern Adaptive Universal Subband Integrated Coding and Multiplexing) and ASPEC (Adaptive Spectral Perceptual Entropy Coding). The scheme uses three levels (codes) of increasing complexity and improvement of subjective performance. The input sampling frequencies are 32, 44.1 and 48 kHz, and the bits are output at 32 to 192 kbps (monaural) or 64 to 384 kbps (stereo). The standard supports single channel mode, stereo mode, dual channel mode (for bilingual audio programs), and optional collaborative stereo mode. In the latter mode, the two encoders for the left and right channels can support each other using common statistics to reduce the bit rate of the audio signal even more than is possible with mono transmission.

Level III of the MPEG / ISO (MP3) standard achieves a higher frequency resolution that is very close to critical human resolution.