libsdl_sound: A library to decode popular audio formats1

SDL_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 SDL_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, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.

... part of T2, get it here

URL: http://icculus.org/SDL_sound/

Author: Ryan C. Gordon <icculus [at] clutteredmind [dot] org>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: LGPL
Status: Stable
Version: 1.0.3

Remark: Does cross compile (as setup and patched in T2).

Download: http://icculus.org/SDL_sound/downloads SDL_sound-1.0.3.tar.gz

T2 source: libsdl_sound.cache
T2 source: libsdl_sound.desc

Build time (on reference hardware): 3% (relative to binutils)2

Installed size (on reference hardware): 1.07 MB, 12 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils flac gawk grep libogg libsdl libvorbis linux-header make sed speex tar tslib

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).