An introduction to computer audio
Audio files come in three flavors.
Well-known examples are WAV (Waveform audio format, developed by Microsoft and IBM) and AIFF (Audio Interchange File Format, a format was co-developed by Apple Computer in 1988).
They contain uncompressed audio in the pulse-code modulation (PCM) format. PCM audio is the standard audio format for CDs.
There is no loss of quality using any of these formats as lossless=lossless.
The only difference is the sequence of the bits, WAV is in little-endian, AIFF in big-endian ( most-significant byte first) and this corresponds with the processor architecture used by Windows (Intel X86=little-endian) and Apple (Power PC=big-endian)
The only criteria I can conjecture up is that if you have Windows as an operating system WAV might be a more convenient choice. Likewise AIFF if you have a MAC.
Pro:
Cons:
Due to a lack of standardization portability of the tags is poor. Best practice is probably to act as if tags in WAV are not supported at all.
The data is compressed without any loss of information. This is similar to how WinZip works, except you will get a better compression because the software is designed specifically for audio. Examples are:
FLAC (Free lossless Audio Codec) Monkey's Audio (APE), WavPack (WV), Tom's lossless Audio Kompressor (TAK), Apple Lossless (ALAC) and Windows Media Audio Lossless (WMA).
Pro:
Cons:
MPEG-1 Audio Layer 3, more commonly referred to as MP3, is a popular digital audio encoding, lossy compression format, an algorithm designed to greatly reduce the amount of data required to represent audio, yet still sound like a faithful reproduction of the original uncompressed audio to most listeners. It was invented by a team of European engineers of Philips, CCETT (Centre commun d'études de télévision et télécommunications), IRT and Fraunhofer Society, who worked in the framework of the EUREKA 147 DAB digital radio research program, and it became an ISO/IEC standard in 1991.
Pro:
Cons:
I consider MP3 a solution for a problem I don’t have.
Having a DSL internet connection and a 1Tb NAS, bandwidth nor disk space is a problem. So why temper with sound quality?
You choose a lossless format only to find out that your MP3 player accepts MP3 files only. The answer is transcoding. A lot of players support conversion to another format on the fly. This is a scenario used quit often. You have your collection in a lossless format and you use transcoding to load the music on a portable device.
If you have the same audiophile neurosis as I have, the idea only that there is some information removed (that’s what MP3 does in a very clever way) spoils your listening pleasure.
All of a sudden you see on Amazon the track you wanted to have for years.
Wow! Eureka!
Oh no, it is only available in MP3. Shit!!!!
Amazon MP3s are made with LAME at 256 kbps.
Lots of people can’t hear the difference between the original CD and a 192 kbps MP3. Even a lower rate like 128 kbps is often hard to discern from the original.
So don’t worry, get it and enjoy. MP3 is not that bad.
If you want to hear the differences between file formats and especially between lossless and lossy you must use music putting the compression to test.
Small settings are recommended, there ain’t much to mask in it.
Harpsichord is often motioned, its generates a lot of high pitch harmonics. Like wise cymbals. Instruments requiring high rise times, so percussion.
Solo Harpsichord (not just the SQAM thing) is hard.
Hammered Dulcimer (the Cooder thing) is ((*&* hard.
Suzanne Vega is hard.
Percussion music (the asian variety) is sometimes hard.
Low-pitched, open-vocal tract spoken voice can be hard. (German Male speech from SQAM)
"Glockenspiel and Drums" is pretty brutal (but made deliberately)
Broadband classical generally isn't. But that's only "generally".
SQAM=Sound Quality Assessment Material
A couple of samples from the EBU (European Broadcasting Union) can be found here.
How to set up the listening conditions can be found here.