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


Free Download Mp4Gain
picture

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

DJs: Understanding Bitrate & Audio Quality - On The Rise DJ Academy

Bit Rate, Sample Rate, Lossless, MP3, FLAC, APE, 320kb, 192kb, 128kb, 44.1khz, CBR, VBR. Does this bunch of various names make you both familiar and unknown?

Audio File Sizes
Audio File Sizes

The higher the bitrate, the better the sound quality. Lossless music is the highest sound quality, right? So, let’s start with the sound collection.

【Audio composition】

Nowadays, when we talk about audio, everything is digital audio. Digital audio consists of three parts: sample rate, sample precision, and number of sound channels.

Sample Rate: Both the sample rate, which refers to the number of samples per second when recording the sound, expressed in Hertz (Hz).

Sampling Precision: Refers to the dynamic range of the recorded sound, measured in bits (Bit).

Sound channel: the number of channels (1-8).

 

In simple terms, we can think of a sound wave as a curve. We know that the curve is made up of points, and the sampling rate is the number of points in the middle of the length per second (the horizontal axis in the figure above). Sampling precision is the number of points in the dynamic range (upper vertical axis). The finer the positioning of these two dimensions, the greater the true sound restoration and the better the sound quality. Of course, the larger the audio file will be. The customer mentioned by the above colleague said that the latest Hi-Res Audio format released by SONY is a 6-channel 192kHz/24-bit recorded audio file. The size of the lossless format, of course, will be more than 200 megabytes.

The sampling frequency is approximately the following depending on the type of use (k is the thousand-bit symbol, 1khz=1000hz):

8khz – used for phones etc, is enough to record human voices.

22.05khz: transmission use frequency.

44.1kb: Audio CD.

48khz: used in DVD and digital TV.

96khz-192khz: used for DVD-Audio, Blu-ray HD, etc.

The common range of sample precision is 8 bits to 32 bits, with 16 bits generally used on CD.

Having said that, my friends are starting to get confused. It’s not the bitrate that determines the sound quality, so why is everyone saying that 320kb sound quality is better than 128kb?


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

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

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.

Why are MP3 bitrates often multiples of 32? Part 2

Why are MP3 bitrates often multiples of 32? Part 2

MP3 bitrate
MP3 bitrate

 

Technically, there is nothing to limit the MP3 bitrate to a multiple of 2, as variable bitrate encoding can be used, or a custom bitrate can be achieved using some flags not used in the MPEG specification (although it must be implemented manually).

MP3 bitrate
MP3 bitrate

 

For MP3 to be MPEG-compliant, and therefore compatible with most MP3 decoders, it must have a bitrate defined by the specification, so all CBR-encoded MP3 files must have a bitrate that is a multiple of two.

Depending on the resource, VBR can be encoded by changing the bitrate between a fixed rate above each frame, or it can be encoded by sharing the available bits in adjacent frames (effectively generating a non-standard bitrate for the two frames combined). The length of a given frame depends on the sampling rate, there are 1152 samples per frame. There is nothing to limit the size of the frame itself, nor is there any limit to making the frame size base 2 (i.e. a 128 kbit/s MP3 with a 44.1 kHz sample rate would have a frame size of 417 bytes).

In the end, a file encoded at 126 kbps sounds worse than a file encoded at 128 kbps, and likewise a file encoded at 131 kbps sounds better. However, MP3s are encoded for compression according to the psychoacoustic model of a specific encoder. The amount by which a file sounds “better” or “worse” at a given bitrate depends largely on the algorithm used to implement the model; however, in general, higher bit rates can hold more data, likely reproducing Build a more accurate raw stream audio signal

I strongly suspect that the reason the MPEG standard specifies multiples of 2 is because binary computers can often optimize math involving both themselves and programmers.
This is a begging question. Don’t you think there is a mathematical/arithmetic reason for the chosen bitrate value? Or doesn’t the mere presence of VBR justify any limits on possible bitrates?
@slhck I’ve just updated my answer to provide more relevant details, please let me know if this answers all questions.
MPEG 1 Layer-III (mp3) files are streams of frames.

