What is the difference between 128k and 320k music?


Free Download Mp4Gain
picture

What is the difference between 128k and 320k music?

Mp3 Bit Rate
Mp3 Bit Rate

192k is a turning point. Below 192K, the sound quality is relatively damaged, especially the high-frequency part above 16Khz will be cut off.

Mp3 Bit Rate
Mp3 Bit Rate

In short, mp3 above 192k, ordinary home equipment can no longer hear the difference in CD sound quality, except for golden ears and hi-fi equipment. Of course, these data are not 100% reliable. There are always people on the internet sharing fake mp3 above 192K. In fact, they are converting low bitrate music to high bitrate through software, but the sound quality will not improve. Windows Media Player compresses the resulting mp3 is absolutely wonderful. No matter how high the compressed bitrate is, it will cut perfectly at around 16K, so if you want to compress MP3 yourself, don’t use Windows Media Player.

 

Well, in fact, the bit rate should be said to be another dimension, it is a compression of audio files.

Nowadays, most of the audio formats that we use regularly are based on the original “WAV” file of the audio CD (44.1khz sampling rate, 16bit sampling precision, 2ch). The original recorded sound data is stored in an array, which is in PCM format, while WAV format is an encoding format developed by Microsoft, and its function is to play the PCM format data through encoding.

Since the data in WAV basically completely restores the PCM data, MP3, AAC and other lossless encoding formats are basically recompressed based on the WAV files. Therefore, we can simply think that WAV is the original audio format and other audio formats are compressed formats.

When it comes to compression, storage and transmission are inseparable. The purpose of compression is to improve storage and transmission. Therefore, before we talk about compression, we need to understand the basic units of computers.

We all know that the computer is a binary number system, and the files stored by the computer are made up of two numbers, 0 and 1. Therefore, the computer’s transmission is based on each number, and each number is called 1 ” bit”. For example, for an audio piece, its basic data is “0,1,1,1,0,1, 1 ,0”, and when transmitting, these numbers are transmitted one by one. The sampling precision mentioned above is this unit.


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

Why are MP3 bitrates often multiples of 32?

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 ).