To find out what’s new, visit the releases feed on Github.
Source Code
- Audacity 3.3.3 Source Tarball
SHA256: 3d9ff1fc6a0ecd6591f19445c77c80774d364b268da652760829cf3598e08071
This is a standard source tarball, primarily for GNU/Linux, and assumes your system has the necessary dependencies and libraries installed.
- View Checksum
- Git Repository For all platforms. Check out either the latest Audacity development code or a specific tagged release. Git checkouts and releases are suitable for any system, including those that lack the necessary dependencies to compile the standard source tarball.
System Requirements
How to Compile Audacity
Dependencies
The wxWidgets library is required. Audacity 3.3.3 requires wxGTK 3.1.3 or later. If you compile wxWidgets yourself it should be built with the default gtk2 option, not with gtk3.
CMake is required.
If you install libraries using a package management system like Apt or RPM, you need to install the “dev” (development) packages for each library.
Compilation
To compile Audacity, follow the instructions on GitHub