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 (79)
s390-linuxwasm64-wasip1mips-linuxx86_64-genodeor1k-nonearmv6l-linuxarmv7a-linuxm68k-linux
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