This web page details the data structure of the framework.

As you can see, only 4 bits are allocated to determine the bitrate. When designing a format for live streaming, you don’t want to waste more space than describing the stream.

I’m not sure exactly why 4 bits was determined to be a good compromise between space footprint and “bitrate resolution” – for the particular bitrate chosen, they were probably chosen based on the lowest and highest quality range that the engineer considered acceptable. mp3 algorithm.

Probably most MP3 players read one frame at a time, probably trying to “early” buffer at least one frame when decoding/playing the current frame.

The size of the frame and possibly the RAM allocated to it is as follows:

FrameSize = 144 * BitRate / SampleRate when the padding bit is cleared.
FrameSize = (144 * BitRate / SampleRate) + 1When the padding bit is set.
Higher bit rate/sample rate = more RAM required.

128 Kbps is probably popular as it is the default setting for many encoders.

Also, a colleague gave me insight into the discussion: 128 Kbps also roughly translates to “minutes in a minute” (unverified though), probably has something to do with that as well.

When “raw” data is logged, that data is buffered in chunks. These blocks will obviously be powers of two. It’s conceptually easier if you have an integer number of blocks per second.

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

What is the difference between bitrate 128 and 320.

What is the difference between bitrate 128 and 320.

128 kbps vs 320 kbps MP3

Have you ever wondered what exactly you lose by compressing from lossless to 128kbps or 320kbps mp3?

128 kbps and 320 kbps MP3

I checked it and the result seemed interesting to me. First of all, I propose to take a survey to understand for yourself if you hear the difference. If you are not sure what you are hearing or you are sure you are not listening, then I bring you a simple and elegant idea: you should take and collide with your forehead two sound waves, one of which will be in antiphase, respectively, when you mix two. tracks, you will mainly hear what is not extinguished. I don’t promise cool graphics yet, but on your own system you can hear exactly what sounds were lost when compressed from flac to mp3 128 \ 320 kbps, file with examples at the end of the article.

You need to download and listen to 12 tracks for 30 seconds. Then specify one of the 3 options for each of the 4 songs (128 kbps, 320 kbps, or lossless).
The survey is anonymous, but you can specify a unique hash and tell me, as a last resort, post your opinion here, but always under the spoiler. The survey will last until February 25, after you publish the key and statistics.
Files on Yandex Disk, mirror on Dropbox (~ 80Mb).

Description of the experiment

Source files are cut into 10-second chunks, each chunk is exported to wav. After importing the resulting tracks, 2 seconds of silence and a second tone signal are added at the beginning of each, then converted to mp3. After importing mp3 files, it turns out that relative to the original, the resulting file “went ahead”. This is not a bug, it is. We sync against the given pitch signal from the original (I tried various values ​​for each mp3 file, which I then refined to get the best result), remove the pitch signal, mute, and export the resulting tracks to wav. Now it remains to invert the tracks so that we obtain multidirectional peaks, and mix with the original.

Outcome

Yes, there is a difference. Yes, especially when compressing up to 128 kbps. Yes, it depends on the music. Yes, even more of the audio path.
You can draw an independent conclusion and hear the difference by downloading the files at
Bit rate is indicated as one of the main characteristics of video and audio recordings. Most users are used to thinking that it determines the quality of the downloaded file. But what are bit rates and how do they really characterize music files and videos?

What is bitrate, a thorough explanation

Normally when people read or listen to some of the terms they use frequently referred to music or video when playing on a digital device, it is possible that some terms are very confusing for the common user.

Sometimes people do not understand at all what these terms refer to and therefore make bad decisions in this regard, it may also happen that they completely ignore this information which generates an unsatisfactory result.

That is bitrate, a complete explanation.

When we play music or video, we are transmitting information from a file to the medium that reproduces that information. Bitrate measures the amount of information What is transmitted every second.

let’s look at an example that will allow us to understand very clearly what exactly bitrate is.
Imagine that I must tell you what happened at a dinner, but I can only use three words to tell you what dinner was like.

