- C++ 50.6%
- C 38.1%
- QML 3.7%
- Shell 2.4%
- Common Lisp 1.5%
- Other 3.4%
Resolves: #10557 <!-- Use "x" to fill the checkboxes below like [x] --> - [x] I signed [CLA](https://www.audacityteam.org/cla/) - [x] The title of the pull request describes an issue it addresses - [x] If changes are extensive, then there is a sequence of easily reviewable commits - [x] Each commit's message describes its purpose and effects - [x] There are no behavior changes unnecessary for the stated purpose of the PR Recommended: - [x] Each commit compiles and runs on my machine without known undesirable changes of behavior QA: - [x] Spectrogram ruler, once open, can be navigated with keyboard - [x] Waveform ruler popup still looks the same and is still functional - [x] Speaker-icon popup (that allows placing the output meters on the top or on the side) still looks the same and is still functional - [ ] Autobot test cases have been run |
||
|---|---|---|
| .github | ||
| .tx | ||
| .vscode | ||
| au3 | ||
| buildscripts | ||
| docs | ||
| help | ||
| images | ||
| muse_framework@cbd55eedcc | ||
| share | ||
| src | ||
| thirdparty | ||
| tools/translations | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| ABOUT-NLS | ||
| BUILDING.md | ||
| CHANGELOG.txt | ||
| ci_build.bat | ||
| ci_build.cmake | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| generate_sln.bat | ||
| INSTALL | ||
| LICENSE.txt | ||
| README.md | ||
| SetupConfigure.cmake | ||
| version.cmake | ||
Audacity
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.