Audio Editor
Go to file
2025-12-24 11:45:52 +02:00
.github ci: update qt to 6.10.1 2025-12-12 11:22:56 +03:00
.vscode chore: fix launch.json 2025-12-17 12:03:57 +01:00
au3 Fix crash on OGG import 2025-12-19 13:02:07 +01:00
buildscripts Added Opus import 2025-12-19 13:02:07 +01:00
docs feat(effect) rename EffectsViewer as DestructiveEffectsViewer in View, ViewModel etc. 2025-12-17 09:51:08 +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_framework@db0f4fd338 framework update 2025-12-23 17:11:45 +02:00
share Improve icons assets 2025-09-26 10:17:19 +02:00
src Labels track. Editor navigation (#10101) 2025-12-24 11:45:52 +02: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 refactor(au3-libs) edit .gitignore since library path have changed 2025-12-09 11:42:42 +01:00
.gitmodules fixed submodule 2025-12-18 17:24:12 +02: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 2025-09-08 16:41:02 +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 enabled crash client on all platforms 2025-10-03 09:06:59 -07:00
CMakeLists.txt refactor(au3-libs) fix sbsms and soundtouch definition 2025-12-09 11:42:42 +01: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 Windows installer 2025-09-24 12:03:51 +02:00
version.cmake Addressed code review comments 2025-09-24 12:03:51 +02: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.