I could say For example “it was very tasty” and already there use the three words you could use. Of course the description and information is too short.
and instead, I can use 10 words, my description will have information and therefore it will be a higher quality description.
“It was a tasty dinner, with a very familiar and warm atmosphere” if you look closely at crypto contains more information so much makes a better portrait of what happened that night.

And if instead of using 10 words I can use 300 words it could be a much clearer story, with better quality.

Well that’s exactly what happens with bitrate. when a song or video is played if only a small amount of bits can be transmitted every second, detail that can be displayed will be poor because many details will have to be omitted. on the other hand, as the amount of bits increases every second, the audio will continue to be enriched so much will be of higher quality.

So now we are clear. Because it is important the amount of information transmitted every second, going to have greater wealth is to say higher quality. then act to what the term bitrate refers and now we understand exactly what it means. It is obvious that more bits per second will take up more space on the hard disk. Why the file will contain much more information And in return we will get more details and more richness in reproduction.
We will have to decide if what we want is to save disk space and therefore we will choose a low bit rate or on the contrary our priority will be quality and in that case we will choose a higher bit rate, with much more information per second. but that will take up much more space on the hard drive.
in the same way that a description of three words occupied much less space but transmitted a much poorer description, on the other hand a description of 400 words will occupy much more space But it will offer description in much more detail and therefore with greater quality.
Did you see that it was very easy to understand what bitrate means?

What is the Bit Rate or Bitrate in the audio?

Do you want to change the bit rate in your MP3 files? This can be useful if you need to reduce the size of your MP3 files, for example. A 320 kbps MP3 file, the highest bit rate allowed for MP3 files, could be reduced to 192 kbps to significantly reduce the size of the MP3 file.

bitrate

There would be a loss of quality, but the difference would be insignificant for most listeners who use standard speakers or headphones. If you are an audiophile, in addition to having expensive audio equipment, you probably never use the MP3 format anyway.

Most likely, you will use a compressed or uncompressed lossless format such as PCM Audio, WAV, AIFF, FLAC, ALAC or APE. An uncompressed PCM audio file is approximately 10 times larger than a CD-quality MP3 file.

The MP3 format is a lossy format, which means that the audio quality is sacrificed to maintain the relatively small size of the files. Almost all sites will tell you that you should never convert an audio file from lossless format to MP3 format unless you are well with the loss of audio quality.

BITRATE

What is the normal bit rate in an MP3?

A normal bit rate for an MP3 is between 128 kilobits per second, or kbps, and 320 kbps. Different bit rates in this range have different advantages; To extract music from a CD to MP3, choose the bit rate that best suits your purposes. In general, the higher the bit rate of an MP3, the better the audio quality, but the larger the file size. The most common bit rates in MP3s are 128 kbps, 192 kbps and 320 kbps.

BitRate

Bit rate

The bit rate of an MP3 indicates the density of the audio information contained in the file. Therefore, every second in a 192 kbps MP3 contains 192 kilobits (24 bytes) of data. The higher the bit rate, the more information the MP3 contains; The more information it contains, the quality is closer to the original audio recording. The bit rate also determines the size of the MP3 file: a four-minute song encoded at 128 kbps occupies a little more than 3.5 MB, while the same song encoded at 320 kbps requires more than 9 MB of space.

Choice of a bit rate

When you convert a sound file or extract your CD collection to MP3, you must specify the bit rate you want the encoder to use. Choose a bit rate based on the type of audio you are encoding and on your desired purpose. If you are converting a conference or other piece of vocal audio, a bit rate of 128 kbps is more than enough. If you are encoding MP3 files for use with a portable media player, a bit rate of 192 kbps usually provides a good balance between audio quality and file size. If you are converting your CD collection to MP3 for archiving, encode the files with a bit rate of 320 kbps.

Variable bit rate VBR

