Help us keep the list up to date and submit new video software here.





Software Home »


Complete Version history / Release notes / Changelog / What's New for Audacity


Audacity 3.6.1

This is a hotfix release. It fixes the following bugs:

#6889 Fixed a crash when exporting multichannel audio.
#6882 Fixed a crash when pasting mono clips into stereo tracks.
#4763 (Accessibility) Made more values available when using the plain UI of plugins. (Thanks, David Bailes!)
#6855 Prevented incompatible versions from opening projects created in 3.6.x.
#6892 Fixed the dark theme sometimes having white corners in buttons.


Audacity 3.6.0

Major changes
Master effects
Audacity now features master effects. Master effects are effects which apply to the entire project at once. More information can be found at Using master effects & realtime effects.

New compressor and limiter
A new compressor and limiter has been added, replacing the previous versions. A gain reduction history has been added to these effects when they're used as a realtime effect.
Factory Presets suitable for a wide range of use cases for these effects have been provided by Vladislav Isaev and Marek Iwaszkiewicz, available via the Presets & Settings button.

New themes
Audacity now features new and improved dark and light themes. You can switch between themes via Preferences -> Interface. The theme previously used still is around as the Classic theme, and themes even older than that can be optionally installed as custom themes from here.
Updated instructions on creating custom themes can be found here.

Increased performance
Audacity is now quite a bit snappier than before, especially when working on larger projects and on larger screens.

Other changes
Added FFmpeg 7 support.
You now can paste audio files into Audacity using Ctrl+V.
Alternative waveform colors are now themeable by custom themes.
Removed the track name overlay preference and the "blend themes" preference.
Scripting: Added GetInfo: Type=Selection. (Thanks, Jonatã Bolzan Loss!)
Added an Extras > Export > Export Selected Audio option.
Import Raw: Added support for offsets larger than 2 GB.
Redesigned the "what's new" dialog.
Added an option to the View menu to show/hide RMS in waveforms.
OpenVINO AI effects can now be downloaded from audacityteam.org/download/openvino/
Bugfixes
#6340 When recording to a new track, the track is now scrolled back into view again.
#3825 The macro manager no longer shows parameterless actions as editable. (Thanks, Davi Nonnenmacher!)
#6138 Pressing Esc in some preference dialogs no longer saves them.
#4504 Fixed stray orange lines in the high contrast theme.
#5626 Fixed the quality slider for Ogg export on Linux. (Thanks, Devpriya Nalin!)
#6875 Fixed a bug which could open a project with the wrong sample rate.
Various compiler warning fixes and OpenBSD build fixes. (Thanks, Brad Smith!)


Audacity 3.5.1

This is a hotfix release. It fixes the following bugs:

#6322 Fixed a crash on launch on macOS 11 and older.
#6324 Fixed the update notification looking for alpha versions instead of release versions.
#6321 Fixed a freeze when using macros on multiple files.


Audacity 3.5.0

Audacity 3.5 adds cloud saving, beat detection, pitch shifting and more.

Major changes
Cloud project saving
We've introduced a new cloud-saving feature that allows you to save your Audacity projects to audio.com. This allows you to work from any device, share & collaborate with others and restore previous versions if something went wrong.
Automatic tempo detection
Audacity can now automatically detect the tempo of imported loops, and adjust them to be in tempo.
Tempo detection is done via both audio analysis and metadata checking. If you want to prepare your loop for automatic tempo detection without relying on audio analysis, both acidizer tempo tags or simply writing "123 bpm" anywhere into the filename work.
Automatic tempo detection can be turned off via Preferences -> Import/Export.
Pitch shifting
You now can non-destructively change the pitch of a clip by holding Alt and pressing the Up and Down arrow keys. Alternatively, you can click on the overflow menu (...) and select "Pitch and speed...". When changing the pitch this way, an arrow in the UI indicates how much you've shifted it.
Other changes
Additions
Added an option to skip plugin scanning to Preferences -> Effects.
Added an overflow menu, as well as speed and pitch indicators to clips.
Added subtitle formats for labels. Export to WebVTT and SubRip and import of SubRip files is now supported. (Thanks, Pokechu22 and Larry Bordowitz!)
Changes
Reworked the plugin manager.
Improved accessibility. (Thanks, David Bailes!)
When zooming in vertically (Ctrl+scroll on the vertical scale), the zeroline now remains centered. Moving the vertical zoom off-center still is possible via Shift+scroll on the vertical scale.
Changed the look of the selection adjust cursors (previously pointing fingers on Windows and macOS, now look like >| everywhere).
Changed the timeline options button from a green triangle to a settings gear. From it, you can switch between Beats & Measures or hh:mm:ss timeline rulers, set various preferences regarding to looping, as well as playhead behaviors: "Scroll view to playhead" (previously: "Update display while playing") and "Continuous scrolling" (previously: Pinned Play Head).
Improved BSD support. (Thanks, Brad Smith!)
macOS: Changed the Audacity.app icon on macOS to fit new design guidelines.
Reordered some menus.
Moved OK/Cancel buttons of effects to the bottom.
Removals
There have been a number of removals of niche features to simplify the app. This should make the app a bit less overwhelming to use, and also will speed up future development as fewer things need to be considered.

Removed the read-only mouse preferences page.
Removed Printing options.
Removed Screenshot tool. To make a screenshot, use Win+Shift+S (Windows) or Cmd+Shift+4 (Mac) instead.
Removed Karaoke view.
Removed the "solo=none" preference.
Removed timeline tooltips preference.
Removed "dragging selection edges" preference.
Removed some warning dialogs and associated preferences.
Removed "scrolling left of zero" preference.
Replaced "Advanced Vertical Zooming" with new always-on behavior.
Removed some vertical zoom presets.
Removed EQ XML to TXT converter, which was needed for the Audacity 2.3 -> 2.4 transition. It is now a plugin instead, downloadable at https://plugins.audacityteam.org/additional-resources/eq-curves/eq-xml-to-txt-converter.
Removed the "Vocal reduction and isolation" effect. As a replacement on Windows and Linux, the Intel OpenVINO plugins work better and on a wider array of content, including mono tracks. The old effect still can be downloaded from https://plugins.audacityteam.org/nyquist-plugins/effect-plugins/filters-and-eq#vocal-reduction-and-isolation
Bugfixes
Fixed a number of dialogs that were able to grow too large to fit on the screen.
#2133 Fixed the playback cursor sometimes desynchronizing with actual playback. (Thanks, David Bailes!)
#3723 #5615 Fixed the GetInfo scripting command.
#5283 Fixed "Reset configuration" command breaking modules preference page.
#5389 Fixed stereo tracks randomly splitting into mono.
#5500 The Export Audio -> (external program) option remembers the command line argument again.
#5670 #3903 Fixed the Compressor effect sometimes corrupting audio. (Thanks, David Bailes!)
#5580 #4952 Fixed Timer Record sometimes failing to export. (Thanks, David Bailes!)
#5681 Fixed incorrect level measurements for mono tracks in Noise Gate effect. (Thanks, Steve Daulton!)
#5750 When exporting multiple files, the mono/stereo setting is now honored properly.
#5848 Fixed some effects failing when language is set to German, Korean, Dutch, Slovenian, or Turkish.
#5868 #1548 Fixed 8 and 9 inputs not working on keyboard inputs which have AltGr+8/9 mean [ and ]. (Thanks, David Bailes!)
#5858 Fixed Audacity crashing when making a stereo track using keyboard. (Thanks, Joe Souza!)
#5976 Fixed the "Set default" button not working in the metadata editor. (Thanks, dg-no-9!)
#5977 Linux: Fixed a memory leak in Wayland by explicitly running on X11. (Thanks, Takahashi, Naoki!)


Audacity 3.4.2

This is a hotfix release. It fixes the following issues:

#5568 Fix a crash when opening projects with zero-length clips.
#5032 When exporting a file, the sample rate of the tracks is now considered, and last-used sample rate is remembered.
#5555 Copy-pasting now pastes into audio again by default. This can be changed via Preferences -> Track Behavior -> Always paste audio as new clips.
#5549 Mix and render now also resets the gain for the resulting track.
#5571 Fix clips shifting to the right when effects are applied to them.
#5106 Fix clicks occurring when overdubbing a project with muted tracks.
#5533 Fix files being exported without a file extension in rare cases.
#5539 Show all sample rates possible for MP2 exports.
#5518 Fix pasting into labels.
#5543 Fix a crash when clearing loops.
#5529 Fix copying when "select all audio if selection required" is enabled.
#5598 #5552 Fix GTK detection and compilation for wxWidgets 3.2.4.
#5551 Fix Nyquist-related crashes.
#5604 Fix EQs in macros.
#5511 Fix a crash when closing Audacity.
#5476 Fix builds on armhf.


Audacity 3.4.1

This is a hotfix release. It fixes the following bugs:

#5467 Fix 24-bit recording.
#5488 Fix a crash with .aup importing.
#5471 #5483 Fix crossfading of clips and tracks.
#5473 Exporting multiple files honors sample rate settings again.
#5480 #5417 Fix crashes related to external program exports.
#5479 #5476 Fix BSD and ARM builds.
#5498 Ctrl+J is now a standard shortcut for joining clips.
#5389 Stereo tracks no longer randomly split into mono.
#5007 When exporting a file, the file extension is now always added (except for custom FFmpeg and external program exports).
#5516 Fix a crash when exporting Opus with older CPUs that don't support AVX.


Audacity 3.4.0

Audacity 3.4 adds a musical view, time stretching and a new exporter.

Major changes
Music workflows
Audacity now features several music related features, such as switching between hh:mm:ss time and Beats & Measures, and time-stretching clips to align them to a song's tempo.
Time stretching
Hold Alt (macOS: Option) while hovering over the top third of a clip edge to stretch it.
New exporter
Audacity now features a new export window with easier access to options such as sample rate and custom mapping (for 5.1 or 7.1 audio). Additionally, the "Browse" button uses the native file browser now!
Other changes
For MP3, Audacity now always uses Joint Stereo mode, which always delivers the best possible quality.
#4720 Simplified pasting logic.
Simplified stereo tracks. Left and right channels now always have synchronized clip starts and ends, and the same sample rate in both channels.
#5014 Added cursors trimming and stretching left and right, and changed the I-beam cursor to be less similar to either.
#4448 When importing audio, the project sample rate no longer changes.
#5204 The spectrogram colors are now perceptually uniform, and the colormap has gotten a name: Roseus. It also can be used for dataviz outside of Audacity, see https://github.com/dofuuz/roseus for more info! (Thanks, Myungchul Keum)
New defaults: The Time Signature toolbar now gets shown, the solo button is set to multi-track mode, time tracks have a wider starting range.
#5291 Unsquished the Audacity logo found in some places of the app.
#2330 Clicking on the border of two clips no longer merges them.
#2530 Overdubbing on Windows fails with WASAPI with default Recording device.
#443 Built-in Opus support.
Libraries
lib-time-and-pitch implements a time stretching algorithm originating in Staffpad.
Audacity now uses Conan 2.
Continued extracting code into libraries and modules, especially in the context of importing and exporting.
Bug fixes
#3778 --nogap metadata no longer is ignored.
#4410 fixed a crash with LV2 plugins (thanks jfroyall!).
#2471 #4798 fixed some crashes related to macros.
#4769 fixed a crash when pasting in certain configurations.
#4677 Accessibility: GUI can be disabled again for VST2 plugins (thanks, David Bailes!).
#4988 Accessibility: Restored window control IDs, improving NVDA compatibility (thanks again, David Bailes!).
#4872 fixed a crash on launch on OSX 10.9 (thanks, René Bertin!).


Audacity 3.3.3

This is a hotfix release. It fixes the following bugs:

* #4618 Fixed EQ not scaling properly when resizing the window.
* #4743 Fixed the audio.com upload flow


Audacity 3.3.2

This is a hotfix release. It fixes the following bugs:

#4629 Linux AppImage fails to start.
#4637 Issues with selection and time toolbars on Linux packages.
#4639 Missing duration input in generators on Linux packages.
#4646 Potentialy extreme memory usage with Jack host.
#4654 Anonymous upload to audio.com is disabled.


Audacity 3.3.1

This is a hotfix release. It fixes the following bugs:

#4600 Fixed cut lines massively inflating project size.
#4612 Fixed custom project sample rates being uneditable.
#4604 Fixed crash reporting being disabled.
#4234 Audacity now shows an error if the upload to audio.com exceeds file size limits.
#4114 Fixed an error in calculating channels when uploading to audio.com.


Audacity 3.3.0

Changes

Some of the built-in effects are now realtime capable (Bass & Treble, Distortion, Phaser, Reverb and Wahwah).
#4352 Added a new effect: Shelf Filter.
Added an initial (beta) version of Beats and Bars.
#4414 Reworked the bottom toolbar dock:
Project Sample Rate is now found in Audio Setup -> Audio Settings (formerly known as Project Rate).
The Snapping Toolbar (formerly known as Snap-To) is now independent of the Selection Toolbar.
Added a new Time Signature Toolbar (beta). It is hidden by default.
#4212 Improved Zooming behavior slightly (more to come in the future).
#4393 Added a new ruler, Linear (dB). This ruler goes from 0 dBFS to -∞ dBFS and better reflects the volume as shown in the recording/playback meters.
#3820 When copying clips between projects, you now can choose between whether to copy smart clips or just the visible portion.
#4133 Added a delete button to the Cut/Copy/Paste toolbar.
Bugfixes

