Audacity (audio editor)
Audacity is a free and open-source digital audio editor and recording application software, available for Windows, macOS, Linux, and other Unix-like operating systems. Audacity was started in the fall of 1999 by Dominic Mazzoni and Roger Dannenberg at Carnegie Mellon University and was released on May 28, 2000 as version 0.8.
As of June 26, 2020, it is the most popular download from FossHub, with over 93.2 million downloads since March 2015. Previously, downloads were served from Google Code and SourceForge, with a combined total in excess of 110 million downloads. Audacity won the SourceForge 2007 and 2009 Community Choice Award for Best Project for Multimedia.
Features and usage
In addition to recording audio from multiple sources, Audacity can be used for post-processing of all types of audio, including podcasts by adding effects such as normalization, trimming, and fading in and out. Audacity has also been used to record and mix entire albums, such as by Tune-Yards. It is also currently used in the UK OCR National Level 2 ICT course for the sound creation unit.Audacity's features include:
- Recording and playing back sounds
- * Scrubbing
- * Timer Record enables the user to schedule when a recording begins and ends to make an unattended recording.
- * MIDI playback is available
- * Punch and Roll recording - for editing on-the-fly
- Editing
- * via cut, copy, and paste, with unlimited levels of undo
- * Features of modern multitrack audio software including navigation controls, zoom and single track edit, project pane and XY project navigation, non-destructive and destructive effect processing, audio file manipulation
- * Amplitude envelope editing
- * Precise adjustments to the audio speed while maintaining pitch in order to synchronize it with video or run for a predetermined length of time
- * Conversion of cassette tapes or records into digital tracks by splitting the audio source into multiple tracks based on silences in the source material
- Cross-platform operation — Audacity works on Windows, macOS, and other Unix-like systems
- * Audacity uses the wxWidgets software library to provide a similar graphical user interface on several different operating systems.
- A large array of digital effects and plug-ins. Additional effects can be written with Nyquist, a Lisp dialect.
- * Built-in LADSPA, VST and Nyquist plug-in support
- * Noise Reduction based on sampling the noise to be minimized.
- * Vocal Reduction and Isolation for the creation of karaoke tracks and isolated vocal tracks.
- * Adjusting audio pitch while maintaining speed and adjusting audio speed while maintaining pitch
- * LADSPA, VST and Audio Unit effects now support real-time preview. Note: Real-time preview does not yet support latency compensation.
- * Saving and loading of user presets for effect settings across sessions.
- Multitrack mixing
- * Support for multi-channel modes with sampling rates up to 96 kHz with 32 bits per sample
- Audio spectrum analysis using the Fourier transform algorithm
- Importing and exporting of WAV, AIFF, MP3, Ogg Vorbis, and all file formats supported by libsndfile library. Versions 1.3.2 and later supported Free Lossless Audio Codec. Version 1.3.6 and later also supported additional formats such as WMA, AAC, AMR and AC3 via the optional FFmpeg library.
- Detection of dropout errors while recording with an overburdened CPU
- From 2.3.2 onwards, mod-script-pipe for driving Audacity from Python now comes with Audacity and it can be enabled via preferences.
- A full downloadable manual .
- Four user-selectable themes enable the user to choose their preferred look and feel for the application
- * Four user-selectable colorways for waveform display in audio tracks
Limitations
Audacity supports only 32-bit or 64-bit VST audio effect plug-ins, depending on which architecture it was built for, but not both at the same time. It is built in 32-bit for Windows and 64-bit for macOS.It does not support instrument VST plugins.
Audacity lacks dynamic equalizer controls and real time effects while recording.
Audacity does not natively import or export WMA, AAC, AC3 or most other proprietary or restricted file formats; rather, an optional FFmpeg library is required.
Language support
In addition to English language, the Graphical User Interface of the Audacity software program is translated into Afrikaans, Arabic, Basque, Bulgarian, Catalan, Chinese, Chinese, Czech, Danish, Dutch, Finnish, French, Galician, German, Greek, Hungarian, Irish, Italian, Japanese, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian, and Welsh.The documentation, the Audacity Manual, is available only in English. The Audacity Forum offers technical support in: Spanish, French, Russian and German.
Architecture
The diagram illustrates the layers and modules in Audacity. Note the three important classes within wxWidgets, each of which has a reflection in Audacity. Higher-level abstractions result from related lower-level ones.For example, the BlockFile system is a reflection of and is built on wxWidgets' wxFiles. Lower down in the diagram is a narrow strip for "Platform Specific Implementation Layers."
Both wxWidgets and PortAudio are OS abstraction layers. Both contain conditional code that chooses between different implementations depending on the target platform.
Reception
The free and open nature of Audacity has allowed it to become very popular in education, encouraging its developers to make the user interface easier for students and teachers.CNET rated Audacity 5/5 stars and called it "feature rich and flexible". Preston Gralla of PC World said, "If you're interested in creating, editing, and mixing you'll want Audacity." Jack Wallen of Tech Republic highlighted its features and ease-of-use. Michael Muchmore of PC Magazine rated it 3.5/5 stars and said, "Though not as slick or powerful as programs from the likes of Adobe, Sony, and M-Audio, Audacity is surprisingly feature-full for free software."
In The Art of Unix Programming, Eric S. Raymond says of Audacity "The central virtue of this program is that it has a superbly transparent and natural user interface, one that erects as few barriers between the user and the sound file as possible."
Several authors criticized Audacity for inconvenient user interface, destructive editing and lack of features, comparing Audacity unfavorably to competing products, which require fewer actions from the user to do tasks such as crossfade and noise reduction.