Download List

專案描述

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.

2003-10-12 23:38
1.0.1

This release has a Speex audio decoder, DLS instrument support in the MIDI decoder, Visual C 6.0 project files, and several important bugfixes.
標籤: Minor feature enhancements

2002-10-26 13:33
1.0.0

This release fixes memory leaks and other bugs, can decode MP3 files without any external libraries, and contains experimental support for Apple's Quicktime API. Mac OS 9, Mac OS X, and Windows CE are now supported, and a "playsound" application was included, which can play audio from stdin or from inside zip files. Also included are an audio seeking API, an alternate audio converter, man pages, API references, and other cleanups and fixes.
標籤: Major feature enhancements

2002-02-08 08:54
0.1.5

Internal support for MIDI and .AU files, optional use of the ModPlug library to decode several file formats, thread-safety, a new sound rewinding API, ability for the included playsound application to loop playback with a commandline option, support for BeOS, CodeWarrior on MacOS 9, and PowerBuilder on MacOS X, updated support for Visual C on Win32, and other fixes and enhancements.
標籤: Major feature enhancements

2001-12-31 04:16
0.1.4

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.
標籤: Major feature enhancements

2001-10-16 01:55
0.1.3

This release uses autoconf for a build system. The library is now portable to Win32 and MacOS X in addition to more traditional Unix systems. MP3 decoding is no longer broken. Support has been added for Shorten (.shn) sound files and experimental MIDI decoding. There are other bugfixes and enhancements.
標籤: Major feature enhancements

Project Resources