mirror of https://github.com/audacity/audacity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
.github | 3 months ago | |
cmake-proxies | 1 month ago | |
conan | 2 months ago | |
crashreporter | 3 months ago | |
dox2-src | 1 year ago | |
help | 1 year ago | |
images | 2 months ago | |
include/audacity | 2 years ago | |
lib-src | 5 months ago | |
libraries | 6 hours ago | |
linux | 2 months ago | |
locale | 7 days ago | |
mac | 3 weeks ago | |
modules | 2 days ago | |
nyq-po | 3 years ago | |
nyquist | 1 year ago | |
plug-ins | 1 week ago | |
resources | 6 months ago | |
scripts | 3 months ago | |
src | 7 hours ago | |
tests | 4 weeks ago | |
win | 4 months ago | |
.editorconfig | 2 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 2 years ago | |
ABOUT-NLS | 10 years ago | |
BUILDING.md | 3 months ago | |
CHANGELOG.txt | 4 months ago | |
CMakeLists.txt | 3 months ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
CONTRIBUTING.md | 4 months ago | |
INSTALL | 4 months ago | |
LICENSE.txt | 2 years ago | |
README.md | 2 months ago | |
audacity.dox | 7 months ago | |
audacity.dox.in | 2 years ago | |
nographs.dox | 3 years ago |
README.md
Audacity
Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems.
- Recording from any real or virtual audio device that is available to the host system.
- Export / Import a wide range of audio formats, extensible with FFmpeg.
- High quality using 32-bit float audio processing.
- Plugin Support for multiple audio plugin formats, including VST, LV2, and AU.
- Macros for chaining commands and batch processing.
- Scripting in Python, Perl, or any other language that supports named pipes.
- Nyquist a powerful built-in scripting language that may also be used to create plugins.
- Editing multi-track editing with sample accuracy and arbitrary sample rates.
- Accessibility for VI users.
- Analysis and visualization tools to analyze audio or other signal data.
Users
For end users, the latest Windows and macOS release version of Audacity is available from the Audacity website. Help with using Audacity is available here.
Developers
Build instructions are available here.
Additional development resources may be found here.
License
Audacity is open source software licensed GPLv3. Most code files are GPLv2-or-later, with the notable exceptions being /lib-src (which contains third party libraries), as well as VST3-related code. Documentation is licensed CC-by 3.0 unless otherwise noted. Details can be found in the license file.