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