Sorry, you need to enable JavaScript to visit this website.

What is an audio file format and which should I use?

Category: 
Level: 
Tools: 

An audio file format is a file format for storing audio. There are various audio file formats and they all encode audio data in different ways. There are two different approaches; compressed or non-compressed formats. Other differences between formats include licenses. Let take a closer look at these differences and which formats suit which purposes best.

Uncompressed formats

Uncompressed audio formats are always lossless, meaning that all original audio information is retained. If you have unlimited storage space, an uncompressed - or lossless - file format is the way to go. While working with audio (ie making music), also stick with uncompressed formats.

There are two main format options here, AIFF and WAV. Neither of these requires a license to use.

Our recommendation is to use WAV as it is more widely used and supported.

Uncompressed audio in CD-quality (sample rate of 44.1 kHz and a bit depth of 16 bits) takes about 10MB for one minute of stereo audio.

Compressed formats

Compressed audio formats are primarily lossy formats, meaning that audio information is reduced. If you want to distribute your audio over the internet, a compressed format is your best option.

Although MP3 is very popular, it does require a license, even for audio distribution.

OGG is a free alternative unrestricted by licensing.

Both MP3 and OGG are lossy, meaning that they don't fully reproduce the original audio file, ie. there is a loss of audio quality.

If you want to be sure that you can recreate the information, but still save space, use the open FLAC format. This is an example of a lossless compressed file format. It is compressed differently to lossy file formats and is a good compromise as it retains all audio information but still at a reduced file size, although it will still be larger than an MP3 or OGG file.

Compressed audio in MP3 or OGG format takes about 1 MB/minute of stereo audio. FLAC files are typically 50% of the original size compared to an uncompressed file.

Only compress once!

If you are working on compressed audio formats and then render the project to a compressed format, you have added a second stage of audio compression. This is undesirable and will result in a noticeable loss of audio quality.

While one stage of compression, especially at a high bitrate, can be hard to tell from the original, adding a second stage of compression either through rendering a project that was using a compressed format, or converting an already compressed format to another compressed format, will result in further loss of fidelity and is usually quite noticeable.

This is why you should always work with uncompressed audio formats and make sure you always have original high quality copies of any audio files or projects you are working on. Converting audio files should always be done from the original uncompressed files. 

Only convert to a compressed, or lossy, format when you are finished working on your audio. This should only be done once and when you are sure that you are at your final stage.

Recommendations

Use WAV for uncompressed audio and when you are working with audio.

Use OGG for compressed audio and for distributing audio over the net.

Use FLAC for personal music collections or alternatively lossless audio distribution over the net.

Sound converter software

There are several tools that let you convert between different formats. Here is a non-complete list:

  • Audacity. GUI. Audio editor that also lets you save the result in different formats.
  • Soundconverter. GUI. Converts between many different audio formats.
  • ffmpeg. CLI. Can be used to convert between different audio formats.
Related content: