aaxtomp3

aaxtomp3 1.3

Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS

https://krumpetpirate.github.io/AAXtoMP3
Do What The F*ck You Want To Public License
programs: aaxtomp3, interactiveaaxtomp3
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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