Importing Audio

From Audacity Development Manual
Jump to: navigation, search
This page is about importing audio files into Audacity (like WAV or MP3) that other applications on the computer can play.
Alert Audacity projects cannot be opened using the File > Import > Audio command, you will get an error message.

If you have already saved your audio as an Audacity Project, use File > Open or File > Recent Files to open the <my_project_name>.aup3.

Contents

  1. Audio File Formats Supported by Audacity
  2. Three Ways to Import Audio
  3. Metadata
  4. Using the file type dropdown menu in the Open and Import Audio Dialogs
  5. Importing audio from CDs
  6. Sample Rate and Sample Format of imported files


Audio File Formats Supported by Audacity

The audio formats importable by Audacity with the File > Import > Audio command, as shipped are:

Uncompressed audio formats

For uncompressed audio: most WAV and AIFF files including all PCM variants can be imported into Audacity

Compressed audio formats

Compressed audio: MP3, Ogg Vorbis, FLAC and MP2 can be imported into Audacity.

FFmpeg for other importable audio formats

You can install the optional FFmpeg library to import a much larger range of audio formats including AC3, M4A, MP4 and WMA (if the files are not DRM-protected to work only in particular software).

FFmpeg will also import audio from most video files or DVDs that are not DRM-protected.

Older uncompressed file types such as WAV with U-Law or IMA ADPCM encoding are generally supported provided they contain correctly formatted header information.
  • If files do not have header information (such as RAW or VOX ADPCM) or have non-standard header information, you can normally import them using File > Import > Raw Data.
  • WAV files from portable recorders may contain proprietary compressed audio. These should not be imported as Raw Data, but by installing the FFmpeg library.
  • LOF files (lists of files) are also supported if the list is correctly formatted and contains supported files.
Tip When importing an MP3 audio file you may see the following error message:
Alert Import Failed

This is likely to be caused by a malformed MP3.

Workarounds for this can be found at Opening malformed MP3 files.


Three Ways to Import Audio

No matter which method you use to bring an audio file into Audacity, the file is always imported into a saved or unsaved Audacity project. The imported file always appears in a new track in that project.

1. File > Import > Audio

If you select the File > Import > Audio command, then choose one or more audio files, Audacity will import the selected file(s) into the existing project. This is useful to bring the content of one or more audio files into a project that already contains audio (for example, to mix several audio files together).

2. File > Recent Files (Open Recent on Mac)

This command imports a single file from a list of the 12 most recently imported files or recently saved projects. The file opens in a new window exactly as File > Open.

3. Drag and drop

Advice Note that you cannot use drag and drop an AUP3 project into an open Audacity Project window. To open Audacity projects - use File > Open to open projects.
  • On Windows and Mac:
    • Drag and drop one or more audio files into an open Audacity project window: this is equivalent to File > Import > Audio.
    • Drag and drop one or more audio files onto the Audacity icon: this is equivalent to File > Open.
  • On Linux:
    • Drag and drop files into an open Audacity Project window: this is equivalent to File > Import > Audio.
    • Drag and drop one or more audio files onto the Audacity icon: only the first file will open. More than one file dragged and dropped onto the icon will do the same as the File > Open command for the first file, but the other files will generate an error message saying that Audacity is already running.


Metadata

Audio files can carry descriptive information in a metadata container, this allows information such as the title, artist, album, track number, and other information about the file to be stored in the audio file itself.

Each time an audio file is imported into the same project window, the metadata tags for that file replace the previously stored metadata for the project. So if the last imported file has no metadata, the project will no longer have any stored metadata. Using one of the above methods that imports each file into its own project window will ensure each file's metadata is stored.


Using the file type dropdown menu in the Import Audio Dialog

This menu (called "Format" on Mac) contains a list of different file types.

File type drop-down menu W10 3-0-2.png

Choosing a particular file type in the menu performs two functions.

  • The file type choice filters the list of files in the window by restricting it to files of that type.
  • The file type choice determines which importer attempts the file first when using the Open or Import Audio dialogs. For example, a WAV file could be imported by Audacity's native WAV importer or by the optional FFmpeg library if this was installed.
  • Import can also be used to import a list of audio files by selecting List of Files in basic text format. See LOF Files for more details.


Importing audio from CDs

Audacity does not contain any function for importing (ripping) audio from CDs. This can, however, be achieved by using other applications to extract the data into a file format Audacity does support.

See the tutorial How to import CDs.


Sample Rate and Sample Format of imported files

Audacity always imports files at their original sample rate, as displayed in the Track Information Area of the Track Control Panel.

Tip Audacity supports multiple tracks with different sample rates.

The "Project Sample Rate" is the rate that the project is working in. If you have a project with two tracks, one with a sample rate of 8000 Hz and one with a sample rate of 48000 Hz, and the "Project Sample Rate" is set to 44100 Hz (default), then:

  • playback will be 44100 Hz,
  • any new tracks created by "Tracks menu > Add track" will be 44100 Hz,
  • new track created by recording to a new track will be 44100 Hz,
  • when the audio is exported, it will be exported as a 44100 Hz file,
  • mixing down tracks will mix to 44100 Hz.

Generally, Audacity imports files at the sample format (bit depth) specified at Default Sample Format in Audio Settings Preferences. This setting defaults to 32-bit float. Therefore by default an imported file will show in the Track Control Panel as 32-bit float, even if its original bit depth is lower. This is best for high-quality editing. Even if you choose a lower Default Sample Format than 32-bit float, Audacity will never downsample a file that has a higher bit depth, as shown in the following table for WAV and AIFF imports using the standard uncompressed files importer.

Resolution of imported WAV and AIFF files using standard importer
Default Sample Format File bit depth Resolution imported at
16 16 16
16 24 32
16 32 32
24 16 24
24 24 32
24 32 32
32 (default) 16 32
32 (default) 24 32
32 (default) 32 32

OGG is unusual in that it will always import at 16-bit resolution using the standard OGG Vorbis importer, irrespective of Default Sample Format. This is due to the design of the OGG codec.

However OGG can be imported at 32-bit resolution using FFmpeg, as described at Using the file type dropdown menu.


Links

Exporting Audio|>  Exporting Audio

>  FFmpeg import/export libraries for more formats

>  Metadata Tags Editor