#1584 Audacity no longer dithers tracks unnecessarily.
#2427 Linux playback now handles output latency better (less stutters).
#3796 The EQ effect no longer resets clip names.
#3801 Audacity no longer crashes when trying to load projects with plugins that since have been deleted.
#4417 Resampling a track no longer trims it.
Libraries

FFmpeg 6 (avformat 60) is now supported.
Moved from Breakpad to Crashpad.
Extracted various libraries from within Audacity.


Audacity 3.2.5

This is a hotfix release. It fixes the following bug:*

#4373 Fixes authorization flow for the audio.com sharing service


Audacity 3.2.4

This is a hotfix release. It fixes the following bug:

#4057 Fixed the meters not retaining size


Audacity 3.2.3

This is a patch release for Audacity 3.2. It adds ability to share audio publicly and fixes some bugs.

#3884 Audio can now be shared publicly on audio.com
#4040 Fixed the screenshot tool
#4019 Selecting audio no longer marks the project as changed
#3693 A new toolbar with cut/copy/paste buttons has been added
#3216 Plain UI for VST3 plugins no longer show MIDI CC parameters
#2620 The effects sidebar no longer can fill the entire screen


Audacity 3.2.2

This is a patch release for Audacity 3.2. It enables use of VST2 as realtime effects and fixes some bugs.

#2850 VST2 effects are now realtime capable.
Additional plugins have been added to plugins.audacityteam.org
#3696 Improved accessibility of the meters
#3769 Fixed a crash when editing some macro parameters
#3792 Fixed some play commands getting stuck in play mode
#3670 Audacity no longer quietly discards changes in realtime effects but instead asks if you want to save before quitting
#3838 Plugin scanning now lets you skip individual plugins if scanning gets stuck on them
#3980 Plugin scanning no longer produces "Audacity crashed" windows when a plugin fails validation,
and no longer shows the plugins in the macOS dock during validation
#3883 Fixed an issue with labels losing focus on macOS Ventura
Fixed various plugin-specific issues


Audacity 3.2.1

This is a patch release. It fixes some bugs and has minor improvements.

#3686 Fixed Audacity crashing on startup on some systems.
#3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track
#3699 Fixed a freeze when very quickly starting and stopping playback.
#3747 macOS: Homebrew FFmpeg installs are now found automatically
#3594 macOS: Fixed Melda VST Plugin UI
#3474 Building with VST3 support is now possible without Conan.


Audacity 3.2.0

This version adds realtime effects and VST3.

Prominent changes
Added a new Effects button to the tracks menu, allowing you to place realtime effects.
Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects
Merged the mixer bar with the meter bars.
Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu.
The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences.
Updated the icons.
Added a quick audio sharing feature.
More info can be found on https://support.audacityteam.org/basics/sharing-audio-online
Plugin changes
You can find plugins on https://plugins.audacityteam.org

VST3 effects are now supported.
The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units.
Plugins now automatically get scanned, tested and enabled when Audacity starts.
System changes
Apple Silicon (arm64) is now supported on macOS
Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load.
For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities,
but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases

FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58
Added support for Wavpack
On Linux, Audacity can now be compiled without JACK present.
Audacity now uses XDG directories on Linux.
Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them.

Switched from mad to mpg123 as MP3 importer
License update
Audacity binaries are now licensed under the GNU General Public License, Version 3.
Most code files remain GPLv2-or-later, but VST3 support required this license update.
More information can be found in the announcement post: #2142

Removals
Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead.
The Audacity Manual HTML pages are no longer included in the installation.
If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases
You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices).

Fixed bugs:
#3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns)
#2590 Fixed rare data loss bug when placing labels during recording
#2272 Fixed clip titles being able to disappear off-screen when editing them
#2162 Fixed Punch and Roll not paying tracks in sync
#1889 Fixed clip titles changing name when applying some effects
#1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead.
#2265 Fixed mod-script-pipe not being installed on Linux
#3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly.
#3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all,
now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits.


Audacity 3.1.3 is out now!

This is a patch release. It improves the following aspects:

* Improved performance. Loading in projects especially should now be up to 50x faster compared to 3.1.0. #2121 #2087 #2065 #2267
* Added snap guides when resizing clips #2066
* Added new shortcuts for looping: Shift+L for "Set Loop to Selection", Shift+Alt+L for "Clear Looping Region" #2209
* Added a new selection region indicator in the timeline (identical in function as the one found pre-3.1, but with updated visuals) #2067
* Changed error messages to look less like a crash report #2178
* Re-added the Quick Play indicator (green triangle and line) that got lost during 3.1.0 development #2122
* Fixed Play-at-speed not updating the playback speed dynamically #2149
* Fixed looping regions being created unintentionally when attempting to use Timeline Quick Play #2182
* Fixed looping sometimes playing the wrong audio #2103
* Fixed a bug that could cause data-loss when joining multiple clips #2226
* Fixed scrub preview visibility #2294
* Fixed a bug when trying to locate FFMPEG manually #2282
* Fixed a glitch with Loop Playback #2314
* Fixed a crash and a macOS-specific bug when renaming sync-locked clips using a dialog box. #2199, #2198
* Fixed a crash when releasing a clip handle #2147
* Fixed a freeze when closing Audacity with the logging window open #2114
* Fixed a crash when loading a saved project using certain compilers #2216
* Fixed a crash on paste after running macros #2021
* Fixed a crash when cancelling a nyquist prompt #223


Audacity 3.1.2 is out now!

This is a hotfix release. It fixes the following bugs:*
Fixed UTF8 support in clip titles #2135*
Fixed data loss when joining clips #2123*
Fixed a crash with exporting resampled tracks #2136*
Fixed a crash when opening projects with very small double values #2128


Audacity 3.1.1 is out now!

This is a hotfix release. It fixes the following bugs:
* Fixed FFMPEG imports only importing the left channel #2046
* Improved Audacity's performance when many clips are present
* Fixed a crash with detach at silences #2072
* Fixed clip name corruption when applying effects to adjacent clips #1889
* Fixed a crash with the time shift commands #2061
* Fixed custom themes not working #2043

Other than that, this release is identical to Audacity 3.1.0


Audacity 3.1 is out now!

We’re happy to announce that Audacity 3.1 has been released. This release focuses on making audio editing easier. The key improvements are:

Added clip handle bars, allowing you to move audio clips around more easily
Added smart clips, a way to non-destructively trim clips
Reworked the looping feature.


Audacity 3.0.5 was released

Changes and improvements since previous version
Audacity 3.0.5 replaces all previous macOS versions.

This is a hotfix release that fixes a bug on macOS that could corrupt project files when being opened via cmd+o on languages where the decimal separator wasn't a dot.

Other than that, this release is identical to Version 3.0.3.


Audacity 3.0.4 was released on 24 Aug 2021.

This is a hotfix release that fixes a bug with envelope points, which could multiply uncontrollably and cause Audacity to crash. In particular:

#1476: Envelope points are multiplied when using Filter Curve EQ or Graphic EQ
#1477: Filter Curve EQ will crash if there is an envelope point outside of the selection
This fix re-introduces an earlier, but way less destructive bug:

bugzilla 208 / #1500: Some effects delete Envelope Control Points, or do not move them when timeline changes
Other than that, this release is identical to Version 3.0.3.


3.0.3

Changes since version 3.0.2:

Display of Track Name
A new command has been added to the View menu, View > Track Name (on / off).

When this is enabled the audio track name is displayed superimposed translucently at top left of all audio tracks.

Note that the track name is always shown in the Track Control Panel but will be truncated if the name is too long to fit.

View Menu Show Track Name.png
This has the same effect as the setting for Show track name as overlay in Tracks Preferences.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_3.0.3
Key improvements:

Windows version is now 64-bit
Improved default spectrogram colors
We now provide an official binary for Linux in the form of an AppImage
Bugs fixing

See also: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.3


3.0.2

Changes since version 3.0.0:

Improvements

* More information to help Audacity developers is now provided
with most error reports.
* Manage Macros dialog is now clearer about how to save and
close the dialog, thanks to changes in buttons.
* In MP3 export we removed a legacy option for a slower encoding
that is no better than the faster one.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_3.0.2


Bug Fixes

Over 30 bugs in 3.0.0 fixed, including:

* 2676 - Export: Incorrect handling over 0 dB
* 2692 - Mac: VI users get trapped in radio buttons of Keyboard Preferences
* 2694 - Coloring of tracks in Mixer Board are awry
* 2696 - Metadata Editor: changed size is not remembered/restored on next use
* 2697 - Linux: AUP3 projects use incorrect char size on "differently"
configured wxWidgets
* 2698 - Noise Gate fails silently if "hold" is non-zero
* 2699 - Windows: Cannot edit labels with emoji in them correctly
* 2701 - Progress dialog interferes with scripting
* 2703 - Mac: EGAT preview dialog is hidden behind the EGAT dialog
* 2704 - Mac: Stop button in EGATs with Preview does nor stop the preview
* 2706 - Win: Vocal Reduction and Isolation most options fail
* 2707 - Opened projects not being removed from "audacity.cfg"
* 2708 - Nyquist effects fail silently with One hour plus stereo
* 2709 - Mac: Missing sub-menu check marks in French
* 2710 - Compressor with audio before T=0 crashes Audacity
* 2714 - (Japanese & Korean) "Unable to parse project information"
* 2716 - Cleared "Recent Files" are restored on next launch
* 2718 - Failed to execute a project file command (on server)
* 2720 - Cannot open project that's in a read only folder - error message vague
* 2722 - Noise Gate fails on a one hour stereo selection

See also: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.2


3.0.0

Changes since version 2.4.2:

Improvements

* Audacity now uses 'aup3' format, with all audio in one file, rather than the previous 'pile of file' format. We are using the SQLite library to manageis the contents of this file. Too many users were previously getting caught out by copying part of the project only, when backing up.
* 'Backup Project' command replaces 'Save Lossless Copy of Project' and 'Save Compressed Copy of Project'
* Added Corsican and Marathi languages.
* 'Label Sounds' replaces 'Sound Finder' and 'Silence Finder'.
* Added Import and Export of Macros.
* Added Attack, Hold and Delay times to Noise Gate.
* Added Multi-View option to Track Preferences
* Added hidden (bindable to shortcuts) commands for repeating last generator, analyzer or tool. Previously only most recent effect could be repeated.
* Upgraded Nyquist to 3.16

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_3.0.0


Bug Fixes

Over 160 bugs in 2.4.2 fixed, including:

* 208 - Some effects (including equalization effects) delete Envelope Control Points, or do not move them when timeline changes
* 2367 - Change Pitch effect may create spurious clip at end
* 2492 - Linux: Crash when applying or previewing Sliding Stretch effect on stereo track
* 2544 - "Editing a clip can move other clips" turned off can cause corruption when copying and pasting audio
* 2630 - A project saved with an imported MP3 with Unicode metadata cannot be opened
* 2656 - Cannot horizontal scroll when paused in Play-at-Speed
* 2669 - Win: Save As can be used to overwrite the existing project without warning
* 1300 - Mac: COMMAND + V paste limitations in standard file save dialogs
* 1579 - Mac: Cut/Copy from file save dialogs using shortcuts does not work
* 2187 - No error/warning message when using a missing aliased audio file
* 2296 - There is no Import or Export for Macros
* 2464 - Cannot drag just the selected audio and label with Time Shift Tool
* 2437 - Mac: "Open with" fails when Audacity is running
* 2473 - Linux: Numbers on meters have opaque backgrounds
* 2487 - Playback meters do not respond during preview of non-real-time effects
* 2491 - Reset Configuration does not reset Extended Import preferences
* 2509 - Filter curve and Graphic EQ help links are broken in release version
* 2527 - Reset Configuration does not reset Project rate or selection timers
* 2573 - High / Low Pass filters limited to ~94 mins stereo at 44100 Hz
* 2581 - Inconsistent behavior when pasting and not enough room
* 2593 - Play-at-Speed does not play unless you have used normal Play first
* 2616 - Labelled Audio Cut and Delete disabled by Sync-Lock

See also: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.0


2.4.2

Changes since version 2.4.1:

Improvements

* Audacity is now built with (our version of) the wx3.1.3 library.
Previously we used wx3.1.1.
* We added a command 'Reset Configuration' to reset to default
settings.
* MP3 Audio is now exported without padding.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.4.2

Bug Fixes

Over 30 bugs in 2.4.1 fixed, including:

* 2442 - Windows: Crash when importing (or editing) to a disk
with insufficient disk space available
* 2471 - Mix Stereo down to Mono fails if space at start of track.
* 2439 - Mix and Render to New Track selects left channel of new
stereo track

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.4.2


2.4.1

Changes since version 2.3.3:

Critical Bug Fix:
* Audacity 2.4.0 was released with a critical bug, (Bug 2436), which is
fixed in 2.4.1. The bug caused loss of data when using two projects
at the same time.

Improvements

