SDL_sound

SDL_sound 1.0.3

SDL sound library

https://www.icculus.org/SDL_sound/
GNU Lesser General Public License v2.1 or later
main program: playsoundprograms: playsound_simple, playsound
Platforms (80)
i686-cygwinpowerpc64-linuxor1k-noneriscv32-linuxaarch64-windowsm68k-netbsdarmv7a-linuxx86_64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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