New features in this release

From Audacity Development Manual
Revision as of 15:14, 30 October 2020 by PeterSampson (talk | contribs) (Unitary Project: ((advice|Active projects should '''''not''''' be saved to a FAT/FAT32 formatted drive as FAT is subject to a maximum file size of 4GB which can easily be temporarily exceeded when editing. }})
Jump to: navigation, search
Editors BEWARE - this page has a DISPLAYTITLE
size=50%
This page is an overview of prominent new functionality that has been introduced in Audacity 3.0.0

Version 3.0.0 is primarily a release for a unitary, single self-contained, project file.

Contents

  1. Unitary Project
  2. Enhanced Directories preferences
  3. Improvements to Macros
  4. Noise Gate improved
  5. Multi-view can be set as user-default view
  6. Bug Fixes


Unitary Project

Audacity 3.0.0 introduces the new AUP3 project format. Files saved with this version will have an aup3 extension, for example My-Project.aup3. We hope that this new project format will make life easier for Audacity users, as it replaces the previous project storage format - which used an AUP file and its associated _data folder full of little audio clips - with a single project file that integrates those two parts.

The old structure caused too many users to lose or damage their projects by moving or deleting the project components. The new single project file structure precludes that happening.

AUP projects from previous versions of Audacity can be opened or imported in Audacity 3.0.0 (Audacity converts them to the new unified file format). But once you have saved the project in the new AUP3 format they can then no longer be opened in previous versions of Audacity.

Tip With the new project structure it is now possible to import a project into another open project. Just as with importing audio files this will add the contents of the imported project to the existing open project.

((advice|Active projects should not be saved to a FAT/FAT32 formatted drive as FAT is subject to a maximum file size of 4GB which can easily be temporarily exceeded when editing. }}

For more details please see Managing Audacity Projects


Project size

Projects with the new unified file structure should not be larger than similar projects with the old multiple files structure.

As you work on a project, Audacity will consume additional temporary disk space. This is normally released on closing the project. This is not new with Unitary Project File, previous versions of Audacity also used to do this.

You can, if you wish, compress your project with File > Compact Project or its shortcut Shift +A but note carefully that this will remove your Undo History.


Performance

Extensive speed testing has shown that for most work in Audacity the new project file can be a little faster than the old project structure.

This is especially true of using the Effects and Generators which run faster with the new project file.

Closing a project can now take a little longer as Audacity clears up the unused temporary disk space in the file.

You will get a progress dialog informing you about the Compaction progress.


Saving backup copies of the project

There is a new backup command for projects: File > Save Project > Backup Project.

This replaces the two previous commands:

  • File > Save Project > Save Lossless Copy of Project
  • File > Save Project > Save Compressed Copy of Project


Automatic Recovery

Automatic Recovery (following a crash) is different in Audacity 3.0.0. It is simpler with no orphan block-files or missing block-files to worry about

  • When Audacity is launched following a crash it will offer to recover the crashed projects.
  • You can choose to either accept the recovery or to discard the projects.
  • You can select projects for either action by clicking on their checkbox, or you can select all by clicking on Select.
  • You can discard just some and then the recovery dialog will remain open enabling you to select others for recovery.

For more details please see Automatic Crash Recovery


Temporary work files

In addition to the single database project file the database also creates two temporary work files WAL & SHM files. For example My-Project.aup3-wal and My-Project.aup3-shm. On Mac there is only the WAL file.

Bill 08Sep2020: The My-Project.aup3-shm file does not seem to exist on Mac?
  • Peter 09Sep20: yes Bill, good catch, I forgot about that. And actually it creates more temporary files while it is vacuuming. but I don't think we need to talk about that, do you agree ?
  • Bill 09Sep2020: Yes, I agree. Those other temp files come and go very quickly and the user is not likely to see them.

These are deleted on closure of the project or on exit from Audacity.

Advice Do not delete them or move these temporary files while the project is open as this will destroy the project.

Windows blocks you from doing this but macOS and Linux do not.



Enhanced Directories preferences

Default folder locations have been added enabling you to specify the folders to be used for each of the Audacity actions: Open, Save, Import and Export.

Preferences Directories trimmed.png

If you set a default folder for any of those actions Audacity will always offer that folder location when you invoke that action.

If a particular action's default folder is left blank (default setting) then Audacity will offer the last-used location for that action.

The default setting is for all to be blank.

See Directories Preferences for more details.


Improvements to Macros

Import and Export of Macros

Import and Export of Macros has been added to the Manage Macros dialog.

Manage Macros 3-0-0.png

Only one Macro can be imported or exported at a time.

Comments in Macros

Comments can now be added to Macros to enable you to document what is happening in the Macro.

There is a new command "Comment" in the Macro command set. Editing its parameters enables you to type the text of your comment.

Macros comments.png


Noise Gate improved

The Noise Gate effect has been improved for version 3.0.0 of Audacity. It now supports faster Attack times (down to 1ms), and provides separate controls for Attack, Hold and Decay. The effect can also process much longer selections in one pass (up to 13.5 hours at a sample rate of 44100 Hz.)

Noise Gate.png


Multi-view can be set as user-default view

In Tracks preferences you can now set Multi-view as your preferred user-default view for tracks.

Multi-view user-default in Tracks preferences.png


Bug Fixes

There are likely to be some ...

Here is a small selection of some of the most important.

Key P1 bugs fixed

None

Key P2 bugs fixed

None



==Additional new features== This page New features in 3.0.0 - appendix gives an overview of further new functionality that has been introduced in this release of Audacity.

Links

> Audacity Release Notes 3.0.0 - detailed release notes for this release of Audacity