audacity
audacity 3.7.8
Sound editor with graphical UI
https://www.audacityteam.orgGNU General Public License v2.0 or laterGNU General Public License v3.0Creative Commons Attribution 3.0
main program: audacityprograms: audacity
Platforms (46)
mipsel-linuxpowerpc64le-linuxpowerpc-netbsdaarch64-darwinriscv64-linuxi686-cygwins390x-linuxx86_64-darwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ audacity ];
Ad-hoc shell
nix-shell -p audacity
Flake (nix run)
nix run nixpkgs#audacity