Coding with a variable bit rate changes the bit rate of the MP3 depending on the type of data present at a certain point in the audio. For example, a variable bit rate encoder could encode a portion of dense information from an MP3 at 320 kbps; however, when the audio contains a silent section the encoder lowers the bit rate to 32 kbps. If the bit rate of an MP3 has an unusual number (for example, 204 kbps), this indicates that the creator of the MP3 encoded it with a variable bit rate.

Bit Rate Conversion

Although most MP3 conversion and encoding programs can modify an MP3 at a different bit rate, this is not a good idea, generally speaking. Converting an MP3 to a higher bit rate does not add audio information to the file, so the sound quality does not increase. Converting an MP3 to a lower bit rate reduces the size of the file, but it could also introduce audio defects, since the encoder is compressing a file that is already compressed. If you need an MP3 file to have a different bit rate, re-encode an MP3 from the original audio CD or WAV file.

Does the birate of an mp3 affect the quality or is it just an impression?

Since the mp3 appeared, I always understood that it is a lower format than the CD quality, no matter how much bit rate it contains. When it comes to mixing and producing my personal recordings, I have used wave support and when converting it to mp3 it is impossible not to distinguish the differences: at least, the reduction of bass and treble is very noticeable. The dishes of the drums or the bass are very opaque and hidden, sometimes they even disappear. But in these assessments I think that perhaps my subconscious has betrayed me in some cases.

bitrate

First of all I will explain some basic things about mp3 and its bitrate (or bit rate). Compressing sound means loss of quality, so you have to pay attention to how much information is transmitted per unit of time: the most used encodings for mp3 are 64, 128, 192 and 320 kbps (kilobits per second). Thus, a song of 64 will occupy less space than one of 128 and so on. Nor should we forget the CBR, constant bitrate, and the VBR, variable bitrate. The latter is more advisable when compressing different parts of a recording with various bitrates.

Well, there has always been controversy and confrontation between those who prefer to save space and opt for the musical amount, claiming that the quality differences of the mp3 are almost imperceptible to our ears, and those who bet on the qualitative details of the music, preferring heavier files and with higher bitrates, emphasizing the multiple peculiarities that our auditory system loses to lower quality media. I have been a supporter of the second group, although current opinions about it make me doubt my choice.

volume booster

I recently informed myself about a study conducted by programmer Jeff Atwood through his blog, in which he tried to discover if normal people, fond of music (but without becoming music experts) notice the differences between mp3 formats . More than 3,500 people participated in the study, who had to listen to 5 different audio files (with bitrates between 128 and 320 Kbps and one without compression) and vote from 1 to 5 depending on the quality they had received. Naturally, users were unaware of the characteristics of the media so as not to influence their objectivity. The results were as follows: the 128 Kbps CBR mp3 was undoubtedly considered the worst; the one of 160 Kbps VBR would be the one of better quality, surpassing even the one of 320 CBR (the variable bit rate would be higher than the fixed one). This is very curious since it is assumed that an original CD would house a quality between 192 and 256 Kbps. According to the study cited, the mp3 of 160 would have more quality than the compact, which seems absurd, so I tend to think that the Most people, after 160, do not distinguish some sounds from others, also taking into account that the subconscious can deceive us and make us imagine what it is not.

In short, the best way to compress, saving on storage and with optimal sound, would be thanks to the 192 Kbps VBR bitrate. From there, onwards, it is very difficult to appreciate nuances and alterations.

We must also consider something logical: if we recompress a file of 128 and convert it to 192 Kbps, improvements will not be achieved and we will lose space. If we do the opposite, go from 192 to 128 Kbps, we will reduce the quality somewhat but reduce the weight of the file.

I think this experiment obviates interesting data such as knowing the player or equipment from which the music was broadcast (computer, speakers, headphones, hi-fi equipment, etc.), listening time (our senses do not lend the same attention for 5 minutes than during 20) or musical style (electronic, rock, classical, etc.), since all these factors can greatly influence the final result.

Even, and this is proven: the volume (if the file is normalized) and the dynamics (a normalization like the one that only Mp4Gain does) manage to make one perceive the music as with higher quality.