* Audacity now runs on Mac Catalina.
* A new Time Toolbar showing current record/playback time has been
split from the Selection Toolbar. It can be resized large.
* Presets for more effects can be imported and exported.
* A new Multi-View mode for tracks. In this mode both
spectrogram and waveform views are shown at the same time.
* Opus available as a new audio export format on Windows and Linux.
* Easier to convert labels between point labels and range labels.
* New Loudness Normalization effect.
* New RMS measurement analyzer.
* New Noise Gate effect.
* New Spectral Delete effect.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.4.0


Bug Fixes

Over 100 bugs in 2.3.3 fixed, including:

* 2237 - Equalization effects have no Import or Export for curves
* 2261 - Graphic EQ sliders have no frequency labels
* 2265 - Track heights are reset to default on project re-opening
* 2303 - Playback does not start at the saved cursor position on reopening a saved project.
* 2314 - Zoom in fail when playing


See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.4.0


2.4.0

Changes since version 2.3.3:

Improvements

* Audacity now runs on Mac Catalina.
* A new Time Toolbar showing current record/playback time has been
split from the Selection Toolbar. It can be resized large.
* Presets for more effects can be imported and exported.
* A new Multi-View mode for tracks. In this mode both
spectrogram and waveform views are shown at the same time.
* Opus available as a new audio export format on Windows and Linux.
* Easier to convert labels between point labels and range labels.
* New Loudness Normalization effect.
* New RMS measurement analyzer.
* New Noise Gate effect.
* New Spectral Delete effect.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.4.0

Bug Fixes

Over 100 bugs in 2.3.3 fixed, including:

* 2237 - Equalization effects have no Import or Export for curves
* 2261 - Graphic EQ sliders have no frequency labels
* 2265 - Track heights are reset to default on project re-opening
* 2303 - Playback does not start at the saved cursor position on reopening a saved project.
* 2314 - Zoom in fail when playing

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.4.0


2.3.3

Changes since version 2.3.2:

Improvements

* Equalization effect now split into two effects, Filter Curve and Graphic EQ.
* Presets (using manage button) now active/working.
* Can now have two points at same frequency for steep steps.
* 'What you hear is what you get' for exports. Formerly the solo button
preferences could lead to differences in which tracks were exported.
* Leading silence (blank space) not skipped over in exports.
* Quality setting on AAC/M4A exports.
* Some confusing functionality removed (better achieved in other ways)
* Removed Nyquist Workbench (use built-in nyquist features)
* Removed Vocal Remover (use Vocal Reduction)
* Removed On-Demand aliased files (copy files instead)
* Removed 'Normalize on Load' (Normalize as needed on export, instead)

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.3


Bug Fixes

Over 150 bugs in 2.3.2 fixed, including:

* 2112 - Crash when opening Equalization settings in a Macro
* 2127 - Crash deleting a track while in Record/Pause state
* 2176 - Crash when attempting to time shift multiple tracks
* 2141 - Tabbing between labels stopped working
* 2200 - Refusal to export some large (4GB) files on size grounds

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.3


2.3.3 RC3

Changes since version 2.3.2:

Improvements

* Equalization effect now split into two effects, Filter Curve and Graphic EQ.
* Presets (using manage button) now active/working.
* Can now have two points at same frequency for steep steps.
* 'What you hear is what you get' for exports. Formerly the solo button
preferences could lead to differences in which tracks were exported.
* Leading silence (blank space) not skipped over in exports.
* Quality setting on AAC/M4A exports.
* Some confusing functionality removed (better achieved in other ways)
* Removed Nyquist Workbench (use built-in nyquist features)
* Removed Vocal Remover (use Vocal Reduction)
* Removed On-Demand aliased files (copy files instead)
* Removed 'Normalize on Load' (Normalize as needed on export, instead)

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.3

Bug Fixes

Over 150 bugs in 2.3.2 fixed, including:

* 2112 - Crash when opening Equalization settings in a Macro
* 2127 - Crash deleting a track while in Record/Pause state
* 2176 - Crash when attempting to time shift multiple tracks
* 2141 - Tabbing between labels stopped working
* 2200 - Refusal to export some large (4GB) files on size grounds

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.3


2.3.2

Changes since version 2.3.1:

Improvements

* Audacity now includes the LAME mp3 encoder. Previously, due to now expired patents, you had to download it separately.
* There is a new 'Select' button in the track panel to select the whole track.
* Audacity mod-script-pipe for driving Audacity from Python now comes with Audacity and can be enabled via preferences.
* Options and preferences:
* Type to Create a Label is now off by default.
* A plug-in installer for Nyquist now provides a file browser for selecting '.NY' files to install.


See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.1


Bug Fixes

Over 20 bugs in 2.3.1 fixed, including:

* Audacity 2.3.1 would crash if append-recording to a collapsed track.
* Many accessibility bugs on macOS fixed

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.2


2.3.2 RC

Changes since version 2.3.1:

Improvements

* Audacity now includes the LAME mp3 encoder. Previously, due to now expired
patents, you had to download it separately.
* There is a new 'Select' button in the track panel to select the whole
track.
* Audacity mod-script-pipe for driving Audacity from Python now comes with
Audacity and can be enabled via preferences.
* Options and preferences:
* Type to Create a Label is now off by default.
* A plug-in installer for Nyquist now provides a file browser for
selecting '.NY' files to install.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.2

Bug Fixes

Over 20 bugs in 2.3.1 fixed, including:

* Audacity 2.3.1 would crash if append-recording to a collapsed track.
* Many accessibility bugs on macOS fixed

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.2


2.3.1

Changes since version 2.3.0:

Improvements

* Audacity now supports 64 bit Mac.
* Options and preferences:
* Microfades are now an opt-in feature. They were always on in 2.3.0.
* The advanced vertical zooming option is now available in the View->Zoom
menu.
* Regular interval labels now support range labels.

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.1


Bug Fixes

Over 20 bugs in 2.3.0 fixed, including:

* A crashing bug on Linux that made Audacity 2.3.0. unsuitable for Linux.
* Crash on Mac when right clicking on label.
* Problems with Change Pitch, including not remembering parameter values.

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1


2.3.0

Changes since version 2.2.2:

Improvements

* New feature - "Punch and Roll Recording".
* Pinned-play-head can now be repositioned by dragging
* Play-at-Speed now can be adjusted whilst playing.
* Toolbars controlling volume and speed can now be resized for greater precision
* Macros (formerly 'Chains') substantially extended
* New Macro palette
* Macros can be bound to keyboard keys
* New commands
* New 'Tools' menu
* New 'Scriptables' commands
* Nyquist gains AUD-DO command
* Nyquist effects are now translatable and translated
* More dialogs have help buttons now
* Increased legibility of trackname display
* Half-wave option for collapsed tracks
* Sliding Stretch
* Dialog (option) for entering labels

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.0

Bug Fixes

Over 90 bugs in 2.2.2 fixed, including:

* Windows: Queen Mary 1.7.1 Vamp plug-ins crash Audacity on opening Plug-in Manager - bug #1244
* Inconsistent behavior when recording with a selection defined - bug #1839
* Ctrl + M does not open label for editing - bug #1852
* Vertical Zoom in by clicking in the vertical Scale, or context menu, in waveform views is inconsistent - bug #1810
* Deletion of all tracks cannot be undone - bug #1845
* Timer Record with a selection present can get a truncated recording with data loss - bug #1851
* Duplicate shortcuts can be created - bug #1786
* Labels longer than 260 characters are now supported - bug #1905
* Using Spectrogram Settings in TCP or using Preferences causes Audacity to reset Project Rate to default rate in Quality Preferences - bug #1977
* Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview - bug #231

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0

-------------------------------------------------------------------------------

3. Known Issues in 2.3.0:

For known issues in 2.3.0 please see:
https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0/Issues


2.3.0 RC3

Changes since version 2.2.2:

Improvements

* New feature - "Punch and Roll Recording".
* Pinned-play-head can now be repositioned by dragging
* Play-at-Speed now can be adjusted whilst playing.
* Toolbars controlling volume and speed can now be resized for greater precision
* Macros (formerly 'Chains') substantially extended
* New Macro palette
* Macros can be bound to keyboard keys
* New commands
* New 'Tools' menu
* New 'Scriptables' commands
* Nyquist gains AUD-DO command
* Nyquist effects are now translatable and translated
* More dialogs have help buttons now
* Increased legibility of trackname display
* Half-wave option for collapsed tracks
* Sliding Stretch
* Dialog (option) for entering labels

See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.3.0

Bug Fixes

Over 90 bugs in 2.2.2 fixed, including:

* Windows: Queen Mary 1.7.1 Vamp plug-ins crash Audacity on opening Plug-in Manager - bug #1244
* Inconsistent behavior when recording with a selection defined - bug #1839
* Ctrl + M does not open label for editing - bug #1852
* Vertical Zoom in by clicking in the vertical Scale, or context menu, in waveform views is inconsistent - bug #1810
* Deletion of all tracks cannot be undone - bug #1845
* Timer Record with a selection present can get a truncated recording with data loss - bug #1851
* Duplicate shortcuts can be created - bug #1786
* Labels longer than 260 characters are now supported - bug #1905
* Using Spectrogram Settings in TCP or using Preferences causes Audacity to reset Project Rate to default rate in Quality Preferences - bug #1977
* Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview - bug #231

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.0


2.2.2

Changes since version 2.2.1:

Improvements

* Dropout detection Dropout detection is controlled from a setting in Recording Preferences called "Detect dropouts". When this setting is "on" (default setting) Audacity will detect dropouts (brief gaps in the recording) and will insert zeroes into the recording to keep the other good parts synchronized. These silent spans will make the dropouts more obvious, but keep the duration of the recording correct. When recording stops, a Warning message box alerts the user and a label track, called "Dropouts", is added showing the lost parts, labeled with consecutive numbers.
* Improved horizontal zooming For this release we have improved the way zooming using your mouse wheel works and provided a new Zoom Toggle function.
* Improved vertical zooming We have added a context menu to the vertical scale to control vertical zooming Previous vertical zooming methods (left-click in the vertical ruler, left-drag in the vertical ruler) remain available by selecting "Advanced Vertical Zooming" in Track Behaviors Preferences.
* "Extra" menu The "Ext-Bar" and "Ext-Command" menus have been consolidated into the "Extra" menu.
* Theme tweaks The appearance and/or contrast of a few icons has been improved.
* Easier access to changing key bindings for shortcuts For menu commands that are enabled (not grayed-out) if you hold the Shift key and click on the sub-menu item, instead of executing the command the Keyboard Preferences pop open at the chosen command. You can then change that (or any other) shortcut binding.
* Language selection in Preferences Interface Preferences has been upgraded so when selecting languages the proper spelling of these languages is shown with accented and special characters.

Bug Fixes
* Multiple use of "Save As" to the existing open project can result in data corruption/loss
* Crash undoing during record, using Discard button of History window
* Exporting audio in compressed formats to device with insufficient space produces inconsistent/truncated results
* In Export Multiple, Cancel does not remove the file that is in progress when Cancel is chosen
* Unicode page encodings fixed ( °  °)
* Crash using SBSMS pitch change at low sample rate
* (Mac) Equalization: "Telephone" curve displays a flat line, no sound on Preview
* Toolbars: open undocked if previously not shown, unless Reset Toolbars first
* Analysis effects that create labels should give focus to label track
* Control value may be out of range when using FloatingPointValidator
* Analysis effects produce false indication that a label is open for editing
* Import Uncompressed File Dialog Incorrect Reference to Menu Item
* Wave Color not grayed out in TCP dropdown menu when in Spectrogram view
* Hover indication on note track channel toggle appears on all tracks (when they rerender)
* Installer has old logo for 2.2.1 and 2.2.0

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.2.2
and: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.2.2


2.2.2 RC1

Changes since version 2.2.1:

Improvements

* Dropout detection Dropout detection is controlled from a setting in Recording Preferences called "Detect dropouts". When this setting is "on" (default setting) Audacity will detect dropouts (brief gaps in the recording) and will insert zeroes into the recording to keep the other good parts synchronized. These silent spans will make the dropouts more obvious, but keep the duration of the recording correct. When recording stops, a Warning message box alerts the user and a label track, called "Dropouts", is added showing the lost parts, labeled with consecutive numbers.
* Improved horizontal zooming For this release we have improved the way zooming using your mouse wheel works and provided a new Zoom Toggle function.
* Improved vertical zooming We have added a context menu to the vertical scale to control vertical zooming Previous vertical zooming methods (left-click in the vertical ruler, left-drag in the vertical ruler) remain available by selecting "Advanced Vertical Zooming" in Track Behaviors Preferences.
* "Extra" menu The "Ext-Bar" and "Ext-Command" menus have been consolidated into the "Extra" menu.
* Theme tweaks The appearance and/or contrast of a few icons has been improved.
* Easier access to changing key bindings for shortcuts For menu commands that are enabled (not grayed-out) if you hold the Shift key and click on the sub-menu item, instead of executing the command the Keyboard Preferences pop open at the chosen command. You can then change that (or any other) shortcut binding.
* Language selection in Preferences Interface Preferences has been upgraded so when selecting languages the proper spelling of these languages is shown with accented and special characters.

