SDL2_sound
SDL2_sound 2.0.4
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)
i686-freebsdi686-openbsdarmv7l-linuxarmv7a-netbsdarmv6l-noneaarch64-linuxaarch64-uefimsp430-none
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