
First of all, let’s understand why music should be compressed.
Uncompressed files like AIFF and WAV take up a lot of space. This causes that it is not comfortable to transfer them on phones or players, or even store them on the hard drive of our computer.

Even trying to send them online would be very difficult, due to their large size.
,
This has forced the creation of various formats of audio files that take up less space. Of course, the important thing is that they sound practically the same as the original, although they take up less space.

This is where compression enters the picture.
On the one hand, ZIP or RAR compression is used, but it is not enough. So other techniques are used, namely:
– An uncompressed file contains a lot of information about sounds (even silence) that is inaudible to the human ear and that information is discarded. With that one, it is possible to save a lot of space, since there is little point in occupying space in storing information about sounds that our hatred cannot perceive.
-On the other hand, there is a perfectly known phenomenon regarding the human ear, which is based on the idea that if two sounds occur more or less simultaneously and these sounds occupy similar or close frequencies and one of them sounds louder, the ear You will NOT hear the less loud sound.
This is other information that can also be discarded, since it is generally not audible or the brain does not process it.
Once discarding both types of information, the file has been much less large and therefore does not occupy the same space.
Practically what remains is to apply some composition algorithm, something similar to ZIP. And then you will have a compressed file, for example the mp3.
This is called the lossy method.
There is another method, without loss, where it is only compressed with a method similar to ZIP, but without discarding information.
Is there really a difference between the two? Practically no. the human ear practically cannot distinguish between the two.
A file with loss, that has a good sample rate (minimum 44,100) and a good bit rate, it is almost impossible to distinguish it from the original and therefore, from the file without loss.
Many experiments have been done allowing people to listen to both types of files (those with loss and those without loss) and more than 90% have not been able to distinguish between them, as long as the one with loss has a good samplerate and a good bit rate.





