Subject: CVS commit: pkgsrc/audio
From: Niclas Rosenvik
Date: 2022-10-02 15:41:55
Message id: 20221002134155.47EA3FA90@cvs.NetBSD.org

Log Message:
Add SDL2_sound version 2.0.1 to pkgsrc-current

SDL2_sound is a library that handles the decoding of several popular sound file
formats, such as .WAV and .MP3.  It is meant to make the programmer's sound
playback tasks simpler.

The programmer gives SDL2_sound a filename, or feeds it data directly from one
of many sources, and then reads the decoded waveform data back at her leisure.

If resource constraints are a concern, SDL2_sound can process sound data in
programmer-specified blocks.  Alternately, SDL2_sound can decode a whole sound
file and hand back a single pointer to the whole waveform.  SDL2_sound can also
handle sample rate, audio format, and channel conversion on-the-fly and
behind-the-scenes, if the programmer desires.

Files:
RevisionActionfile
1.1addpkgsrc/audio/SDL2_sound/DESCR
1.1addpkgsrc/audio/SDL2_sound/Makefile
1.1addpkgsrc/audio/SDL2_sound/PLIST
1.1addpkgsrc/audio/SDL2_sound/buildlink3.mk
1.1addpkgsrc/audio/SDL2_sound/distinfo