Audio Editor
Go to file
copilot-swe-agent[bot] cf6e85e2c2 Enable OpenMP for parallel spectrogram computation
- Removed mutable mSampleCacheHolder from SpecCache class
- Added sampleCacheHolder as parameter to CalculateOneSpectrum for thread safety
- Updated ThreadLocalStorage to include per-thread sampleCacheHolder
- Added OpenMP support to CMakeLists.txt with find_package(OpenMP)
- All CalculateOneSpectrum calls now pass thread-local sampleCacheHolder

Co-authored-by: saintmatthieu <22740106+saintmatthieu@users.noreply.github.com>
2025-12-05 23:25:03 +00:00
.github chore: add audacity 3.7.6 to the issue template 2025-11-25 16:38:30 +03:00
.vscode Rework: allow burst packet deliveries 2025-09-23 22:31:05 +02:00
au3 Enable OpenMP for parallel spectrogram computation 2025-12-05 23:25:03 +00:00
buildscripts Allow GTK3 platform plugin, since we no longer link to GTK2 2025-10-27 14:40:13 +03: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
muse_framework@608af8b329 chore(deps): update framework 2025-11-28 15:44:08 +01:00
share Improve icons assets 2025-09-26 10:17:19 +02:00
src fix: convert dialog text from utf-8 2025-12-05 12:36:50 +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 Clean-up VSCode settings 2025-08-22 14:19:58 +03:00
.gitmodules Add draft files to git tree 2025-09-23 22:31:05 +02:00
ABOUT-NLS
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 chore: introduce shared module 2025-11-17 20:13:08 +03:00
CMakePresets.json Clean-up VSCode settings 2025-08-22 14:19:58 +03: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 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.