Bug Fixes
* Multiple use of "Save As" to the existing open project can result in data corruption/loss
* Crash undoing during record, using Discard button of History window
* Exporting audio in compressed formats to device with insufficient space produces inconsistent/truncated results
* In Export Multiple, Cancel does not remove the file that is in progress when Cancel is chosen
* Unicode page encodings fixed ( °  °)
* Crash using SBSMS pitch change at low sample rate
* (Mac) Equalization: "Telephone" curve displays a flat line, no sound on Preview
* Toolbars: open undocked if previously not shown, unless Reset Toolbars first
* Analysis effects that create labels should give focus to label track
* Control value may be out of range when using FloatingPointValidator
* Analysis effects produce false indication that a label is open for editing
* Import Uncompressed File Dialog Incorrect Reference to Menu Item
* Wave Color not grayed out in TCP dropdown menu when in Spectrogram view
* Hover indication on note track channel toggle appears on all tracks (when they rerender)
* Installer has old logo for 2.2.1 and 2.2.0

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.2.2
and: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.2.2


2.2.1

Changes since version 2.2.0:

Improvements

* Waveform colorways
You can optionally change the colorway of the waveforms displayed in your project.
The setting is per track and not per project so you can have multiple colorways
in the same project.
* "Save Other" reverts to "Export" in the File menu
When we made the menu changes for 2.2.0 we introduced an entry into the File menu
called "Save Other" which led to a sub-menu for exporting various audio formats.
Many users were confused by this change and found it hard to find where they could
export audio from. So for 2.2.1 we have changed that menu entry to be File > Export.

Bug Fixes

* Release 2.2.1 is mainly a maintenance release.
Soon after the release of 2.2.0 we discovered some problematical bugs in Audacity:
Bug #1767 - Opening a second project from Mac's Finder produces a second
inaccessible instance of Audacity
Bug #1770 - Crash applying certain chain files
Bug #1783 - Preview fails when selection extends before zero
Bug #1787 - Auto-scroll stopped working in 2.2.0
Bug #1765 - Using File > Open to import audio gives wrong zoom level
and no scroll bar slider

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.2.1


2.2.0

Changes since version 2.1.3:

Improvements

* Four Selectable themes provided, with new 'Light' theme as default, plus option to customize
* Many menu changes:
* Menus Reorganized
* Extended menu bar provided
* New keyboard commands for working with clips
* Help buttons ? in Preferences, Effects, Generators and Analyzers - and other places
* Non-Graying out of effects when no selection (and explanatory dialog with help button)
* Playback of MIDI (and Allegro) files imported into Note Tracks is now available.
* 'Center' option in Selection Toolbar
* Stem plots
* Major overhaul to documentation/manual including many new images and streamlined text on landing pages for in-program help.

Other Changes

* Append-record is now the default (use Shift + Record for old behavior,
to record on a new track)
* The Esc key now cancels all click-and-drag actions. It also chooses among overlapping mouse click targets, which is especially useful in the Multi-Tool.
* Sync-Lock button removed (use menu item or keyboard shortcut instead)
* New preferences and preference pages
* Overhaul of much code:
* Overhaul of envelope handling code to deal with some anomalies
* Overhaul of exception handling for greater safety
* New Logo

Bug Fixes

* Major work on bug fixing. 198 bugs that were in 2.1.3 were fixed for 2.2.0.
* The most serious bug fixed this time round was bug 437 which was about what happens when Audacity is recording and runs out of storage.
* Most of the bugs fixed were more minor, such as bug 463 which was about a case in which the numbering on the timeline could display
incorrect times.

See also: https://wiki.audacityteam.org/wiki/Release_Notes_2.2.0


Changes since version 2.1.2:

Changes and Improvements:

* Interface:
* (macOS) Support for horizontal scroll on Magic Mouse / Trackpad and for Trackpad pinch/expand zoom gesture.
* Pinned option on waveform so waveform moves and recording/playing head stays still.
* Timer Record options to save/export/exit after recording.
* Scrub Ruler and optional Scrub Toolbar.
* New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without editing).

* Effects:
* Effects no longer grayed out when paused.
* New Distortion effect (replaces Leveller).
* SBSMS (higher quality but slower) option on Change Tempo / Change Pitch effects.
* New Rhythm Track generator (replaces Click Track).
* New Generator for Sample Data Import.
* Nyquist effects now significantly faster.

* Other Changes:
* Upgraded the PortAudio library to v19 rev r1966. This gives Audacity Windows 10 support.
* (macOS) Audacity.app now has its resources inside it rather than in a separate folder, so installation to /Applications/ is cleaner.
* (macOS) Audacity 2.1.3 provides partial support for Sierra. Details at http://wiki.audacityteam.org/wiki/Partial_Support_for_Mac_Sierra_in_2.1.3


Changes since version 2.1.1:

Changes and Improvements:

* Interface:
* Spectrogram settings are now available per track.
* Clearer (sharper) display of pitch (EAC).
* New 'Spectral Reassignment' option in spectrogram. Good for vocal work.

* Other Changes:
* Upgraded the wxWidgets library from wx 2.8.12 to wx 3.0.2. This is the main change in this release.

Bug fixes:

* Crashes
* Crash using 'space' in Selection toolbar context menu fixed.
* Crash setting equalization effect parameters in chains fixed.
* Crash when pressing both mouse buttons over toolbar buttons fixed.
* (Rare) crash or freeze in sound activated recording fixed.
* (Rare) crash on using plot spectrum for first time fixed.

* Interface
* Equalization effect settings are now saved.
* Oversized Export Options window (FFmpeg) now OK on smaller screens
* FLAC import/export fast again.
* Can now set undefined frequency in Spectral Selection bar.
* Imported presets on custom FFmpeg export fixed.
* Text input boxes working with VAMP
* Keyboard playback commands now work again.
* Import Raw Data now works when in Polish language.

* Mac OS X
* Mouse preference bindings now show 'command', not 'ctrl'


Changes since version 2.1.0:

Changes and Improvements:

* Effects:
* Built in effects now support presets.
* New Limiter effect replaces Hard Limiter effect.
* New Crossfade Clips effect to apply a simple crossfade to a selected pair of clips in a single audio track.
* Can now add/remove effects from Generate and Effects menus.
* New version of Vocal Removal Effect.
* Classic Filters' now included as an opt-in effect.

* Interface:
* Much faster editing with larger projects, thanks to a faster method for storing the autosave recovery file.
* Performance improvements for Draw Tool and zooming of Spectrogram views.
* Zero-padding Spectrograms Preference smooths the image for short window sizes.
* Scrubbing and Seeking, including backwards play.
* Quick-Play from Timeline enhancements, particularly for looping.
* (Windows) Language of Audacity user interface is now set in installer.
* More VI usability enhancements for track focus & navigation.

* Other Changes:
* Upgraded to Nyquist 3.0.9 and libflac 1.3.1.
* Upgraded LV2 libs, LV2 GUIs on Linux, LV2 factory Presets.
* Crash report integration.
* Modules can be enabled in Preferences. Mod-nyq-bench available as an experimental module (but not in the default download).

Bug fixes:

