Why are MP3 bitrates often multiples of 32?


Free Download Mp4Gain
picture

Why are MP3 bitrates often multiples of 32?

MP3 bitrate
MP3 bitrate

I understand why multiples of 2 are often found on computers due to their binary nature, but I can’t figure out that the most common mp3 bitrates (64kbps, 128kbps, 160kbps, 192kbps, 256kbps, 320 kbps, etc.) also tend to follow this rule.

MP3 bitrate
MP3 bitrate

Since MP3 is just a sequential encoding of sound waves, why does it matter that each second is represented by thousands of digits per second that are divisible by 2?
Do music players like iTunes continue to read the file and play the encoded sound regardless of where the second limit is, or will they read the file every second?
In the latter case, reading a 256kbps file requires slightly fewer memory pages than reading a 257kbps file, but the player can always read 256kbit chunks, regardless of their bitrate, and process them incrementally , it is right?
Is MP3 popular at 128kbps because it’s a generally accepted bitrate, or does it really have some advantages over 126kbps and 131kbps files? Very slight difference in quality/file size?

 

For constant bit rate (CBR) encoding, the MPEG-1 Audio Layer III standard specifies standard bit rates of 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 and 320 kbit/s. There are other definitions in the MPEG-2 standard, but they’re also all multiples of 2 (actually all multiples of 8 are in the range 8 to 160 – see the table called “Bitrate Index” at the link above ).


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

Bit rate

Bit rate

Bitrate

Bit rate refers to the number of bits (bit) transmitted per unit of time, in bps (bit per second).

bit rate

Bit rate is also known as “binary bit rate”, commonly known as “code rate”. Indicates the number of bits transmitted per unit of time. It is used to measure the transmission speed of digital information, often written as bit/sec. According to the number of bits occupied by each image storage frame and the transmission bit rate, the digital image information transmission speed can be calculated [1].
In modern digital communication, the transmission volume of digitized video and other information is large, so it is often measured in kilobits per second or megabits per second, which are written as kbit/sec (or kbps) and Mbit/sec. (or Mbps respectively). ). For example, the amount of information digitized from an ordinary color TV signal can reach 216 Mbit/sec. A good digital broadcast channel can transmit dozens of color TV programs, and its capacity can reach several gigabits or gigabits per second (written as Gbit/sec or Gbps) [1] .
Bitrate is often used to measure the quality of video files.
Bitrate is often used to measure the quality of video files.
flexibility edit stream
Because each network is unique and each access line has different conditions (such as length, attenuation, crosstalk environment, etc.), access lines from different telephone companies must support different data rates. For ADSL and VDSL modems, it is best to set the data rate to one of many possible data rates. For example, DMT-based ADSL and VDSL can theoretically change the tariff at fine intervals, and CAP-based RADSL (Rate Adaptive ADSL) also provides some flexibility in tariff configuration [2].
However, telephone companies may want to limit xDSL service to a small set of rates sufficient to provide a variety of services. If a limited set of tariffs can be adapted to a wide range of services, then the management of the services in this case is simpler than in the case of variable tariffs. Telephone companies want the choice of modem speed to be under the control of the network, not the user [2] .
In this mode, the selection of the transmission rate set of the xDSL network must be prudent. In this case, there is a possibility that two adjacent systems receive traffic at very different rates and the system must be able to handle such a situation. The other model, the “best match” approach using adaptive rate ADSL (similar to a voiceband modem), is more beneficial to new network operators and Internet Service Providers (ISPs) [2] .
Transmission control method
Most bit rate control schemes consist of two parts. Part of the encoded bit stream output by the encoder is fed into a buffer. For a constant bitrate channel, the data in the buffer is fetched at a constant rate, and if the buffer is large enough, the bitrate variation caused by the MPEG picture type, etc. can be smoothed out. This is necessary for both constant bit rate transmission and variable bit rate transmission in general. However, in practice, the buffer size is always limited. The buffering process will bring a delay to the system, and this delay is proportional to the size of the buffer. Latency is often a serious issue for real-time image communication, so buffers should be kept as small as possible. That is, long-term fluctuations in bitrate due to changes in scene content or changes, etc. they cannot be softened in this way, so another part is needed. This is to send some measure of the output bitrate to the encoder to control the encoding process, thus changing the output bitrate [3] .

Quality (bit rate)

Quality (bit rate)

Bit Rate

In multimedia technology, quality is often used to judge the effect of audio, and quality here is actually bitrate.

Bit Rate

1. Introduction
2 sound control
3 encoding mode
Introductionedit transmission
The term quality is widely used.
In multimedia technology, quality is often used to judge the effect of audio, and quality here is actually bitrate.
On WINDOWS it is called “bit rate” and on some players it is described as ” bit rate “.
Quality refers to the bit rate at which digital sound is converted from analog to digital format. The higher the bitrate, the better the quality of the restored sound.
sound control edit stream
16 Kbps = phone quality
24 Kbps = increase phone quality, shortwave transmission, longwave transmission, European standard medium wave transmission
40 Kbps = American standard medium wave transmission
56Kbps=Voice
64 Kbps = boost voice (best bitrate setting for cell phone ringtones, best setting for cell phone mono MP3 players)
112 Kbps = FM stereo broadcast FM 128 Kbps = tape (best setting for mobile phone stereo MP3 player, best setting for low-end MP3 player)
160 Kbps = HIFI high fidelity (best setting for mid to high end MP3 players)
192Kbps=CD (best setting for high-end MP3 players)
256Kbps=Studio Music Studio (for music enthusiasts)
In fact, with the advancement of technology, the quality of music is also getting higher and higher, the highest quality of MP3 is 320Kbps, but some formats can achieve higher sound quality.
For example, the emerging APE audio format can provide real audiophile level lossless sound quality and smaller volume than WAV format, and its quality is usually 550kbps-950kbps.
encoding modeedit stream
VBR (Variable Bitrate) Dynamic Bitrate means there is no fixed bitrate. The compression software immediately determines which bitrate to use based on the audio data being compressed. This is a method that takes quality as a premise and takes file size into account The recommended encoding mode;
ABR Average Bit Rate (Average Bit Rate) is an interpolation parameter of VBR. LAME created this encoding mode in response to the low file volume ratio of CBR and the variable size of files generated by VBR. Within the specified file size, ABR takes every 50 frames (about 1 second for 30 frames) as a segment. High-frequency and insensitive frequencies use relatively low traffic, and low-frequency and large dynamic performance use high traffic, which can be used as VBR and CBR, a compromise option.
CBR (constant bitrate), constant bitrate means the file has one bitrate from start to finish. Compared to VBR and ABR, the compressed file size is very large and the sound quality will not improve significantly compared to VBR and ABR.