Audio File Types

Audio File Formatsbigstock-Speaker-System-50193509.jpg


There are a number of different types of Audio files. The most common are Wave files (wav) and MPEG Layer-3 files (mp3). There are, however, many other audio file types discussed below. The type is usually determined by the file extension (what comes after the "." in the file name). For example, ".wav", ".mp3" or ".dct".

The way the audio is compressed and stored is call the codec which determines how small the file size is. Some file types always use a particular codec. For example, ".mp3" files always use the "MPEG Layer-3" codec. Other files like ".wav" and ".dct" files support selectable codecs. For example, a ".wav" file can be encoded with the "PCM", "GSM6.10", "MPEG3" and many other codecs. Be careful not to confuse the file type with the codec - it often surprises people to know you can have a "MPEG Layer-3" encoded ".wav" file.

Some file types just contain the audio. But other file types can contain additional header information which can contain other information about the file (eg .dct files have information about the sender, priority, notes and other data in the file itself).

List of Audio File Formats

Open File Formats (supported by and most likely to work with any software application and the most widely used)
  • .wav - standard audio file format used mainly in Windows PCs. Commonly used for storing uncompressed (PCM), CD-quality sound files, which means that they can be large in size - around 10MB per minute of music.
    • Codecs that can be used to reduced the file size ( File Compress)Sound -Wave codec bit rates.PNG
  • mp3 - the MPEG Layer-3 format is the most popular format for downloading and storing music. By eliminating portions of the audio file that are essentially inaudible, mp3 files are compressed to roughly one-tenth the size of an equivalent PCM file while maintaining good audio quality. We recommend the mp3 format for music storage and not voice storage because it tends to suppress some of the vocals in voice files.
  • ogg - a free, open source container format supporting a variety of codecs, the most popular of which is the audio codec Vorbis. Vorbis files are often compared to MP3 files in terms of quality. But the simple fact mp3 are so much more broadly supported makes it difficult to recommend ogg files.
  • gsm - designed for telephony use in Europe, gsm is a very practical format for telephone quality voice. It makes a good compromise between file size and quality. We recommend this format for voice. Note that wav files can also be encoded with the gsm codec.
  • dct - A variable codec format designed for dictation. It has dictation header information and can be encrypted (often required by medical confidentiality laws).
  • flac - a lossless compression codec. You can think of lossless compression as like zip but for audio. If you compress a PCM file to flac and then restore it again it will be a perfect copy of the original. (All the other codecs discussed here are lossy which means a small part of the quality is lost). The cost of this losslessness is that the compression ratio is not good. But we recommend flac for archiving PCM files where quality is important (eg. broadcast or music use).
  • au - the standard audio file format used by Sun, Unix and Java. The audio in au files can be PCM or compressed with the ulaw, alaw or G729 codecs.
  • aiff - the standard audio file format used by Apple. It is like a wav file for the Mac. Sample .aif file. Links to an external site.
  • vox - the vox format most commonly uses the Dialogic ADPCM (Adaptive Differential Pulse Code Modulation) codec. Similar to other ADPCM formats, it compresses to 4-bits. Vox format files are similar to wave files except that the vox files contain no information about the file itself so the codec sample rate and number of channels must first be specified in order to play a vox file. Vox a very old file type and is pretty poor. We do not recommend it for anything except for supporting legacy systems.
  • raw - a raw file can contain audio in any codec but is usually used with PCM audio data. It is rarely used except for technical tests.

Proprietary Formats

  • wma - the popular Windows Media Audio format owned by Microsoft. Designed with Digital Rights Management (DRM) abilities for copy protection.
  • aac - the Advanced Audio Coding format is based on the MPEG4 audio standard owned by Dolby. A copy-protected version of this format has been developed by Apple for use in music downloaded from their iTunes Music Store.
  • atrac (.wav) - the older style Sony ATRAC format. It always has a .wav file extension.
  • ra - a Real Audio format designed for streaming audio over the Internet. The .ra format allows files to be stored in a self-contained fashion on a computer, with all of the audio data contained inside the file itself.
  • ram - a text file that contains a link to the Internet address where the Real Audio file is stored. The .ram file contains no audio data itself.
  • dss - Digital Speech Standard files are an Olympus proprietary format. It is a fairly old and poor codec. Prefer gsm or mp3 where the recorder allows.
  • msv - a Sony proprietary format for Memory Stick compressed voice files. You might need a Sony plugin to load this.
  • dvf - a Sony proprietary format for compressed voice files; commonly used by Sony dictation recorders. You might need a Sony plugin to load this.

Other Formats

  • atrac (.oma, .omg, .atp) - the newer style Sony proprietary format designed for minidisc use. It always has a .oma, .omg or .atp file extension. It is similar to mp3 and probably only useful if you are reading files from minidiscs or writing for minidiscs. Note most of these files are rights managed so you cannot open them in any software programs.
  • mid - the midi file is not an audio file format at all. It is just a list of musical notes which a synthesizer can play.
  • ape - the file format from Monkey's Audio is claimed to give about 50% compression without loss in audio quality

Source:http://www.nch.com.au/acm/formats.html Links to an external site.