README
README
README
WWW: http://audacity.sourceforge.net/
Personal support with Audacity is not provided by e-mail, but on our Forum:
http://audacityteam.org/forum/ .
Version 2.1.0
1. Licensing
2. Changes since version 2.0.6
3. Known Issues at Release
4. Source Code, Libraries and Additional Copyright Information
5. Compilation Instructions
6. Previous Changes going back to version 1.1.0.
--------------------------------------------------------------------------------
1. Licensing
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General Public License
along with this program (in a file called LICENSE.txt); if not, go
to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
-------------------------------------------------------------------------------
2. Changes since version 2.0.6:
* 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.
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.
* 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).
-------------------------------------------------------------------------------
for details of any issues that have been identified after release of
this version.
-------------------------------------------------------------------------------
Source code to this program is always available; for more information visit
our web site at:
http://audacity.sourceforge.net/download/
Audacity is built upon other free libraries; some of these libraries may have
come with Audacity in the lib-src directory. Others you are expected to install
first if you want Audacity to have certain capabilities. Most of these libraries
are not distributed under the terms of the GPL, but rather some other free,
GPL-compatible license. Specifically:
libid3tag: GPL
Reads/writes ID3 tags in MP3 files. Optional
separate download as part of libmad.
libmad: GPL
Decodes MP3 files. Optional separate download.
libsndfile: LGPL
Reads and writes uncompressed PCM audio files.
Included with Audacity.
libsoxr: LGPL
The SoX Resampler library performs one-dimensional sample-rate conversion.
lv2: a merging of the lilv (ISC license), lv2 (LGPL), msinttypes, serd (ISC),
sord and sratom libraries to support LV2 plug-ins.
sbsms: GPL v2
Pitch and tempo changing library. Included in Audacity
SoundTouch: LGPL
Changes tempo without changing pitch and vice versa.
Included in audacity
Twolame: LGPL
Encodes MPEG I layer 2 audio (used in DVDs and Radio). Optional separate
download.
--------------------------------------------------------------------------------
Additional copyright information:
--------------------------------------------------------------------------------
Nyquist
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the
names of any contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
Neither the name of David Michael Betz nor the names of any contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
--------------------------------------------------------------------------------
5. Compilation instructions
First you must download wxWidgets. Audacity 2.1.0 requires wxWidgets 2.8.12
from:
http://www.wxWidgets.org/ .
If you install libraries using a package management system like Apt or RPM,
you need to install the "dev" (development) packages for each library.
./configure
make
make install # as root
If you want to do any development, you might want to generate a configure cache
and header dependencies:
./configure -C
make dep
http://wiki.audacityteam.org/wiki/Developer_Guide#Platform_Specific_Guides
or ask at:
http://forum.audacityteam.org/viewforum.php?f=19 .
--------------------------------------------------------------------------------
* 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.
* 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.
* (OS X) Audacity 2.0.6 will not officially support OS X 10.10 Yosemite when
released (in particular, Apple Audio Units may not open in Audacity).
* (Linux) Self-compiled builds of Audacity now search for system LADSPA
effects in /usr/lib/ladspa.
Changes in version 2.0.5:
* 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.
* (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) Files did not open using Finder "Open with", double-clicking the
file or dragging the file to the Audacity icon.
* (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.
* 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.
* 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
* 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).
* 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.
* 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).
* 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.
* 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.
Summary of bug fixes and new features between 1.2.6 and 2.0.0:
* Bug Fixes:
* 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.
* 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.
* 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
* Effects:
* Allow effects which change the length of the audio they work on to also be
applied to selected label tracks, thus keeping them synchronized.
* Fixed inability in Nyquist plug-ins to add labels to an existing label track
* (Mac) Equalization window was corrupted after Preview
* (Linux 64-bit) Fixed crash Generating Click Track
* Audio Devices:
* Fixed bug causing recording to stop short when the recording sample rate
is not supported by the sound device and libsamplerate is used for
resampling.
* Fix crash when opening Preferences on a machine where there are no
available audio devices.
* Fixes for bugs using Timer Record and Sound Activated Recording
* User Interface:
* Sizes of some dialogs adjusted to ensure they fit on the screen.
* Fix for supposedly "hidden" items appearing on screen with large
monitors.
* Various keyboard shortcut and translation fixes.
* Effects:
* Crash or hang using Equalization on longer tracks
* Reverse did not reverse clip boundaries
* Nyquist:
* Excessive memory consumption led to slow processing or
crashes
* Values appearing in Nyquist effects text boxes were not
always the default or previously entered values
* Errors running Nyquist effects in European locales where
comma 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
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
Changes in version 1.3.8 Beta:
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 import/export now supported if the optional FFmpeg library
is installed
* Faster waveform drawing and better response in multi-track
projects
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/
Interface:
* "Save Compressed Copy of Project" saves in much smaller .OGG
format to facilitate online transmission of projects
* Improved MIDI import and export routines, and clearer color
for selection region
* Default temporary directory on Mac now accessible in Finder
Import / Export:
* Stability improvements in on-demand loading
* FFmpeg: support for latest version of library, improved
version checks and error messages, stability improvements
in custom exporter
Bug Fixes:
* Crash in "Get Noise Profile" step of Noise Removal at project
rates below 20480 Hz.
* Underestimation of peak level in tracks with a small number
of different peaks
* Truncate Silence could result in repeated or lost audio if
applied to the whole of a track
* Other interface, generating, exporting and platform-specific
fixes
Compilation:
* Added autoconf macro archive to CVS, enabling *.nix users
without this archive to build --with -MIDI
Changes in 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
Changes in 1.3.6a5:
Interface:
* Note Track now builds on Windows
* Fixes/improvements for linked audio and label tracks (one
desynchronisation bug remains when pasting audio into a
greater number of tracks than were copied); now supports
label shifting when changing pitch and tempo
* Added full label pasting support: now possible to paste
multiple labels, region labels and labels with audio, and
correct label text is now pasted
Import / Export:
* Added full "on-demand" support (now with minimum file
length of 30 seconds): clicking moves summary calculation
point; supports split and merge of stereo tracks;
incompletely summarised tracks resume summary calculation
automatically; text-based Status Bar progress indication and
animated dummy waveform instead of embedded progress bar
Effects:
* Fixed a bug where previewing Equalization curves more
than once previewed the unmodified audio
* Improvements to DTMF generator
Miscellaneous:
* Improved support for working with audio in excess of 2^31
samples (about 13.5 hours at 44100 Hz); some accessibility
improvements
Changes in 1.3.6a4:
Interface:
* New Preference: Default View Mode, to choose type of
waveform, spectrum or pitch view for new tracks
* Note Track: experimental support is now enabled by defining
USE_MIDI in config*, but does not build out-of-the-box
on Windows
* Bug fixes for linked audio and label tracks; now supports
label shifting when changing speed and generating tones
Import / Export:
* Improvements/fixes for AAC exports including new M4A
filter for compatibility with iTunes; RealAudio export
support removed - FFmpeg does not support this properly
* Improved refresh of on-demand loading; fixed a phantom
on-demand progress bar when time-shifting clips
Effects:
* Experimental support for LV2 plug-in architecture on Linux
and Mac, but operation may be buggy; no LV2 support yet on
Windows, because the required slv2 library currently does
not build
Changes in 1.3.6a3:
Import / Export:
* Experimental support for exporting a much wider range
of proprietary audio formats via FFmpeg
* "On-demand" immediate loading of imported PCM WAV or
AIFF files now has experimental "progress bar" embedded in
the waveform until fully loaded
Interface:
* Note Track: experimental support for cut, copy and paste
using Edit Toolbar; currently not available for Linux, where
EXPERIMENTAL_NOTE_TRACK must be undefined in order
to build
* New Transport menu for alternative access to play and record
commands and some recording preferences
* Audio tracks are now linked to label tracks by being positioned
above a label track, if linkage is enabled in the Tracks menu
Changes in 1.3.6a2:
Import / Export:
* Experimental support for importing a much wider range
of audio formats via FFmpeg: support has to be enabled
in *config when building and requires FFmpeg libraries
* Experimental support for "on-demand" immediate loading
of imported PCM WAV or AIFF files (full waveform continues
to load while you play or edit).
Effects:
* Built-in plug-ins now grouped into related hierarchical
categories
Interface:
* New Debug Log window available in all builds
* Experimental support for linking a label track with any
number of audio tracks so that labels shift with cuts and
inserts in the audio track
* Default theme now reverted to that of 1.3.5
* Recording channels preference now defaults to stereo
Miscellaneous:
* Bug fixes for shortcut availability/tab order in Selection Bar,
and for window focus issues when previewing effects
* Improvements in escaping and navigating fields in dialogs,
and in stability when screen readers are used
Changes in 1.3.6a1:
Interface:
* Further improvements to menu navigation and wordings.
* All file dialogs are now resizable, and support "Places"
sidebar on Windows 2000 or later.
* Preferences:
* New "Theme" preference for modifying interface
colours and images, with experimental new default
colour scheme.
* New "Smart Recording" preference automatically pauses
recordings that fall below a pre-defined input level.
Compilation:
* Simplified modular builds for Windows, removing
static-linked configurations.
* New shared configurations on Mac to support modular
builds, and all builds are now Unicode.
Miscellaneous:
* Default auto save interval reduced to 2 minutes.
* Bug fixes to correct project rate initialisation on Linux, and
file importing issues on PPC Macs.
Changes in 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: More intuitive tab arrangement. New options for
mute/solo and Metadata Editor behavior. 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.
Changes in 1.3.4:
New Features
* New Welcome Screen with introduction to Audacity
* Enhanced Windows Shell integration, so Audacity shows up in lots of
Windows places such as "Open With".
* New keyboard command: 'Mix and Render to New Track'
(bound to Ctrl+Shift+M).
* New keyboard shortcut: "Shift-A" starts playback when stopped,
or performs "Stop and Select" when playing.
* Added support for VAMP audio analysis plug-ins.
* Solo button solos only one track at a time, and a track cannot be both
mute and solo.
Interface:
* Keyboard shortcuts for making short/long jumps along the timeline.
* Added 'Snap To' in the Selection Bar.
* Made keyboard navigation easier when multiple menu items with the
same first letter exist.
* Enhanced interface for label editing.
* Layout of OK/Cancel buttons consistency improved.
* Preferences:
* "Select all audio in project, if none selected" (on by default)
* "Beep on completion of longer activities" (system bell, not
main output).
* Other preferences cleaned up and explanations improved.
* Envelopes: Many fixes when copying / pasting / repeating.
* Many translation updates.
* Track height fixed in several cases.
* CleanSpeech mode switching without closing and re-opening fixed.
Opening/saving formats:
* Metadata editor added for OGG, FLAC and WAV/AIFF exports, and
general improvements in this area.
* Import of metadata improved.
* Muted tracks are no longer audible in the exported mix.
Effects:
* Truncate Silence: support for multiple and stereo tracks.
* Dtmf Generator:
* added support for keypad letters
* added an amplitude control.
* Compressor: variable decay time added.
* Equalization:
* Clicks at start / end prevented
* Improvements to saved curves being found
* Preview works correctly
* 'Merge' command appears in Undo history.
* Clipping detected more reliably.
* Nyquist plug-ins reviewed and enhanced.
* Better (and more) progress bars.
* Cancelling effect always restores previous audio.
* Several improvement to effects in batch mode.
Recording / Playback:
* Improvements to latency correction.
* Updated version of portaudio-v19 library.
Note that Help is no longer built in, but accessible on the Web via links
in Audacity.
Changes in 1.3.3:
Opening/saving formats:
* Import
* Import of audio from QuickTime (mov, aac, m4a) files is now
supported on OS X.
* Broadcast Wave Format (BWF) wave files can now be imported.
* Export
* Metadata can be added to OGG files
* Improved export option selection
* Additional export options added to MP3 and FLAC file formats
* Command line exporter now supported on Windows and OS X
Effects:
* EQ effect
* Responsiveness improved.
* Several enhancements added.
* Batch support added.
* New Auto Duck effect
* Added previewing to AudioUnit effects
* Much improved Noise Removal effect
* Effects previewing can now be canceled
* New DTMF Tone Generator effect
* Additional options available in Noise effect
* Improved the Tone Generation effects
Other features:
* Major speed improvement in Spectrogram rendering
* Increased support for drag and drop on OS X
* 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 can 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
Changes in 1.3.0:
New features
The new features in Audacity 1.3 have been grouped into the
following six major categories.
1. Collapse/Expand Tracks
In Audacity 1.3, every track has an upward-pointing triangle at
the bottom of the label area on the left side of the track.
3. Selection Bar
In Audacity 1.2, the current selection is contained in a
status bar at the bottom of the window. In Audacity 1.3,
this is replaced by a fully functional Selection Bar, which
displays and controls the current selection (your choice of
Start and End, or Start and Length), and the current audio
position. The selection bar is fully editable - just click
in any field and type to change the current selection precisely.
In addition, many formatting options allow you to view times in
different units, such as samples, CD frames, or NTSC video frames.
6. Other features
Better performance with large projects
Transcription toolbar
Upload
Batch
Cut lines
CleanSpeech
Changes in 1.2.4:
* 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.)
* The "View History" window can now discard old undo levels to save disk
space on Windows. (This previously worked only on Linux and Mac.)
Changes in 1.2.3:
* Fixed a bug that caused the program to run slowly when using the
Envelope tool.
* VU Meters will now always reset when audio I/O has stopped.
* Fixed a major Mac-only bug that was causing Audacity to crash at seemingly
random times, but especially during audio playback and recording.
Changes in 1.2.2:
* 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 change the font of a label track by choosing "Font..."
from the label track's pop-up menu.
* Zoom In / Zoom Out now properly disable when they're not available.
Changes in 1.2.1:
* 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 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.
* Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."
Changes in 1.2.0:
Changes in 1.2.0-pre4:
* The Delete key can now be used to delete the current selection,
in addition to the Backspace key.
Changes in 1.2.0-pre3:
* Fixed bug that caused data loss if you deleted all tracks in
a saved project and then open a new file into the same window.
Changes in 1.2.0-pre2:
* Effects
- Repeat Last Effect command
- Improved VST plug-in support
- Most effects now have a Preview button
- Compressor (Dynamic Range Compressor)
- Change Pitch (without changing tempo)
- Change Tempo (without changing pitch)
- Change Speed (changing both pitch and tempo)
- Repeat (useful for creating loops)
- Normalize (adjust volume and DC bias)
* Audio I/O
- 1-second preview command.
- Looped play.
* File I/O
- Audacity 1.2.0 opens project files from all previous versions
of Audacity from 0.98 through 1.1.3.
- Open multiple files from the same dialog.
- Use a text file to specify a list of audio files to open with offsets.
* Bug fixes
- Project files with special characters are no longer invalid.
- "Scratchy" noises caused by bad clipping are fixed.
- Audacity no longer exports invalid Ogg files, and does not cut off the
last few seconds of exported Ogg files.
- Mono MP3 files now export at the correct speed.
- Many incorrect results from the Envelope tool have been fixed.
- The "Export Labels" command now overwrites existing files correctly.
- The "Plot Spectrum" window displays the correct octave numbers for
notes.
- Several memory leaks are fixed.
* File I/O
- Uses improved project file format. (Unfortunately reading
previous formats, including 1.1.1, is not supported.)
- Block files (stored in Audacity project directories) now
use the standard AU format. Though some Audacity
meta-information is in these files, they can now be
read by many other popular audio programs as well.
- Fixed some bugs relating to reading/writing audio
files with more than 16 bits per sample.
- Import RAW is functional again, with a simpler GUI
but support for far more file formats. The
autodetection algorithms are much more accurate than
in 1.0.
* Audio I/O
- Completely rewritten audio I/O, with lower latency
and minimal chance of buffer underruns while
recording.
* Resampling
- Using high quality resampling algorithms, with the
option of better quality for mixing than for real-time
playback
* User Interface
- Tooltips appear in Status Bar.
- Vertical cursor follows play/record
- Pause button
- Drawing tool (with three different modes)
- Vertical Resizing of stereo tracks is more fun.
- Adjust selection by click-dragging selection boundary
- Toolbar button context-sensitive enabling/disabling
- Better zooming functionality (centers region)
- Multiple ways to display the cursor position and selection
- Snap-to selection mode
- Drag tracks up and down
- Align and group align functions
- Cursor save/restore
- Working history window
* Effects
- Effects broken down into three menus: Generate, Effect, and
Analyze
- Generate menu lets you generate silence, noise, or a tone
- Nyquist support (supports plug-ins written in Nyquist,
an interpreted functional language based on Lisp)
* Localization
- Improved localization support
- More languages available
- Language selection dialog on startup
* Mac OS X
- Support for more audio hardware
- Support for full-duplex (play while recording)
- Support for MP3 exporting using LameLib Carbon
* Unix
- Audacity now has a man page (it describes command-line
options and how to set the search path)
* File Formats
- Uses libsndfile 1.0, which fixes some bugs and
improves performance
* Searching for Files:
- On Windows and Mac OS, Audacity now looks for
translations in the "Languages" folder and all plug-ins
in the "Plug-ins" folder, relative to the program.
- On Unix, Audacity looks for translations in
<prefix>/share/locale and looks for everything else
in <prefix>/share/audacity and also in any paths in
the AUDACITY_PATH environment variable
New features in Audacity 1.1.0: