Download List

Descripción del Proyecto

SDL_sound is a library that handles the decoding of several popular sound file formats such as .WAV and .MP3. Designed to make the task of sound playback easier, SDL_sound accepts files or other input through an abstraction layer and returns the decoded waveform. SDL_sound can decode a whole sound file and hand back a single pointer to the waveform, or SDL_sound can process sound data in programmer-specified blocks when resource constraints are a concern. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-31 04:16 Back to release list
0.1.4

Este comunicado puede manejar FLAC archivos codificados y MS-ADPCM WAV archivos codificados. La conversión de formatos de sonido se maneja internamente, y ya no se basa en las instalaciones de SDL. Los módulos de decodificador de hacer una lista de más de un apoyo extensión de archivo. El programa de prueba incluye ahora permite al usuario especificar una serie de argumentos de la línea de comandos útiles, tiene un mucho mejor algoritmo de reproducción de sonido, y puede pasar los archivos con CTRL-C como plaympeg/mpg123. Ha habido muchas correcciones y limpieza en general.
Tags: Major feature enhancements
This release can handle FLAC-encoded files and MS-ADPCM encoded WAV files. Sound format conversion is handled internally, and no longer relies on SDL's facilities. The decoder modules can now list more than one supported file extension. The included test program now lets the user specify a number of useful command line arguments, has a much improved sound playback algorithm, and can skip files with CTRL-C like plaympeg/mpg123. There have been many bugfixes and cleanups overall.

Project Resources