Find a file
2025-08-08 23:32:25 +02:00
.github Merge pull request #9127 from grliszas14/master 2025-07-24 17:22:07 +03:00
.vscode vscode config fix 2025-08-08 23:32:25 +02:00
au3 Noise reduction - UI implementation 2025-08-08 23:32:25 +02:00
buildscripts Added PCM export 2025-08-04 13:28:54 +02:00
docs Clean-up: Builtin-viewer in builtin module, effectmanagemenu in effects_base module 2025-06-27 15:45:46 +02:00
help delete unused manpage and manual generators 2024-10-16 11:36:43 +02:00
images dalete unused XPM images 2024-10-16 11:36:43 +02:00
share Split tool enabled for Advanced and Music workspaces, hidden for Classic workspace 2025-08-01 15:17:44 +03:00
src #9027 disable preset dropdown if only default preset is available 2025-08-08 23:32:25 +02:00
.editorconfig set .editorconfig indent_size to 4 2024-10-22 16:50:10 +02:00
.gitattributes normalize line endings to lf 2024-09-25 13:18:50 +02:00
.gitignore add .cache to .gitignore 2024-11-04 13:07:12 +01:00
ABOUT-NLS Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +00:00
BUILDING.md Update BUILDING.md 2024-11-29 13:06:23 +03:00
CHANGELOG.txt update changelog 2024-09-12 16:21:19 +02:00
ci_build.bat moved AU4 stuff to ./ dir 2024-10-15 12:09:39 +03:00
ci_build.cmake added code coverage 2025-01-16 20:14:22 +02:00
CMakeLists.txt Framework update 2025-08-01 15:17:44 +03:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2018-09-10 18:31:03 +01:00
CONTRIBUTING.md Unnecessary spaces in the file 2024-05-02 12:48:20 +02:00
generate_sln.bat generate_sln.bat for visual studio users 2024-10-22 16:50:10 +02:00
INSTALL fix broken links, remove wikilinks 2023-06-02 14:29:46 +02:00
LICENSE.txt GPL-2.0+, GPL-3.0, CC-by-3.0 2021-12-21 14:30:11 +01:00
README.md added code coverage 2025-01-16 20:14:22 +02:00
SetupConfigure.cmake disabled profiler for release 2025-06-20 12:38:13 +03:00
version.cmake moved AU4 stuff to ./ dir 2024-10-15 12:09:39 +03:00

Audacity

Coverage

Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. More info can be found on https://www.audacityteam.org

This repository is currently undergoing major structural change.

We're currently working on Audacity 4, which means an entirely new UI and also refactorings aplenty. As such, master is currently not particularly friendly to new contributors. It still is possible to submit patches to Audacity 3.x; make sure you branch off release-3.7.x if you choose to do so. Build instructions for 3.x can be found here; build instructions for Audacity 4 are not available yet.

You can stay updated with our efforts on YouTube, discord and our blog.

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.