* Crashes
* Crash using Undo while dragging sample points
* Crash using File > Close on project window when Screenshot Tools was open.
* FFmpeg Custom Export: Crashes importing presets.
* (OS X) Crash closing Track Gain or Pan adjustment box.
* (OS X) Crash closing project window between save project dialogues
* (Linux) TAL VST (but not other VST's) crashed if previewing built-in effect
* (Linux) SPACE could not be used/could crash in context menus that have a checkbox.

* Interface
* LV2 effects did not use parameters when using Chains.
* Built in Generators were not usable in Chains.
* Plot Spectrum could not change values without losing focus.
* Track dropdown menu settings could affect other tracks.
* Slight mismatch of vertical scale with linear spectrogram view.
* RTP effect Play/Stop button remained deactivated after built-in preview ended.
* Contrast: "Move forward or backward through active windows" did not refocus Contrast.
* LADSPA and LV2 generate plug-ins failed when white space selected.

* Mac OS X
* Confusing behaviour importing / exporting AU presets. In particular, Apple Audio Units silently applied an imported preset.


Changes since version 2.0.6:

Changes and Improvements:

* Effects:
* LADSPA, VST and Audio Unit (OS X) effects now support real-time preview, save/load of user presets and saving effect settings across sessions. Note: Real-time preview does not yet support latency compensation.
* VST effects now support import/export of FXB preset banks.
* Shell VST effects that host multiple plugins are now supported.
* All Effect Menu items (built-in or plugin) can now be used in a Chain.
* Items in the Effect, Generate or Analyze Menus can be sorted or grouped by name, publisher or class of effect.
* Noise Removal is improved and renamed to "Noise Reduction".
* Change Speed has new time controls for current and new length. You can now enter the speed change as a multiplier e.g. "2" is twice as fast.
* New "Crossfade Tracks" effect can be used for crossfading two tracks. This replaces Cross Fade In and Cross Fade Out.
* Nyquist Prompt and most shipped Nyquist effects now have Preview button.

* Interface:
* Redesigned Meter Toolbars: The default shows separate Record and Playback Meters, half-height so they can be wider while docked, in gradient style.
* A frequency selection can now be made (and spectral edit effects applied to those frequencies) when in a spectrogram view. You can also create or adjust frequency selections in a new "Spectral Selection Toolbar" (available at View > Toolbars).
* Transcription Toolbar (Play-at-speed) can now loop play and cut-preview.
* Timer Record now saves recordings automatically into an existing project.
* New Armenian translation.

* Operating system and sound device support:
* (Windows) Audacity 2.1.0 requires Windows XP SP3 (32-bit) or XP SP2 (64-bit), Vista, Windows 7, Windows 8 or 8.1.
* (Windows) Audacity is now compiled using Visual Studio 2013.
* (Windows) Recording with WASAPI host now includes experimental support for physical inputs (up to 24-bit depth) as well as loopback recording.
* (OS X) 10.10 (Yosemite) is now supported including Apple Audio Units.
* Please report any issues with WASAPI recording/playback or Yosemite to http://audacity.sourceforge.net/contact/#feedback .
* (Linux Ubuntu) Under Unity, keyboard shortcuts are not visible in the Audacity menus. Keyboard shortcuts are visible if you install the classic GNOME Flashback interface or under Unity if you open Audacity with the UBUNTU_MENUPROXY=0 environment variable. Audacity compiled from source will ship with src/audacity.desktop.in set to UBUNTU_MENUPROXY=0 but it will remain up to distributions to use this desktop file.

Bug fixes:

* Interface:
* Typing "j" or "k" in a label track activated the "move cursor" shortcut.
* Spectrogram log (f) view displayed incorrectly until vertically zoomed.
* Fixed crash after zooming out on vertical scale beyond +/-1.0.
* Selections made with Selection Toolbar were not restored after Undo.
* Undo could fail silently if a selection included/touched a clip boundary.

* Imports and Exports
* If there were invalid FFmpeg libs in system PATH this prevented Audacity recognising the installed FFmpeg or the FFmpeg specified in audacity.cfg.

* Mac OS X:
* Fix uninitialized buffer - this should correct playback buzz or crackle where the upper of multiple tracks started with or contained white space.
* Device names were corrupted when using system language other than English.
* Fixed crashes using (external program).
* Waves v9 Audio Units should now work correctly.

* GNU/Linux:
* Fix "Audacity already running" error when using the command-line or context menu to open multiple or further files.
* Fix segfault exporting an FFmpeg format to an unwritable folder.
* Fix silent failure exporting FFmpeg, MP2 or OGG to an unwritable folder.
* Fix ENTER activated an effect when OK button was greyed out.

* Addendum:
* The previous Audacity 2.0.6 version fixed an issue that projects did not reopen correctly if they contained tracks having 2^31 samples or greater of audio (just over 13.5 hours at 44100 Hz).


Changes since version 2.0.5

Improvements

Interface:
Redesigned, searchable Keyboard Preferences with Tree, Name and Key views.
Edit Menu: "Cut" and "Delete" are now in the top level of the menu.
Transport Menu now includes "Play/Stop" and "Play/Stop and Set Cursor" (use Keyboard Preferences to create shortcuts for "Play" and "Stop").
Tracks Menu now includes "Mix and Render to New Track".
Track Drop-Down Menu now has Move Track To Top and Move Track To Bottom.
New right-click menu choice "Delete Label" to remove single labels.
"Snap To" now offers choice of snap to the "closest" or "prior" position. Note: the previous "Snap To On" keyboard shortcut will no longer work.
"Snap To" settings are now independent for each project.
Effects:
Truncate Silence: redesigned with simpler option "Truncate Detected Silence" to shorten to the specified length without compressing silence.
VST effects: New "Settings" dialog lets you specify buffer size (for faster processing) and enable buffer delay compensation (to prevent inserted silence). Compensation may cause a crash in a few plug-ins.
VST effects now support standard FXP presets.
LV2 effects are now supported on all platforms (textual interface only).
Import or export using FFmpeg now requires FFmpeg 1.2 or later (or libav 0.8 or later). For recommended downloads of recent FFmpeg please visit http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown.
New Tamil translation (largely complete).
(Windows) FLAC exports can now exceed 2 GB in size.
(OS X) Easier Audacity installation using the DMG: drag the Audacity folder to the /Applications shortcut.
(Linux) Self-compiled builds of Audacity now search for system LADSPA effects in /usr/lib/ladspa.

Bug Fixes

Interface:
Region Restore did not restore the region after using Preferences.
Dragging selections with the keyboard or Selection Toolbar digits was very slow.
(Windows) Help > About Audacity crashed when run in Magyar language.
(OS X) Some full and reduced Menu Bar items were not translated.
(OS X and Linux) Fixed various interface crashes.
Effects:
Reverb and Paulstretch were missing from Chains.
Analyze > Contrast could report very inaccurate rms levels.
Noise Removal: Attack and decay times were half as long as set.
(OS X and Linux) Nyquist effects ran much more slowly than on Windows.
Click or drag on the Timeline after Loop Play continued to loop.
Transcription Toolbar did not play slower than 0.1x speed.
(Linux) Audacity did not build if python 2 was not available.


Changes since version 2.0.4:

Bug fixes for:

* Shaped dither was corrupted and too loud on all stereo exports except FLAC.

* Keyboard Preferences: some Edit and Align commands for different sub-menus showed the same name.

* Recordings stopped with "Stop and Set Cursor" shortcut could not be undone.

* In locales that use comma for decimal separator: * Text boxes with slider in Nyquist effects only produced whole numbers when using comma to enter a fractional number. Text boxes without slider still have this problem. * Built-in generators produced silence after running a Nyquist effect.

* (Windows) When first changing to Windows WASAPI host, the input volume slider in Mixer Toolbar was enabled when it should have been permanently disabled.

* (Windows) On some machines, launching Audacity then recording from the current Device Toolbar input would not record until the input was reselected.

* (OS X) Frequent crashes occurred on importing audio files on some machines.

* (OS X) Files did not open using Finder "Open with", double-clicking the file or dragging the file to the Audacity icon.

* (Linux 64-bit) Fixed a crash when using Equalization.

* (Linux) It was not possible to open an effect or other dialog then navigate through the dialog using TAB.

* (Linux) The Play shortcut did not play a read-directly WAV, AIFF or FLAC import if the warning for importing uncompressed files appeared.

Changes and Improvements:

* Tracks Menu:
* The separate commands that aligned track start or end with the cursor or with selection start are combined into "Cursor/Selection Start" commands.
* "Align and Move Cursor" renamed to "Move Selection when Aligning".

* Label Tracks:
* Labels Editor now allows empty labels to be saved on closing the editor.
* TAB and SHIFT+TAB when the label track has focus now always move forwards or backwards respectively to the nearest label.

* (Windows) On a very few machines, the Windows WDM-KS low latency audio host introduced in Audacity 2.0.4 caused Audacity to hang or the computer to crash. WDM-KS has been removed from 2.0.5 until it can be safely enabled.

* (Windows and OS X) Screen reader improvements for Install VST Effects dialog.

* (OS X) Audio Unit plug-ins detected by Audacity on launch are now not loaded until chosen from the Effect menu. This should speed up launch and avoid crashes at launch due to misbehaving Audio Units.

* (Linux) Update to PortAudio r1910 fixes memory and other bugs under ALSA.

* (Linux) Applied fix for wxGTK 2.8.12 bug which resulted in loss of Audacity's menu bar (or visual corruption under Unity) on Debian-based systems.


Changes since version 2.0.3:

Bug fixes for:

* Keyboard Preferences: Shortcuts for Generators, Effects and Analyzers were not exported. All imported shortcut changes were discarded.
* Equalization curves were corrupted in Graphic EQ mode after switching to/from Draw Curves or afterrunning the effect then reopening it.
* Change Pitch displayed corrupted values when reducing pitch or editing "from" Frequency. Detection was very inaccurate at high sample rates.
* Bass Boost no longer clips if the track contains 32-bit audio.
* Auto Duck was excessively slow on older machines.
* (Windows) Exported MP3 comments tags were not seen by Windows programs.
* (Windows and OS X) Audacity crashed if you used system quit before file import was complete.
* (Linux) Equalization crashed Audacity if the XML file was corrupted.
* (Linux) When configuring effect parameters in "Edit Chains", "Preview" (not intended to be functional) caused a crash.
* (Linux) LICENSE.txt and README.txt were wrongly installed in /usr/local/share/doc instead of /usr/local/share/doc/audacity/ .
* Accessibility: ENTER did not toggle selectedness of a label track unless a label was selected.
* Numerous other interface fixes.

Changes and Improvements:

* New "Reverb" effect to replace GVerb, based on the original "Freeverb".
* New View > Go to Selection Start and Go to Selection End commands.
* New "Align End to End" command to append existing tracks to each other.
* Change Tempo now supports fractional BPM.
* Plot Spectrum now supports FFT sizes up to 65536.
* WAV files now support "Album Title", "Track Number" and "Genre" LIST INFO tags and also support ID3 tags.
* Handle a bug in older iPods or some OS X applications that cause them to refuse AIFF files whose metadata contains an uneven number of characters,
* (Windows) Added support for "Windows WDM-KS" host which can provide very low latencies if you reduce "Audio to Buffer" in Recording Preferences.
* (Windows Vista and later) You can now record computer playback by choosing the new "Windows WASAPI" host in Device Toolbar then a "loopback" input.
* (Windows and Mac OS X): VST scanning dialog now replaced with a dialog for choosing which VST effects to load.
* (Linux) CTRL + ALT can now be used to smooth samples in Draw Tool.
* Modules Preferences replaced with a dialog on launch of Audacity enabling you to choose which modules to load.


Changes since version 2.0.2:

Bug fixes for:

* Crash using Undo whilst time-shifting a track.
* Crash using Repair if the selection extended into an empty track.
* Export Multiple didn't prevent export if there was no audio or all audio was muted. This allowed export of small invalid files.

* Time Track:
* Loop Play of a speeded-up track inserted silence.
* Playback and rendering was significantly inaccurate, creating audible and visual glitches.

* Accessibility:
* The mnemonics character "&" was read out by screen readers in most of the Preferences choices.
* NVDA did not read static text in most dialogs. Text can now be read by using INSERT + B.
* JAWS and Window-eyes misread the "Duration" control in Silence Generator.
* Toolbar buttons could not be pressed by ENTER

* Other interface bug fixes.


Changes and Improvements:

* The SoX Resampler library (libsoxr) has replaced libresample in Audacity releases, offering both higher quality and greater speed. .

* Time Tracks new features:
* "Set Range" now changes only the range of the Time Track, preserving the pitch/speed set by any existing warp points.
* Vertical scale added with options for linear and logarithmic display and interpolation.
* Upper and lower speed limits will now be remembered when saving and reopening a project in 2.0.3. Warp points in projects saved by previous Audacity versions will be correctly restored in 2.0.3.
* Warp points saved in a 2.0.3 project will be preserved if opened in previous versions but playback and display will be incorrect.

* New effects:
* Studio Fade Out (uses a filtered "S" curve).
* Adjustable Fade (accessible effect for creating partial fades and adjustable fade shapes).
* Bass and Treble (replaces Bass Boost).

* Real sample rates up to 384000 Hz are now supported for playback and recording in high resolution devices (the maximum is up to 192000 Hz for Windows DirectSound host).

* Labeled Regions in Edit Menu is renamed to "Labeled Audio" and now allows splits to be placed at point labels. Labeled audio regions
that touch without overlapping are treated as separate regions. Overlapping labeled audio regions are treated as a single region.

* Compilation: cmake is required in order to build libsoxr.

* New Croatian translation of Audacity.


Changes since version 2.0.1:

Bug fixes for:

* Interface:
* "Retain labels" Interface Preference did not retain labels for a region that snapped exactly to both label edges.
* Projects did not save the track selected state.
* (OS X, Linux) Timer Record: Interlinking of the Start, End and Duration controls was broken.
* (Windows) JAWS screen-reader did not read the "Draw curves" and "Graphic EQ" radio buttons in Equalization correctly.

* Envelopes and Clips:
* Exporting (or any render operation) on a track containing split lines could create clicks at the split lines.
* Dragging a clip into another track caused a crash if Sync-Lock Tracks was enabled and there was also a label track.

* Effects and Analysis:
* Normalize could crash if the track name contained "%".

Changes and Improvements:

* Duration controls when generating at a point now default to hh:mm:ss + milliseconds format. Selection Toolbar also defaults to that format on first installation or resetting preferences.
* Toolbars visual improvements:
* "Snap To" in Selection Toolbar now has an explanatory tooltip.
* Device Toolbar tooltips now display the selected device.
* Increased default width of Device Toolbar and Meter Toolbar.
* Improvements and some bug fixes to Nyquist effects, including:
* Delay (new option to prevent duration change)
* Sample Data Export (new "L-R on Same Line" layout option)
* Risset Drum (new "Amplitude" slider).
* Importing a labels file writes the file name to the name of the Label Track, and exporting a labels file offers the name of the last Label Track in the project.
* Removed the "Audio cache" option from Directories Preferences due to frequent crash reports. All data operations will now be written to disk and not to RAM.
* Removed the FFmpeg "On-Demand" option from Libraries Preferences (this fixes Audacity not building if configured --without-ffmpeg).
* Compilation: Progress on making the Modules feature mainstream. Modules can now be individually enabled and disabled in Preferences.


Changes since version 2.0.0:

Bug fixes for:

* Interface:
* Selection Toolbar: a value for the previous whole second displayed if the value was close to a whole second.
* Finding zero crossings could cause the selection to expand into white space at either side of the clip.
* Clips did not drag to another track if mouse was over a selection.
* Mixer Board: Rendering four tracks resulted in a redundant Track Strip followed by a crash.

* Imports, Exports and Files:
* Exporting to WAV or AIFF led to a "Libsndfile says" error or corrupted output due to order of metadata in imported files.
* (Mac) Fixed crashes importing MP3 files on PPC machines.
* (Linux Ubuntu) .Aup files could not be associated with Audacity (they opened in the web browser instead).

* Effects and Analysis:
* Normalize: Fixed issues where normalization could be to wrong value if applied with DC offset correction, or if applied to "read-directly" WAV and AIFF files before On-Demand completed.
* Sliding Time Scale: fixed an audible discontinuity at the beginning of the processed selection; fixed a serious quality problem on Linux 64-bit.

* Other miscellaneous bug fixes, including fix to prevent zooming with mouse wheel or ball scrolling the content off-screen,

Changes and Improvements:

* Shortcuts can now be added in Keyboard Preferences to items in the Generate, Effect or Analyze menus, including user-added plug-ins.

* Nyquist Effect plug-ins can now be added to Chains.

* New "Paulstretch" effect for extreme slowdown without pitch change.

* New "Sample Data Export" Analyze effect for exporting a file containing amplitude values for each sample in the selection.

* New Preference (off by default) to import files On-Demand (without seek ability) when using the optional FFmpeg library.

* New Preference (off by default) to retain labels when deleting a selection that snaps to the label without extending past it.

* (Windows installer) New option to reset Preferences on next launch.

* (Mac) Audacity now has excellent compatibility with the VoiceOver screen reader. For details, please see: http://manual.audacityteam.org/help/manual/man/accessibility.html#mac .

* CleanSpeech Mode (no longer supported) will not now be enabled even if it was enabled by an earlier version of Audacity.

* Added Serbian (Latin and Cyrillic) translations.


Changes since version 1.3.14 Beta

Bug fixes for:

* Interface:
* Fixed playback speed and synchronization problems when dragging clips or tracks between tracks having different sample rates.
* (Windows) Removed a crash risk where shortcuts could be used to record or import in one project while importing or exporting in another.

* Imports and Exports:
* Fixed crashes when changing the sample format of read-directly WAV or AIFF files using the Track Drop-Down Menu.
* Fixed a crash importing MP3 files that had duplicate metadata tags (this is a bug in current libsndfile which has been patched in Audacity; MP3 files mislabeled as WAV which have duplicate tags will still crash Audacity on Linux if Audacity has been compiled against an affected version of system libsndfile).
* Fixed an issue where excessively high or corrupted sample values in the audio could corrupt exports from the start of the problem for the rest of the file, and could corrupt the rest of the project.
* (Linux) Fixed Audacity could not be compiled against FFmpeg 0.7.x and 0.8.x.

* Effects and Analysis:
* Fixed crash on launch when using "Ambisonic Decoders (PC)" VST plug-ins and other plug-ins that enable additional floating point exceptions.
* Fixed Plot Spectrum background could be transparent on some machines.
* Bug fixes for Click Track, High Pass, Low Pass and Vocal Remover.
* Chirp, Tone and Silence generators now remember their settings.

* Other miscellaneous bug fixes.

Changes and Improvements:

* New Interface preference to show the track name in the display (this
is off by default).
* Longer default Playback preference for effects preview and preview
before cut.
* Restored use of Page Up and Page Down to scroll horizontally.

2.2 Summary of bug fixes and new features between 1.2.6 and 2.0.0

* Bug Fixes:

* Labels now accept lower case "z".
* (Windows Vista/7) Pressing Stop after recording could cause a crash.
* (Mac OS X) Fixed shortcut keys activating when typing in file open or save windows.
* (Mac OS X) Audacity 2.0.0 fully supports Unicode, which fixes an issue where Audacity could not work with folders having non-English characters in their name.
* (Linux) Playing existing tracks while recording in mono could cause recordings to be distorted or low-pitched.

* New features: There are dozens of new features in 2.0.0, including:

* Many effects significantly improved, especially Equalization, Noise Removal and Normalize. Vocal Remover now included plus GVerb on Windows and Mac. VAMP analysis plug-ins now supported.
* Improved label tracks with Sync-Lock Tracks feature in the Tracks Menu. Multiple clips per track. Tracks and selections can be fully manipulated using the keyboard. Many more keyboard shortcuts.
* New Device Toolbar to manage inputs and outputs. Timer Record feature. New Mixer Board view with per-track VU meters.
* Automatic Crash Recovery in the event of abnormal program termination.
* Fast "On-Demand" import of WAV/AIFF files if read directly from source. FLAC now fully supported. Added support for optional FFmpeg library for import/export of AC3/M4A/WMA and import of audio from video files.

Please visit http://audacity.sourceforge.net/about/features for a full list of features in 2.0.0. You can click Help > Manual (in web browser) in the program to read more.


Changes in version 1.3.14 Beta:

Bug fixes for:

* Interface:
* Excessive delay occurred when typing into labels in long projects.
* Last digit of TimeText controls could not be manipulated in some formats.
* (Windows, OS X) Play and Record shortcuts did not work after clicking in Device Toolbar.
* (OS X, Linux) Crash occurred if Toolbars were reset during playback or recording.

* Imports and Exports:
* MP2 files were not importable without FFmpeg library or an import rule.
* Files that could only be imported using FFmpeg imported as noise with no error message if FFmpeg was not available.
* Files containing PCM audio but an incorrect extension (such as MP3) caused a freeze.

* Effects and Analysis:
* An empty command could be added to a Chain which then displayed a Nyquist error message when run.
* Plot Spectrum didn't preserve signal level if multiple tracks were analyzed.

* Other bug fixes:
* Audacity has been provisionally fixed so that it can no longer create block files longer than the sample format or project format allows, and can no longer delete these, which led to data loss. Any overlong blocks found are preserved but "orphaned", so will appear as silence.
* Orphan block files were wrongly reported if cutting or copying to the clipboard then reopening the project in the same session.
* Fixed some crashes and incorrect movement of audio when dragging tracks.
* (Windows) Data loss is now prevented when encountering a corrupted .aup file created in ANSI builds.
* (Linux) Restore building if USE_PORTMIXER is not defined.

Changes and Improvements:

* Normalize: Faster processing and improved interface. Left-right balance in unsplit stereo tracks is now preserved by default, with a checkbox option provided to process stereo channels independently.
* Spectrograms now allow window sizes up to 32768 and frequencies up to half the sample rate (the maximum possible).
* Mix and Render now preserves clip length by not rendering white space between time zero and first audio, and preserves audio before time zero. To retain silence before the audio starts, generate silence after render.
* Grouped some Edit Menu items into "Remove Audio" and "Clip Boundaries".
* CleanSpeech Mode removed from Interface Preferences (it still runs if it was enabled in a previous Audacity but can only be turned off there).
* (OS X) Added support for AudioUnit MusicEffects (but no MIDI support).
* (Linux) Set the per-user files directory per the program name set in configure.
* (Linux) Changed the default location of the Audacity temporary directory to be in /var/tmp not /tmp, so preserving the directory between reboots.


Changes in version 1.3.13 Beta:

Bug fixes for:

* Interface:
* Cutting or copying from a track at a given sample rate into a track at another rate resulted in speed-changed audio.
* Generating inside a clip could modify the clip length or create spurious clips.
* Recorded stereo tracks were only half the height of imported or generated stereo tracks. Imported stereo files had a "1" appended to the track name.
* Edit > Region Save did not save the cursor position.
* (Windows) Projects crashed when clicking rapidly inside the interface or when applying repeated effects towards the end of audio tracks.
* (Windows) Some Unicode characters could not be typed into labels, or caused a freeze using some input methods.
* (OS X) Crash when quitting an empty project window, or when closing the main project window while a progress dialog was on screen.
* Numerous other interface fixes including Dependencies dialog, Keyboard Preferences and spurious lines drawn on waveform.

* Imports and Exports:
* Support added for later versions of the optional FFmpeg library up to current FFmpeg HEAD. This should significantly improve FFmpeg support on Linux. FFmpeg downloads for Windows and Mac updated to v0.6. This fixes mono AAC files importing as stereo, though current 0.5 versions of FFmpeg will still work.
* Both FFmpeg and LAME should now be properly detected even when other versions of those libraries exist on the system.
* New warning (on by default) for importing uncompressed audio files. Better error messages when read-directly uncompressed files are missing.
* Imported ID3v2 metadata tags were removed when exporting without the Metadata Editor appearing (for example, when using an export command in Chains). Note: As a result of this fix, ID3v1 tags must now be written by exporting using (external program) and an installed LAME.
* U-Law/A-Law files with WAV headers now use the standard 18 byte fmt chunk, so should now be recognised by most telephony applications.
* Variable bit rate MP3s exported using "MP3 Files" were larger than necessary because using the bit reservoir was disabled.
* (OS X) Files imported from iTunes could create invalid characters in the .aup project file, causing an error when re-opening the project. Note: An error "reference to invalid character number" will still occur if re-opening a project created in previous Betas that contains such characters. To fix the issue, open a back-up copy of the .aup file in a text editor, turn off word wrap, then in the line indicated in the error message, remove the string of characters that starts with &# and ends with a semi-colon (;).

* Other bug fixes:
* Nyquist effects: fixes for crashes, incorrect slider behaviour and better support for backslashes, double quotes and Unicode characters.
* (Windows and OS X) Processing of VST effects was substantially slower than in previous versions of Audacity.
* (OS X 10.5 PPC) A first-time installation of Audacity Beta would hang on launch if VST effects were detected.
* (Linux) Recordings made with the pulse device crashed or stalled when using overdub and/or software playthrough.
* (Linux) Play-at-Speed crashed at 0.08 speed or lower if Audacity was configured with libsamplerate.

Changes and Improvements:

* Control Toolbar renamed to Transport Toolbar.
* Device Toolbar (on by default) now contains all input and output device choices, including host and recording channels. Input/output choices are no longer in Mixer Toolbar on Windows XP or some older operating systems. New Transport > Rescan Audio Devices menu item to refresh the device list.
* New "Sync-Lock Tracks" feature (turned on in the Tracks menu) to allow groups of audio and/or label tracks to retain synchronisation when the track length changes.
* Equalization: New "Manage Curves" dialog for importing and exporting curves.
* Noise Removal: New "Sensitivity" slider to adjust the noise threshold, and new option to isolate noise.
* New "Extended Import" Preferences for specifying different importers to open specific file extensions.
* Improved Automatic Crash Recovery with all project changes autosaved.
* MIDI tracks can be vertically zoomed, time shifted and display bar lines. Note: the channel selection buttons are not available in 1.3.13.
* (Windows and Linux) The window Close button and other system close or shutdown commands now quit on closing the last window. File > Close now always clears to a new, empty project.
* (OS X) Simpler installer with top-level "Auadacity" folder.


Changes in version 1.3.13 RC3 (The RC release can contain CRITICAL bugs. Use version 1.13.12 Beta if you get problems):

Bug fixes for:

* Interface:
* Cutting or copying from a track at a given sample rate into a track at another rate resulted in speed-changed audio.
* Generating inside a clip could modify the clip length or create spurious clips.
* Recorded stereo tracks were only half the height of imported or generated stereo tracks. Imported stereo files had a "1" appended to the track name.
* Edit > Region Save did not save the cursor position.
* (Windows) Projects crashed when clicking rapidly inside the interface or when applying repeated effects towards the end of audio tracks.
* (Windows) Some Unicode characters could not be typed into labels, or caused a freeze using some input methods.
* (OS X) Crash when quitting an empty project window, or when closing the main project window while a progress dialog was on screen.
* Numerous other interface fixes including Dependencies dialog, Keyboard Preferences and spurious lines drawn on waveform.

* Imports and Exports:
* Support added for later versions of the optional FFmpeg library up to current FFmpeg HEAD. This should significantly improve FFmpeg support on Linux. FFmpeg downloads for Windows and Mac updated to v0.6. This fixes mono AAC files importing as stereo, though current 0.5 versions of FFmpeg will still work.
* Both FFmpeg and LAME should now be properly detected even when other versions of those libraries exist on the system.
* New warning (on by default) for importing uncompressed audio files. Better error messages when read-directly uncompressed files are missing.
* Imported ID3v2 metadata tags were removed when exporting without the Metadata Editor appearing (for example, when using an export command in Chains). Note: As a result of this fix, ID3v1 tags must now be written by exporting using (external program) and an installed LAME.
* U-Law/A-Law files with WAV headers now use the standard 18 byte fmt chunk, so should now be recognised by most telephony applications.
* Variable bit rate MP3s exported using "MP3 Files" were larger than necessary because using the bit reservoir was disabled.
* (OS X) Files imported from iTunes could create invalid characters in the .aup project file, causing an error when re-opening the project. Note: An error "reference to invalid character number" will still occur if re-opening a project created in previous Betas that contains such characters. To fix the issue, open a back-up copy of the .aup file in a text editor, turn off word wrap, then in the line indicated in the error message, remove the string of characters that starts with &# and ends with a semi-colon (;).

* Other bug fixes:
* Nyquist effects: fixes for crashes, incorrect slider behaviour and better support for backslashes, double quotes and Unicode characters.
* (Windows and OS X) Processing of VST effects was substantially slower than in previous versions of Audacity.
* (OS X 10.5 PPC) A first-time installation of Audacity Beta would hang on launch if VST effects were detected.
* (Linux) Recordings made with the pulse device crashed or stalled when using overdub and/or software playthrough.
* (Linux) Play-at-Speed crashed at 0.08 speed or lower if Audacity was configured with libsamplerate.

Changes and Improvements:

* Control Toolbar renamed to Transport Toolbar.
* Device Toolbar (on by default) now contains all input and output device choices, including host and recording channels. Input/output choices are no longer in Mixer Toolbar on Windows XP or some older operating systems. New Transport > Rescan Audio Devices menu item to refresh the device list.
* New "Sync-Lock Tracks" feature (turned on in the Tracks menu) to allow groups of audio and/or label tracks to retain synchronisation when the track length changes.
* Equalization: New "Manage Curves" dialog for importing and exporting curves.
* Noise Removal: New "Sensitivity" slider to adjust the noise threshold, and new option to isolate noise.
* New "Extended Import" Preferences for specifying different importers to open specific file extensions.
* Improved Automatic Crash Recovery with all project changes autosaved.
* MIDI tracks can be vertically zoomed, time shifted and display bar lines. Note: the channel selection buttons are not available in 1.3.13.
* (Windows and Linux) The window Close button and other system close or shutdown commands now quit on closing the last window. File > Close now always clears to a new, empty project.
* (OS X) Simpler installer with top-level "Auadacity" folder.


Changes in version 1.3.12 Beta:

Bug fixes for:

* Imports and Exports:
* AAC files could not be exported at 48000 Hz
* FFmpeg custom export window too large on 800 x 600 resolution monitors
* (Linux) WAV/AIFF exports were corrupted if overwriting an aliased file which had been imported using the command line

* Labels:
* Cutting or deleting a region in the waveform and label track did not move the labels in advance of the cut
* Incorrect behavior snapping to labels and boundaries when Snep To was enabled
* Labels can now be reversed if included with the audio selection

* Other bug fixes:
* Projects froze if files imported via On-Demand were no longer available
* Mice with high-precision scroll-wheels could cause a crash
* (Windows 7) Clicking in a file open or save dialog caused files or folders to disappear from the list, and file filtering was broken

Changes and improvements:

* More intuitive behavior when moving and resizing labels by dragging
* Export Multiple: new option to use a numerical prefix before existinglabel or track names; "Success" dialog now resizable
* New Equalization preset "Inverse RIAA", with new button to invertother curves
* Timer Record now remembers last scheduled duration
* Meter Toolbar can now be made much narrower, and so more suitable for vertical orientation
* New Preferences choice for "System" language which is used on firstrun instead of asking user to choose language
* Warning now provided if WAV/AIFF exports are not successfully completed
* (Linux) Improved icon set in compliance with freedesktop.orgIcon Theme Specification 0.6


Summary of Changes in 1.3.11:

Bug fixes for:

* Too much audio exported when exporting partial selections
* Exports via FFmpeg corrupted if included metadata; M4A now supports metadata export
* Nyquist plug-ins did not add labels to an existing label track
* Crash opening Preferences when no audio devices available
* Timer Record and Sound Activated Recording bugs
* (Windows)Installer now installs correctly over previous Audacity versions
* Miscellaneous crashes and interface issues

Improvements:

* (Windows)Higher resolution icon file
* New Sound Finder plug-in for labelling regions of audio


Changes in version 1.3.10 Beta:

Bug fixes for:

* Imports and Exports:
* Freeze importing audio files when Default View Mode set to Pitch (EAC)
* Simultaneous On-Demand imports sorted incorrectly
* WAV or AIFF files imported as noise if Preferences set to copy in the data at 24-bit quality
* WMA exports corrupted if they contained metadata
* Metadata Editor appeared before the Export window when exporting to any format

* Effects:
* Crash or hang using Equalization on longer tracks
* Reverse did not reverse clip boundaries
* Nyquist: * Excessive memory consumption led to slow processing orcrashes * Values appearing in Nyquist effects text boxes were notalways the default or previously entered values * Errors running Nyquist effects in European locales wherecomma used as decimal separator
* VST effects remained in Effect menu even when re-scanned and no longer available
* Truncate Silence produced incorrect results if silences spanned a block boundary

* Other bug fixes:
* Spurious "not writable/disk full" errors when saving projects
* Playing, rendering or exporting multiple tracks led to desynchronised playback or loss of audio data
* Crash opening Preferences when no recording and/or playback devices enabled or connected
* Preferences window: OK button did not respond to ENTER when a tab selected in left-hand panel
* Mixer Board solo button handling
* (Windows) After a period launching correctly, Audacity sometimes did not come up on top at launch
* (Mac OS X) Correctly installed Help folder could not be found
* (Mac OS X and Linux) Output slider could affect VU playbackmeter which then did not reflect actual waveform volume level
* (Linux) Undoing or redoing a label edit could cause a crash

Changes and improvements:

* Linked audio and label tracks disabled until a future Beta version so they can be bug fixed
* Input volume slider will be disabled if it doesn't have proper control of system slider; use the system slider instead
* Proper support for copying/pasting label-with-audio including label text; new Edit > Paste Text to New Label menu item to paste system clipboard
* Contrast Tool now modeless, more intuitive handling of multiple project windows, various other minor improvements


New in Audacity 1.3.9

Bug fixes for:

* Crash, slow launch or excessive CPU/memory use arising from automatic VST support:
o VST instrument plug-ins should now be correctly ignored
o VST effects now scanned only at start of first session that detects them, then cached
o Effects are now not loaded or opened until needed
o New "Effects" tab in Preferences to enable/disable VST effects and enable VST rescan on next launch
* Default View Mode now works
* Chains now always apply their stored parameters rather than those last used in Effect menu
* Non-MP3 files imported via drag or Recent Files caused crash if filter in file open window set to MP3
* AAC exports (using the optional FFmpeg library) silenced
* Generating audio always fitted the project in the window; fit now done only if generating in new track
* View menu items/shortcuts incorrectly disabled when playing or recording
* DTMF generator defaulted to zero duration on open
* Unwanted interactions between linked audio and label tracks
* (Windows XP)Failure to launch on some machines due to "incorrect configuration" issue
* (Windows)Crash importing a stereo file while a screen reader such as JAWS is running
* (Mac OS X) :
o Audio Units effects applied to all tracks in project even if not selected
o QuickTime importer now handles files greater than 16-bit or 64000 Hz
* Various other interface bugs

Improvements:

* Compressor: new option to compress based on peaks, improved attack and decay time support
* Mixer Board: improved design, more responsive meters and now interacts fully with Track Panel in main window


New in Audacity 1.3.8

New Features
Effects and Analysis:

* VST Effects now display GUI by default
* Faster Equalization and Noise Removal; improved Truncate Silence and Click Track
* Chains applied to files now clear temporary data after processing each file
* Updated Nyquist implementation with support for SAL syntax and improved memory management
* Plot Spectrum now analyzes up to 237.8 seconds of audio, with separate windows for each project and improved display; new preferences for Spectrograms
* Contrast Analysis tool now modeless for easier use

Interface:

* Draft Manual/Quick Help included in Windows and Mac installers
* New "Mixer Board" view with per-track VU meters
* Mute, solo, gain, pan and track height saved in projects
* More compact Preferences window with easier-to-use Keyboard tab and new toolbars shortcuts
* New Screenshot Tools and improved screen reader support

Other:

* Record more than 16 channels (hardware/drivers permitting)
* Improved support for non-mmap ALSA devices such as PulseAudio
* 32-bit float data over 0 dB now handled without clipping
* "Stop" option when importing preserves already imported data
* AMR NB export now supported if the optional FFmpeg library is installed
* Faster waveform drawing and better response in multi-track projects

Bug fixes for:

* Export Multiple: failed if empty label encountered; files silenced if overwriting imported WAV files without copying them in
* Metadata Editor hidden if it was on a now unavailable second monitor
* Misaligned audio after "Split New" or Noise Removal effect
* Incorrect label movement and paste with linked audio and label tracks
* Equalization, Cut Preview and Advanced Mixing Options dialogue
* (Linux) Mixer Toolbar should now adjust levels and select input sources properly
* "Audio cache" preference caused crashes - data is now only cached in memory if available RAM is above a level defined in preferences
* Various other crashes


Changes in version 1.3.7 Beta

Cross-platform Bug Fixes:
* Muting/soloing caused incorrect channel results in exported stereo files
* Noise Removal and all Nyquist effects pasted the original unmodified audio at the end of the modified region
* Noise Removal inserted a tail of low level noise at the end of the modified region
* Nyquist and Compressor plug-ins did not display moving bars in progress dialogue and over-estimated "Remaining Time"
* Cancelling Nyquist effects deleted unprocessed audio
* Change Speed and Change Tempo failed to modify the original selection length
* Cut lines invisible
* Fixed various bugs importing multi-stream files via FFmpeg
* File > Export as WAV could be corrupted if overwriting an imported WAV read direct from the file
* Export multiple "Other uncompressed files" choice always produced 16-bit PCM audio irrespective of chosen options.
* MP3 export usually produced a 128 kbps constant bit rate file irrespective of chosen options; reported length often incorrect
* MP3 ID3 Genre tag misread on import if the genre list in Metadata Editor was opened and saved
* Exported metadata tags in MP3, OGG and FLAC often not seen by player software - now substantially improved
* WMA exports (via FFmpeg)corrupted if metadata tags included
* Some multi-channel recording devices that previously recorded more than two channels no longer did so
* Generated audio did not fit in window
* No warning was given when saving an empty project
* Beep on completing longer process did not work on many systems
* fixed crashes importing lists of files (.LOF), in Meter Toolbar and Change Speed

Platform-specific Bug Fixes:
* Windows Vista: crash opening Preferences with no sound devices enabled and connected
* Mac OS X and Linux: * Spurious clipping at start of playback
* Labels did not accept certain legal characters
* Shortcuts did not work after running effects
* Project Rate did not change to respect rate of first imported file if that rate was unsupported
* Mac OS X only:
* Crash resizing project window
* Menu items became inactive or visibly corrupted
* File > Open dialogue did not always work on OS X 10.4
* Impossible to set independent Command and Control shortcuts that shared the same key
* Freeze importing uncompressed files via On-Demand (please report any remaining instances of this to:feedback@audacityteam.org)
* Portable settings were not picked up, instead settings were taken from the default location
* Fixed unavailability of FFmpeg installer

New Features:
* F11 Full Screen mode
* High-quality "Sliding Time Scale/Pitch Shift" effect
* Audio Contrast Analyzer for testing audio on the internet for WCAG2 accessibility compliance.
* Windows: sound devices can now be opened using the more efficient DirectSound API

Other changes:
* Latency correction should be improved for many users by employing a fixed rather than variable correction
* Grouping of Effects into categories turned off until a way is added for users to do so themselves
* Numerous minor interface improvements such as Metadata Editor navigation, new "hh:mm:ss + hundredths" selection format
* Note: Windows users wanting to export MP3 files will require the latest version of the LAME encoder from http://lame.buanzo.com.ar/


Changes in version 1.3.6a6

Interface:
* Note Track now supports export as a MIDI file
* Linked audio and label tracks: improved support when source and target number of tracks differ and when cross-pasting different track types

Import / Export:
* On-demand now supports project saving during summarising; reverts to stripey background; fixed some crashes due to threading issues
* Exports: Single AAC filter (M4A LC profile) with quality settings slider; removed FFmpeg formats already supported by Audacity; added explicit GSM 6.10 (WAV) filter; current project rate now used for all exports, with check for format-invalid rates; improvements to metadata support

Effects:
* LV2 plug-ins: added support (OS X and Linux only) for using synths as tone generators, scale point labels, grouped controls and i18n translations


Beta version 1.3.5

Recording / Playback

* Several bugs fixed so that latency correction should be better, and more devices work correctly.
* Problems with invalid sample rates under Linux should be much rarer.
* Newer version of Portaudio library.
* New feature to record onto the end of an existing track (hold Shift while clicking Record).

Import / Export

* Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries.
* Handling of unsupported file formats more informative.
* Handling of file names with slashes on OS X improved.
* New dialog allows replacement of illegal file name characters on all platforms.

Interface

* Improved scaling and layout for rulers and VU meters.
* Envelope fixes/improvements including full control of undo/redo.
* New keyboard shortcuts and improved menu navigation.
* Preferences:
o More intuitive tab arrangement.
o New options for mute/solo and Metadata Editor behavior.
o Language can now be changed without restart.
* Expanded Build Information tab.

Effects

* New Vocal Remover plug-in, improvements for Generate effects.

Compilation

* Fixes when building Audacity with libraries disabled.
* Improvements to make Mac and Solaris builds easier.

Security

* Full fix for issue CVE-2007-6061 on systems where temporary directories can be changed by other users (thanks to Michael Schwendt).

Miscellaneous

* Updated translations for many locales.
* Several stability improvements.


November 13, 2007: Audacity 1.3.4 Released

The Audacity Team is pleased to announce the release of Audacity 1.3.4 (beta), which includes several new features and user interface improvements, such as:

* New Welcome Screen with introduction to Audacity.
* New 'Mix and Render to New Track' command.
* Support for VAMP audio analysis plug-ins.
* More keyboard shortcuts and navigation.
* Reworked solo/mute handling.
* New preference: Select all audio in project, if none selected (on by default).
* New preference: Beep on completion of longer activities.
* Envelopes: Many fixes when copying, pasting, or repeating.
* Many translation updates.
* Metadata editor added for OGG, FLAC and WAV/AIFF exports. Metadata import improved.
* Muted tracks are no longer audible in the exported mix.
* Improvements to latency correction.

http://audacity.sourceforge.net/download/beta_windows


Changes in 1.3.2 and 1.3.3:

Opening/saving formats:
* Import of audio from QuickTime (mov, aac, m4a) files is now
supported on OSX
* Metadata may be added to OGG files
* Improved export option selection
* Importing of Broadcast Wave Format (BWF) wave files now tolerated
* Additional export options added to MP3 and FLAC file formats
* Command line exporter now supported on Windows and OSX

Effects:
* EQ effect responsiveness improved
* Several enhancements to the EQ Effect
* Batch support added for the EQ effect
* New Auto Duck effect
* Added previewing to AudioUnit effects
* Much improved Noise Removal effect
* Effects previewing may now be canceled
* New DTMF Tone Generator effect
* Additional options available in Noise effect
* Improved the Tone Generation effects

Other features:
* New built-in screen capture utility
* Major speed improvement in Spectrogram rendering
* Increased support for drag and drop on OSX
* Support added for building against wxWidgets 2.8
* Support opening multiple Audacity Projects at once from Explorer on
Windows
* Improved main window sliders
* New support for snapping while selecting and sliding
* Improved track focus handling and visual feedback
* Speed improvements and handling of resizing/zooming in tracks
* Spectrum view may now be zoomed
* New internal file cache to improve handling of project files over
networks

Also:
* Many improvements to language specific translations
* Numerous stability improvements


Stable version 1.2.6

* Fixed memory leaks on Windows.
* Corrected font size problems.
* Enabled missing FLAC support.
* Fixed Mac OS X (PPC only) screen redraw issues.


Beta version 1.3.2

Usability improvements
New selection bar
New features for label tracks
Improved toolbar docking flexibility
Menu renaming and reorganization
Selection, ruler, and playback control improvements
Major improvements to some built-in effects
New Repair effect
Improved Equalization effect
Many fixes and minor improvements to other effects
Improved accessibility for the visually impaired
Improvements for screen readers, accessibility of tracks, and hot keys
Timer recording
Auto-save and automatic crash recovery
New features and bug fixes for Nyquist
Restructured Preferences dialog
Improved batch processing
File format export improvements
Intel Mac support
Many bug fixes and stability improvements


Stable version 1.2.5

Support for new file formats, including FLAC
Fixes for Mac audio problems
Fix Generate Silence bug, a crash issue, and Linux GCC build issues
Intel Mac support


1.30 Beta
The new features in Audacity 1.3 have been grouped into the following six major categories. Click on the links below for more information.

1. Collapse/Expand Tracks
2. Multiple clips per track
3. Selection Bar
4. Improved Label Tracks
5. QuickTime and Audio Units on Mac OS X
6. Other features


Changes in Audacity 1.2.4

* The File menu now includes a list of recent files.
* The "Generate Silence" effect now prompts for a length.
* Audacity is now built with Vorbis 1.1, which features better encoding quality and file compression.
* Dragging sound files into the Audacity window now works on Mac OS X and Linux, as well as Windows. (Before, it worked only on Windows.)
* Better support for certain audio devices on Mac OS X 10.4 "Tiger"
* The "View History" window can now discard old undo levels to save disk space on Windows. (This previously worked only on Linux and Mac.)
* "Preferences" command is now in Edit menu.
* "Plot Spectrum" command is now in Analyze menu.
* Opening a project file saved by a later version of Audacity displays an intelligent error message. Also, trying to import a project file (instead of open it) displays an intelligent error message.
* Audacity now compiles in Visual C++ .NET 2003.
* Other minor bug fixes.
* New or updated translations: Arabic (ar), Czech (cs), Finnish (fi), Hungarian (hu), Japanese (ja), Norwegian (nb), Slovenian (sl), Simplified Chinese (zh_CN), Traditional Chinese (zh_TW).


Changes in Audacity 1.2.3

* Windows: Fixed a bug that caused recording to stop or display incorrectly after about 50 minutes, on some Windows systems. (This was partly fixed in Audacity 1.2.2, but still didn't work on some systems.)
* Mac OS X: Fixed a major bug that caused Audacity to crash at seemingly-random times on Mac systems, especially during playback or recording.
* The Change Pitch and Change Tempo effects have been upgraded to use a new version of the SoundTouch library by Olli Parviainen, with better speed and higher quality.
* libsndfile has been upgraded to version 1.0.11. Audacity can now import Sound Designer II (SDII) files.
* Fixed a bug that caused the program to run slowly when using the Envelope tool.
* Shift-clicking on a mute or solo button now un-mutes (or un-solos) all other tracks.
* Nyquist plug-ins can now accept strings as input. Also, a "Debug" button has been added to Nyquist effect dialogs, which allows you to see all of the output produced by Nyquist, for aid in debugging.


* When the audio file referenced ("aliased") by an Audacity project is missing, Audacity will now always play silence. Before, Audacity would sometimes repeat the most recent audio that was played previously.
* VU Meters will now always reset when audio I/O has stopped.
* New or updated translations: Italian (it), Hungarian (hu), Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh), Norsk-Bokmal (nb), French (fr), Russian (ru).


Changes in Audacity 1.2.2
Meter Toolbar added for monitoring volume levels during playback and recording. Click on the recording meter to monitor the input without recording.

Export Multiple - new feature that lets you export multiple files at once, either by track, or split based on labels.

Attempt to automatically correct latency in full-duplex recordings. (This does not work perfectly, and is not yet supported on all systems. It will improve in future versions.)

Fixed a serious bug that could cause data loss when you save and then reload and re-edit an Audacity project containing repeated or duplicate data.

MP3 tags dialog will only pop up the first time you export as MP3; after that it will not pop up again as long as you have filled in at least one tag.

You can now add a label at the current playback position - in the Project menu, with a shortcut of Ctrl+M.

Clicking on a label now selects all of the tracks, making it easier to use the label track to recall selections.

Windows: Fixed a crash in the Time Track "Set Rate" command.

Fixed a bug that caused problems with recordings over 45 minutes on some Windows systems.

Mac OS X: Improved support for the Griffin iMic by fixing a bug that was causing it to always record in mono instead of stereo.

Added support for Software Playthrough (listen to what you're recording while recording it, or while monitoring using a VU meter) - this makes it possible, for example, to record using one audio device while listening to it play through a separate device.

Unix/Linux: Fixed freeze caused by captured mouse when audio device hangs. (Audacity may not respond, but it will no longer freeze all of X.)

Fixed a cosmetic bug that caused improper waveform display if you tried to open an Audacity project saved on a different platform (e.g., copying a project from a Mac to a PC).

Fixed bug that could cause instability when pasting, splitting, or duplicating a label track.

You can now change the font of a label track by choosing "Font..." from the label track's pop-up menu.

Basic printing support has been added. Currently it scales the entire project to fit exactly on one page. Try printing in landscape orientation for best results.

Mac OS X and Windows: Audacity ships with a newer version (1.0.1) of the Ogg Vorbis encoder. Vorbis compression will now have higher quality and smaller file sizes.

Fix a bug that occasionally caused crashes when applying effects to split tracks.

Zoom In / Zoom Out now properly disable when they're not available.

Always delete temporary files created by the "Preview" feature.

Other minor bug fixes and performance improvements.



Changes in 1.2.1:

* The following translations have been added or updated: Finnish, French, Hungarian, Italian, Japanese, Norwegian, Polish, Russian.

* Fix a bug that could cause data to be lost when pasting audio from one project into another, after the first project has been saved and closed.

* Fix a possible crash when opening or resizing the Equalization window, especially when using large system fonts.

* Don't allow percentages less than -100% in Change Pitch/Speed/Tempo effects (fixes a possible crash).

* Fix a crash when the temporary directory is not available on startup.

* Correctly load ID3 tags saved in Audacity project files.

* On Linux and OS X, store lockfiles in the temp directory instead of the user's home directory. This fixes problems in lab environments where users have restricted or network-mounted home directories.

* Fix a bug that prevented Nyquist effects from running when certain regional settings were activated.

* Fix a bug in the Quick Mix command that could cause old temporary files to not be deleted.

* Linux: Fix endianness problems in playback on PowerPC.

* Linux: Fix compilation problem in Nyquist on MIPS.

* Linux: Include a more recent PortAudio v19 snapshot (fixes compilation problems when building with the --with-portaudio=v19 option).

* Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."

* Other minor bug-fixes.


Changes since 1.2.0-pre4:

* New cross-fade effects.

* Fix problem where samples were drawn in the wrong position when zoomed all the way in. This caused the drawing tool to move a different sample than the one under the cursor.

* Don't use id3v2.4 tags, which are not yet supported by most players. (This was fixed in 1.2.0-pre2, but appeared again by accident in 1.2.0-pre3.)

* Correctly display translated messages in the status bar.

* When the cursor is on-screen, the Zoom In button now zooms to the area around the cursor.

* Mac OS X: Fixed audio problems on the Apple PowerMac G5.

* Linux/ALSA: Work around a bug in ALSA's OSS emulation that caused Audacity's playback cursor to move too quickly.

* Microsoft Windows: The Audacity source code should now compile out of the box on Windows.

* Many new/updated translations.


Changes in 1.0:

* Mac OS:
- Audacity no longer quits when you close the last window. The menu bar remains and you can open a new window.
- Fixed bug which caused Preferences dialog not to appear on Mac OS 9 with the ATM control panel
- Fixed bug which prevented recording low sample rates on Mac OS 9 - Recognizes MP3 files by file extension and type code
- Audacity is now more stable and functional on MacOS X

* New features:
- "Save Changes" dialog added to all platforms
- Tooltips
- New keyboard shortcuts and commands
- Label tracks can now be used to mark selection regions. Adding labels uses a new command -- see the user's manual.

* Unix:
- Fixed bug which caused audio to playback too quickly (esp. on Mandrake systems).
- Fixed bug which corrupted files when you exported a file overtop of an existing one.

* Other:
- VST Effects are processed faster
- Miscellaneous bug fixes


Changes in 0.98b:

- Fixed "Noise Removal" crash

- Added "Save Changes" dialog

- Reintroduced support for ID3 tags on Windows

- More bug fixes


Changes in 0.98:

* Effects

- New Invert effect

- New Reverse effect

- Improvements to Noise Removal effect

* Bug fixes

- You can now safely copy and paste between projects.

- Fixed bugs loading, saving, and undoing envelopes.

- You're not allowed to open the same project in two different windows anymore (it just would have caused data loss).

- Projects now save the channel of each track, it's no longer forgotten

- Better handling of case when temp directory is invalid at start of program

- Doesn't overwrite a file the project was depending on anymore (it renames the old file). You can now export to a file
with the same as the file you imported without any problems.

- Save As... for a project doesn't destroy the old project anymore.

- Undo information is thrown away when you close a project, saving disk space that had been wasted in previous versions.

- Save As... recovers gracefully when you try to save to a bad location

- Duplicate of a track with an offset now works

- Fixed another crash in Amplify... (if no data is selected in one of the tracks)

- Windows: recording/playback devices are no longer reversed in the preferences!

- Windows: VST plug-ins are found no matter how Audacity is launched.

- Windows: You can now import Ogg Vorbis files.

- If recording fails, a phantom track is no longer created.

- Changing the export format now changes the menu bar.

- More minor bug fixes...

* Unix:

- New OSS code, should provide better playback and record on almost all OSS Unix systems.

- Preliminary support for the KDE/aRts soundserver (a compile-time option; must be configured to use this in place of OSS code)

- Bug fixes to "make install" script


Changes in 0.97:

* Installation/configuration

- New Windows installer

- More options in the configure script on Unix

* User interface:

- Fixed Effects menu bug that would freeze if some but not all tracks were selected.

- Added Noise Removal effect (Dominic)

- Improved click-drag zoom.

- Other bug fixes

* MacOS:

- Fixed autoscrolling bug (would sometimes appear if you release the cursor outside the window while selecting).

* Unix:

- Fixed Amplify bug (would sometimes freeze trying to open the dialog).


Changes in 0.96:

* General User Interface:

- Added mute/solo buttons

* Importing Audio:

- Fixed regression bug in 0.95 which caused stereo files to be imported as two mono tracks
- Imports MP3 ID3 tags

* Exporting Audio:

- Exporting MP3 now works, if the appropriate version of the LAME DLL is installed (Joshua)

- Allows editing of MP3 ID3 tags with export.

* Preferences:

- Added Audio I/O selectors on Mac (Dominic) and Windows (Joshua)

* Effects:

- Added progress dialog support to all effects (which also allows effects to be cancelled)

- Added support for stereo effects and effects that add or remove tracks, or require multiple passes.

- Improved Amplify effect and fixed all known bugs (Dominic)

- Improved Bass Boost effect

- Added Filter effect (Dominic)

- Added Phaser effect (Paul)

- Added Wahwah effect (Paul)


Changes in 0.95:

* Installation/Compilation:

- Improved configure script on unix systems (Joshua)

* General User Interface:

- Menu items are now disabled when unavailable

- Online help added (Dominic and Logan)

* Importing Audio:

- Lazy import added, speeding up importing of PCM files by 2x

- Added support for the Free libmpeg3 library on unix to replace the proprietary xaudio (Joshua)

- Importing MP3 and Ogg Vorbis files is now handled automatically by the Open and Import commands.

- Fixed the Import Raw Data feature, so now you can import files of almost any arbitrary format (as long as it's uncompressed).

* Main window:

- New track labels with a single integrated pop-up menu to handle all track options

- Vertical ruler added, along with preliminary support for vertical zooming

- Stereo tracks can be linked together so changes affect both tracks

- Point-sample display takes over when you zoom very far in

- Two new wave displays: a dB (logarithmic) wave display and a spectral pitch display (using enhanced autocorrelation)

* Preferences:

- New spectral display preferences

- Temp directory can be set in preferences

* Frequency display:

- Many new frequency window enhancements, including support for cepstrum, autocorrelation, and enhanced autocorrelation.

* Envelope editor:

- Envelopes are now interpolated using decibels, making cross-fades sound much better

* Effects:

- Fixed a bug that caused incompatibility with many VST plug-ins.

- Added Maximize Amplitude effect

- Added Bass Boost effect (Paul)

* Other:

- Improved memory management over long Undo histories

- Many more bug fixes


Changes in 0.94:

* Preferences dialog (Joshua Haberman)

* OGG Vorbis import (Joshua Haberman)

* Silence, Insert Silence commands

* Split and Duplicate commands

* Mac OS X support

* Supports recording on Mac OS 8 and 9

* Many bug fixes


Changes in 0.93:

* Recording (Windows, Linux)

* Displays playback/recording position indicator

* Keeps track of some preferences

* Supports arbitrary project sample rate

* Mac: opens documents from the Finder

* Floating tool palette is now dockable
(and docked by default)

* Fixed bugs in handling multiple open projects

* Fixed bugs in effects


Changes in 0.92

* Navigation Services dialog on the MacOS

* Audio playback for Linux

* Frequency Window


Changes in 0.91:

* New floating tool palette with four tools (selection,
sliding, zooming, and envelope editing) plus play and
stop buttons

* Playback now mixes tracks, and you can work with the
document while listening. The stop button works.

* Rewritten file handling functions. The main view
is no longer dependent on the wxWindows DocView
classes, so we can handle files ourselves. The
project file format is now text-based for easy
debugging. Eventually it will probably move to XML.

* Improved handling of wave tracks: as before, the data
is stored in blocks, but now, the blocks are correctly
limited to betweek n and 2n bytes each (for some n),
which guarantees editing operations always take the
same amount of time, while also ensuring that projects
don't get more fragmented over time.

* Rewritten user interface code. The shades of gray
are taken from the OS, and the project window has been
redesigned to have more consistent layout across all
platforms.

* Selecting "Open" now does the smart thing, opening a
project if you give it a project, or importing a WAV
file if you give it that.

* Flashing cursor indicates the current editing position

* Much improved ruler - besides looking nicer, the ruler
now displays the selection and the cursor.

* The zoom tool centers on the cursor so you can zoom
into wherever you are.

* Zoom menu added, and includes "Fit to Window" option

* Frequency plot window

* Improved MP3 importing

* Lots of bug fixes


Changes in 0.81

Fixes Windows Playback bug and Fade In / Fade Out bug.




Visit our sponsors! Try DVDFab and backup Blu-rays!
Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2024 videohelp.com