audacity
audacity 4.0.0
Sound editor with graphical UI
https://www.audacityteam.orgGNU General Public License v2.0 or laterGNU General Public License v3.0 onlyCreative Commons Attribution 3.0
main program: audacityprograms: audacity
Platforms (45)
riscv64-netbsdsh4-linuxpowerpc-netbsdmicroblaze-linuxriscv64-linuxi686-cygwins390-linuxarc-linux
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