Import / Export Preferences
From Audacity Manual
- Click on any of the other Preferences sections in the above image to go directly to that Preferences page.
When importing audio files
Audacity always makes a copy of compressed files like MP3, OGG and FLAC when it imports them. The data is copied either into the temporary folder, or into the _data folder of an open project. Uncompressed files (WAV or AIFF) are very much larger, so may lead to a shortage of disk space if copied in. Audacity therefore allows you to choose from the following two options when importing WAV or AIFF files:
- Make a copy of uncompressed audio files before editing (safer): Audacity makes a copy of the imported file(s), so you can then move, rename or delete them if you wish. Also choose this option if you need to open your Audacity project on another computer, or send it to someone else. Note: you don't need to choose this option if you are sending an exported audio file like an MP3 to someone else.
- Read uncompressed audio files directly from the original (faster): Audacity reads the imported files from the computer folder you first imported them from, without copying them in. Therefore with this option set, you must not move, rename or delete imported uncompressed files, or the folder they are in. The advantage of this option is that long files can be imported in only a few seconds, using On-Demand Loading.
You can turn the warning dialog off either in the checkbox in the dialog or in the Warnings Preferences, then your saved choice of import method will be applied automatically each time.
- Normalize all tracks in project: The imported file (in any format) and all audio tracks already on screen will be normalized to your current setting for the Normalize effect.
When exporting tracks to an audio file
- Always mix all tracks down to stereo or mono channel(s): This is Audacity's default behavior and means that if your project contains only mono tracks panned to center, they will be mixed upon export to a file containing a single mono channel. The audio will still play equally out of both speakers on most systems. If you have any stereo tracks in your project (or any mono tracks panned away from center) the exported file will be stereo, containing two channels (left and right).
- Use custom mix: When this option is enabled, an Advanced Mixing Options window appears immediately after the completing the File Export Dialog (custom mix is not available when using Export Multiple or Chains). Advanced Mixing gives you much greater flexibility in mapping your audio tracks to specific output channels in the exported file. In particular it allows export of multichannel files (that is, having more than two channels of audio) in WAV, AIFF, OGG and FLAC formats.
- Show Metadata Editor prior to export step: By default, the Metadata Editor pops up every time you export a file with the or commands. Uncheck this option if you don't want to add embedded information tags to your files.
When exporting track to an Allegro (.gro) file
When using Note Track as human-readable plain text. This preference controls whether the .gro file represents time and duration in seconds (default) or beats.
you can export to .mid or .gro extension. The .gro extension signifies the Allegro file format which exports the Audacity- Represent times and durations in seconds: An example line in the .gro file would look like:
T1.3330 V0 K66 P66 U0.6660 L127
This instruction means "play key number 66 at time (T) 1.333 seconds for duration (U) 0.666 seconds." - Represent times and durations in beats: An example line in the .gro file would look like:
TW0.5000 V0 K66 P66 Q1.0000 L127
This instruction means "play key number 66 at time (T) 0.5 whole notes (W) for duration (Q) 1 quarter notes."
Audacity can import both .mid and .gro files for display and editing (but not playback). The .gro files will be imported correctly whether they contain data in seconds or beats. However many general purpose MIDI applications will not play .gro files.