Pullup ticket #3308 - requested by drochner
[pkgsrcv2.git] / audio / SDL_sound / DESCR
1 SDL_sound is a library that handles the decoding of several popular sound file
2 formats, such as .WAV and .MP3.  It is meant to make the programmer's sound
3 playback tasks simpler.
4
5 The programmer gives SDL_sound a filename, or feeds it data directly from one
6 of many sources, and then reads the decoded waveform data back at her leisure.
7
8 If resource constraints are a concern, SDL_sound can process sound data in
9 programmer-specified blocks.  Alternately, SDL_sound can decode a whole sound
10 file and hand back a single pointer to the whole waveform.  SDL_sound can also
11 handle sample rate, audio format, and channel conversion on-the-fly and
12 behind-the-scenes, if the programmer desires.