SDL2_sound
SDL2_sound 2.0.6
SDL2 sound library
https://www.icculus.org/SDL_sound/zlib LicensePublic DomainArtistic License 1.0GNU Lesser General Public License v2.1 only
main program: playsoundprograms: playsound
Maintainers
Platforms (80)
x86_64-redoxi686-openbsdx86_64-freebsds390-linuxm68k-nonex86_64-genodemicroblaze-nonearc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL2_sound ];
Ad-hoc shell
nix-shell -p SDL2_sound
Flake (nix run)
nix run nixpkgs#SDL2_sound