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 (79)
armv7l-netbsdmips64el-linuxpowerpcle-noneaarch64-netbsdriscv64-netbsdpowerpc64-linuxi686-nonearmv7a-netbsd
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