aften

aften 0.0.8

Audio encoder which generates compressed audio streams based on ATSC A/52 specification

https://aften.sourceforge.net/
GNU Lesser General Public License v2.1 only
programs: wavinfo, wavrms, wavfilter, aften
Platforms (45)
armv7a-linuxpowerpc-linuxsh4-linuxarmv5tel-linuxarmv6l-linuxriscv32-linuxmips64-linuxpowerpc64le-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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