Import - Export Preferences

From Audacity Development Manual
Revision as of 19:04, 3 January 2008 by Windinthew (talk | contribs) (Relink to Glossary (at least for now) for formats mentioned here)
Jump to: navigation, search

Has the actual functionality of "Show Metadata Editor" changed from what it was when it was in Batch tab? i.e. does checking this make (in theory) the editor pop up for all exports in all formats, and if unchecked, does the editor pop up only on first export, or never? Or does this still only control behaviour when running a chain? - Gale

Oh oh oops... No change in behaviour. Should I make its behaviour change? Does that seem sensible to you? -James (we could also drop the two new interlopers, just comment them out in the code).

"Normalize all tracks" is fine as it is not a chain dependent action (though as you say we might want to stop it running in a chain with a normalize step). Can we rename it though to "Normalize all tracks in project" to save repeating the panel heading? If "Show Metadata Editor" relates only to batch behaviour I don't think it belongs here - but equally I don't think it makes a case for retaining a Batch tab. It could go in Interface tab "Show Metadata Editor before export step in chain".

A preference "Show Metadata Editor before export" (on by default) in Import/Export, meaning for non-chain exports, makes some sense now we have Metadata Editor for other formats than MP3. I can see many people who only export WAV/AIFF wanting to turn the Editor off, but I think almost no-one who only exports MP3 would want to turn it off altogether. For MP3 devotees, something like "Show Metadata Editor only for first export in session" (otherwise it always appears), and/or add a checkbox "don't show Editor again this session" in the Editor itself, would be useful (so we don't alienate anyone who actually likes the 1.2.6 behavior). I think this probably means options for the Editor need thinking through (and maybe multi-choice options) if it's to be useful. Given our more pressing concerns, I suspect the best for now is simply move this "as is" to Interface tab with an appropriate wording change. - Gale
Import / Export Preferences


MP3 Export Library

  • MP3 Export Library Version: This shows the current version of the LAME MP3 encoding library being used by Audacity for MP3 export. If a suitable version of LAME is not accessible to Audacity, the message will instead state that the library is "not found". In that case, use the provided buttons to either locate LAME on your computer or download a free copy of it, following the instructions on the LAME MP3 page.
  • Find Library: If you already have the LAME library on disk and Audacity can't find it, use this button to tell Audacity where it is.
  • Download: Use this to fetch a copy of the LAME library.
  • Quality settings for all exported file formats: Users of the previous stable 1.2.x Audacity will recall that bit rate and bit depth for exported files were set on this Preferences tab (which was then called "File Formats"). However, in Audacity 1.4 you now choose export settings for the various formats at the time of export by clicking Options in the File Export Dialog. This saves the separate step of going into Preferences each time you want to to change export settings.

When importing audio files

Audacity always makes a copy of compressed files like MP3 and OGG 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, AIFF or FLAC ) are very much larger, so may lead to a shortage of disc space if copied in. Audacity therefore allows you to choose from two options:

  • Make a copy of uncompressed audio files before editing...: This is the safest option because it means Audacity will always have its own built-in copy of the audio. You can move, rename or delete the files as soon as you have opened or imported them. Also choose this option if you need to open your Audacity .aup project file 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...: This is Audacity's default behavior. Import of the audio will be faster, but Audacity will depend on the file remaining accessible and having the same name and location as when you imported it. If the file is inaccessible, the waveform will have no audio.
  • Normalize all tracks in project: The imported file and all audio tracks already on screen will be normalized to your current setting for the normalize effect.
The above text assumes the wording of this preference will be changed to that above

When saving a project that depends on other audio...

This option allows you to choose what happens if you are reading directly from an uncompressed file and then attempt to save an Audacity project.

  • Always copy all audio into project: Any dependency on external audio files will be automatically removed. As soon as the project is saved, you can safely move, rename or delete any audio files that were opened or imported.
  • Do not copy any audio: The project will be saved automatically but will depend on any opened or imported files remaining accessible and having the same name and location as before.
  • Ask User: Whenever you attempt to save a project that depends on other audio files, you will be offered the option to copy the dependent audio files in to the project, or not.
You can check at any time if your work depends on other files, and copy the files in if you need to, by clicking File > Check Dependencies... .

When exporting tracks to an audio file

  • Always mix all tracks down...: 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. 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 ToDo