Other uncompressed files Export Options

From Audacity Development Manual
Jump to: navigation, search
Accessed by: File > Export Audio then choosing Other uncompressed files from the Format dropdown menu.
Export Other uncompressed files 3-4-0.png


Uncompressed Export Setup

Channels

Sets the number of channels for the exported audio file. There are three options

  • Mono: single channel
  • Stereo: stereo pair with left and right channels - this is the default setting even if you only have mono tracks for exporting
  • Custom mapping: use this to export multi-channel (surround sound) files or to make customized assignments between Audacity tracks and the channels in the exported file.

Sample Rate

Sets the sample rate for the exported file. Default setting is 44100 Hz, which is CD quality.

Header

Specifies the "type" or extension of the exported file.

RAW, RF64 or CAF (Apple's Core Audio Format) headers (with PCM encoding in all three cases) may be used if extremely large files similar to WAV or AIFF are required. The RF64 and CAF size limit is about 16 exabytes (effectively unlimited, as there are no disks of that size), making it suitable for very long multi-channel files.
Export Other uncompressed files - Header 3-4-0.png
Pop-up menu with list of available Header formats for uncompressed audio files

Encoding

Determines the codec and where appropriate, the sample format (for example, 16-bit) of the audio. The fewer the number of bits, the less accurately the audio waveform will be represented, but the smaller file size that will be required.

Only the most commonly used encoding types are shown below. Those that use less than 16-bit format (or are lossy codecs like GSM) are usually optimized for specific purposes such as speech telecommunication. With the possible exception of (A)DPCM, higher quality audio for the same reduced file size can generally be obtained by using other lossy codecs like MP3, OGG or AAC. These use psychoacoustic modelling to try and make the retained audio sound similar to the original.
  • Signed/unsigned PCM: These formats represent the audio data by integer numbers. There are 8-bit, 16-bit, 24-bit, or 32-bit choices.
  • Float: These formats represent the audio data by floating-point numbers. This allows a much wider range of sample values to be represented, further increasing its accuracy. There are "32-bit" and "64-bit" choices.
  • U-Law, A-Law: 8-bit formats using different types of companding algorithms. These reduce the dynamic range of the audio when written to the file, but restore it when played back.
  • ADPCM, DPCM: ADPCM are 4-bit formats that sound near-identical to PCM except where there is a lot of low frequency content. There are various ADPCM choices according to the header chosen, such as IMA, Microsoft, G721, G723 and VOX. ADPCM and DPCM both save storage space by predicting the next sample, and encoding the PCM values only as differences between the predicted and actual value. ADPCM saves further space by varying the size of the quantization step.
  • GSM 6.10: A lossy voice codec producing small file sizes, used on GSM mobile digital telephone networks.