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, playsound_simple
Platforms (80)
vc4-nonei686-openbsdpowerpc64le-linuxi686-freebsdi686-cygwinx86_64-redoxarmv7a-netbsdx86_64-freebsd
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