
Introduction to various conventional audio encodings (or formats) Part 2
2. MP3 encoding

As the most popular audio compression format, MP3 is widely accepted by everyone. Various MP3-related software products emerge in a never-ending stream, and more hardware products start to support MP3 as well. Many VCD/DVD players that we can buy are compatible with MP3. , and there are more portable MP3 players, etc. Although several of the major music companies are extremely displeased with this open format, they cannot prevent the survival and spread of this compressed audio format. MP3 has been in development for 10 years. It is short for MPEG (MPEG: Moving Picture Experts Group) Audio Layer-3, which is a coding scheme derived from MPEG1. MP3 can achieve an incredible 12:1 compression ratio and still maintain basically audible sound quality. In the days when the hard drive was expensive, users quickly accepted MP3. With the popularity of the Internet, hundreds of millions of users accepted MP3. users At the beginning of the release of MP3 encoding technology, it was actually very imperfect. Due to a lack of research on sound and human hearing, almost all early mp3 encoders were crudely encoded and the sound quality was severely damaged. With the continuous introduction of new technologies, mp3 encoding technology has been improved over and over again, including two major technical improvements.
VBR: An interesting feature of MP3 files is that they can be read and played, which is also in line with the most basic features of streaming media. That is, the player can play without first reading the entire content of the file and play where it reads, even if the file is partially damaged. Although mp3 can have a file header, it is not very important for mp3 format files. Because of this feature, each frame of an MP3 file can have a separate average data rate without a special decoding scheme. That is why there is a technology called VBR (Variable bitrate, dynamic data rate), which allows each segment or even each frame of an MP3 file to have a separate bitrate, the advantage of this is that the sound quality is guaranteed to the maximum. . File size is limited. The advantages of this technology are obvious, but it is really difficult to use, because it requires the encoder to know how to assign the bitrate to each segment, which is like a dummy for encoders without waveform analysis. As such, VBR technology didn’t seem glamorous as soon as it appeared.



