acxi

acxi 3.6.03

Audio conversion tool that helps sync lossless to lossy formats

https://smxi.org/
GNU General Public License v3.0 or later
main program: acxiprograms: acxi
Platforms (79)
riscv64-linuxaarch64-linuxpowerpc64-linuxs390x-nonearmv6l-linuxmips-linuxmips64el-linuxmmix-mmixware
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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