easyeffects

easyeffects 8.2.9

Audio effects for PipeWire applications

https://github.com/wwmm/easyeffects
GNU General Public License v3.0 or later
main program: easyeffectsprograms: easyeffects
Platforms (24)
i686-linuxpowerpc64le-linuxarmv7l-linuxriscv32-linuxarmv5tel-linuxriscv64-linuxs390-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  easyeffects
];
Ad-hoc shell
nix-shell -p easyeffects
Flake (nix run)
nix run nixpkgs#easyeffects