• C++ 50.7%
  • C 37.5%
  • QML 4%
  • Shell 2.4%
  • Common Lisp 1.5%
  • Other 3.6%
Find a file
Dmitry Makarenko 2c614cbf4c
update Audacity version options in the issue template
Removed older alpha versions from the bug report template.
2026-06-11 17:06:16 +03:00
.github update Audacity version options in the issue template 2026-06-11 17:06:16 +03:00
.tx Transifex sync 2026-06-10 20:49:42 +03:00
.vscode Windows vscode: Launch (cdb - Windows) works for targets other than "audacity (install)" 2026-05-15 18:52:53 +02:00
au3 Fix mixed-up enconding conversions 2026-06-10 20:49:42 +03:00
buildscripts friendly name, uninstaller cleanup, file associations 2026-06-03 20:12:57 +03:00
docs Doc update [skip ci] 2026-02-10 14:24:51 +01: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
muse@8917fd273e Move usage info to an optional module 2026-06-11 13:55:19 +03:00
share Transifex sync 2026-06-10 20:49:42 +03:00
src break the circular dependency cloud services <-> usage info 2026-06-11 13:55:19 +03:00
thirdparty moved libnyquist CMakeLists.txt from au3/lib-src/ to thirdparty/ and adjust path 2026-02-26 15:39:16 +01:00
tools/translations lupdate: ignore legacy au3 whitespace warnings 2026-06-10 20:49:40 +03:00
.editorconfig set .editorconfig indent_size to 4 2024-10-22 16:50:10 +02:00
.gitattributes Gifs for delete pref onboarding 2025-08-22 14:51:42 +02:00
.gitignore Converter scripts for importing existing translations from PO to TS files 2026-06-10 20:49:40 +03:00
.gitmodules Move muse_framework to muse 2026-05-07 17:55:02 +03:00
ABOUT-NLS Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +00:00
BUILDING.md BUILDING.md updated to list Qt 6.10 as the minimum required version for the macOS build. 2026-05-23 13:44:17 -07:00
CHANGELOG.txt Changelog: pull 3.7.x entries from audacity3 branch and add 4.0.0 beta 1 2026-06-08 18:42:00 +03:00
ci_build.bat moved AU4 stuff to ./ dir 2024-10-15 12:09:39 +03:00
ci_build.cmake rename MU_RUN_LRELEASE 2026-03-13 12:25:55 +01:00
CMakeLists.txt Move usage info to an optional module 2026-06-11 13:55:19 +03:00
CMakePresets.json Clean-up VSCode settings 2025-08-22 14:19:58 +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 Minor README cleanup 2025-10-08 13:20:43 +02:00
SetupConfigure.cmake Fix testing build updates 2026-06-04 15:28:27 +02:00
version.cmake Consolidate MUSE_APP_RELEASE_CHANNEL assignment in SetupConfigure.cmake 2026-05-20 13:38:18 +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, the master branch is currently not particularly friendly to new contributors. It is still possible to submit patches to Audacity 3.x; make sure you branch off audacity3 if you choose to do so. Build instructions for 3.x can be found here; build instructions for Audacity 4 can be found here.

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 /au3/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.