No description
  • C++ 79.2%
  • C 7.5%
  • QML 6.8%
  • Common Lisp 2.5%
  • CMake 1.9%
  • Other 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-22 14:46:45 +02:00
.github Install WiX on WoA runner 2026-07-15 19:15:24 +03:00
.tx Transifex sync 2026-06-10 20:49:42 +03:00
.vscode ci: use Qt-bundled qmlformat instead of prebuilt binary 2026-06-16 17:48:49 +02:00
au3 Add dialog titles (#11260) 2026-07-17 12:12:59 +02:00
buildscripts Restore keyboard navigation after muse commands migration 2026-07-15 10:48:49 +02: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@8fd0a9d5cd Add dialog titles (#11260) 2026-07-17 12:12:59 +02:00
muse_deps@b3da19f312 Update muse_deps and muse framework 2026-07-15 10:48:49 +02:00
share Run lupdate with arguments -no-obsolete 2026-07-22 11:03:49 +03:00
src Recompute ruler cursor and guideline when the view moves under the pointer 2026-07-22 14:46:32 +02: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 add muse_deps submodule and set up dependency scripts 2026-06-25 13:14:55 +03:00
.gitmodules bump muse_deps 2026-06-25 13:14:56 +03:00
ABOUT-NLS
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 add muse_deps submodule and set up dependency scripts 2026-06-25 13:14:55 +03:00
ci_build.cmake add muse_deps submodule and set up dependency scripts 2026-06-25 13:14:55 +03:00
CMakeLists.txt AUP importer tests 2026-07-13 15:46:11 +02:00
CMakePresets.json fix: Use MUSE_COMPILE_ASAN in ASAN preset for cross-platform support (#11210) 2026-06-18 18:27:28 +02:00
CODE_OF_CONDUCT.md
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 add cache control option for S3 uploads 2026-07-06 13:10:15 +03:00
SetupConfigure.cmake there is no left space on machine, let's disable asan for code coverage 2026-07-06 10:33:29 +03: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.