Audio Editor
Go to file
2025-06-10 15:52:05 +03:00
.github Temporary workaround to fix the build with GCC15 2025-05-26 14:43:52 +03:00
au4 fixed #7487: override all shortcuts when editing 2024-10-11 15:35:01 +03:00
cmake-proxies Windows certificate is no longer valid, now using signing service provided by Muse 2025-05-22 11:09:36 +03:00
conan Fix clipping wxStaticText 2025-03-05 16:09:40 +03:00
crashreporter Update privacy policy URL 2025-02-18 21:19:04 +03:00
dox2-src
help Update appdata.xml 2025-05-26 19:45:26 +03:00
images #8838, #8836 Fix text contrast issues with Dark and High-contrast themes on windows 2025-05-28 13:45:09 +03:00
include/audacity
lib-src px_mac_coreaudio.c: trivial fix for legacy macOS 2025-04-01 14:10:26 +03:00
libraries Welcome dialog: accessible names for carousel buttons. 2025-05-30 17:49:48 +03:00
linux Temporary workaround to fix the build with GCC15 2025-05-26 14:43:52 +03:00
locale Update translations 2025-06-10 15:52:05 +03:00
mac change icon to be compliant with the style guidelines 2024-01-02 20:14:50 +01:00
modules Use GetEffectsDialog for all "Get more effects" menus and buttons 2025-05-28 16:40:13 +03:00
nyq-po remove vocal reduction effect 2024-04-04 13:07:25 +02:00
nyquist Use set(...) not list( APPEND ... ) for first assignments in cmake 2024-05-02 15:08:38 +03:00
plug-ins Fix Studio Fade Out. 2025-03-24 14:35:57 +03:00
resources Re-enable Classic Filters and place it in Legacy group 2024-07-30 15:11:03 +02:00
scripts Windows certificate is no longer valid, now using signing service provided by Muse 2025-05-22 11:09:36 +03:00
src Welcome dialog: remove top and bottom of grey band from the tab order. 2025-05-29 16:28:35 +02:00
tests remove arch tags from 3-4 version control systems ago 2024-01-15 07:22:48 +01:00
win Windows certificate is no longer valid, now using signing service provided by Muse 2025-05-22 11:09:36 +03:00
.editorconfig
.gitattributes normalize line endings to lf 2024-09-25 13:18:50 +02:00
.gitignore Fix libopus import 2024-10-25 19:35:43 +03:00
ABOUT-NLS
audacity.dox
audacity.dox.in Remove mentions of libmad 2023-11-22 22:25:26 +01:00
BUILDING.md Change pip3 for pipx -> BUILDING.md 2024-11-12 23:18:34 +01:00
CHANGELOG.txt Update changelog 2025-05-27 11:05:58 +03:00
CMakeLists.txt Bump version 2025-03-14 14:06:32 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Unnecessary spaces in the file 2024-05-02 15:08:39 +03:00
INSTALL
LICENSE.txt
nographs.dox
README.md README.md fixes 2023-07-26 13:53:27 +02:00

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.