This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
sdl-wii/SDL_mixer/src
scanff 3a513cffbd Ogg's now play! As simple as changing.
SDL_BuildAudioCVT(cvt, AUDIO_S16, vi->channels, vi->rate,             mixer.format,mixer.channels,mixer.freq);

To - AUDIO_S16MSB
2009-11-04 06:49:40 +00:00
..
acinclude Initial import. 2009-04-23 17:32:29 +00:00
build-scripts Initial import. 2009-04-23 17:32:29 +00:00
mikmod Initial import. 2009-04-23 17:32:29 +00:00
native_midi Initial import. 2009-04-23 17:32:29 +00:00
native_midi_gpl Initial import. 2009-04-23 17:32:29 +00:00
timidity Initial import. 2009-04-23 17:32:29 +00:00
autogen.sh Initial import. 2009-04-23 17:32:29 +00:00
CHANGES Initial import. 2009-04-23 17:32:29 +00:00
configure.in Initial import. 2009-04-23 17:32:29 +00:00
COPYING Initial import. 2009-04-23 17:32:29 +00:00
CWProjects.sea.bin Initial import. 2009-04-23 17:32:29 +00:00
dynamic_flac.c Initial import. 2009-04-23 17:32:29 +00:00
dynamic_flac.h Initial import. 2009-04-23 17:32:29 +00:00
dynamic_mp3.c Initial import. 2009-04-23 17:32:29 +00:00
dynamic_mp3.h Initial import. 2009-04-23 17:32:29 +00:00
dynamic_ogg.c Initial import. 2009-04-23 17:32:29 +00:00
dynamic_ogg.h Initial import. 2009-04-23 17:32:29 +00:00
effect_position.c Initial import. 2009-04-23 17:32:29 +00:00
effect_stereoreverse.c Initial import. 2009-04-23 17:32:29 +00:00
effects_internal.c Initial import. 2009-04-23 17:32:29 +00:00
effects_internal.h Initial import. 2009-04-23 17:32:29 +00:00
gcc-fat.sh Initial import. 2009-04-23 17:32:29 +00:00
load_aiff.c Initial import. 2009-04-23 17:32:29 +00:00
load_aiff.h Initial import. 2009-04-23 17:32:29 +00:00
load_flac.c Initial import. 2009-04-23 17:32:29 +00:00
load_flac.h Initial import. 2009-04-23 17:32:29 +00:00
load_ogg.c Initial import. 2009-04-23 17:32:29 +00:00
load_ogg.h Initial import. 2009-04-23 17:32:29 +00:00
load_voc.c Initial import. 2009-04-23 17:32:29 +00:00
load_voc.h Initial import. 2009-04-23 17:32:29 +00:00
Makefile.in Initial import. 2009-04-23 17:32:29 +00:00
mixer.c Initial import. 2009-04-23 17:32:29 +00:00
MPWmake.sea.bin Initial import. 2009-04-23 17:32:29 +00:00
music.c Initial import. 2009-04-23 17:32:29 +00:00
music_cmd.c Initial import. 2009-04-23 17:32:29 +00:00
music_cmd.h Initial import. 2009-04-23 17:32:29 +00:00
music_flac.c Initial import. 2009-04-23 17:32:29 +00:00
music_flac.h Initial import. 2009-04-23 17:32:29 +00:00
music_mad.c Initial import. 2009-04-23 17:32:29 +00:00
music_mad.h Initial import. 2009-04-23 17:32:29 +00:00
music_ogg.c Ogg's now play! As simple as changing. 2009-11-04 06:49:40 +00:00
music_ogg.h Initial import. 2009-04-23 17:32:29 +00:00
playmus.c Initial import. 2009-04-23 17:32:29 +00:00
playwave.c Initial import. 2009-04-23 17:32:29 +00:00
README Initial import. 2009-04-23 17:32:29 +00:00
SDL_mixer.h Initial import. 2009-04-23 17:32:29 +00:00
SDL_mixer.qpg.in Initial import. 2009-04-23 17:32:29 +00:00
SDL_mixer.spec.in Initial import. 2009-04-23 17:32:29 +00:00
version.rc Initial import. 2009-04-23 17:32:29 +00:00
wavestream.c Initial import. 2009-04-23 17:32:29 +00:00
wavestream.h Initial import. 2009-04-23 17:32:29 +00:00

SDL_mixer 1.2

The latest version of this library is available from:
http://www.libsdl.org/projects/SDL_mixer/

Due to popular demand, here is a simple multi-channel audio mixer.
It supports 8 channels of 16 bit stereo audio, plus a single channel
of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
libraries.

See the header file SDL_mixer.h and the examples playwave.c and playmus.c
for documentation on this mixer library.

The mixer can currently load Microsoft WAVE files and Creative Labs VOC
files as audio samples, and can load MIDI files via Timidity and the
following music formats via MikMod:  .MOD .S3M .IT .XM. It can load
Ogg Vorbis streams as music if built with Ogg Vorbis or Tremor libraries,
and finally it can load MP3 music using the SMPEG or libmad libraries.

Tremor decoding is disabled by default; you can enable it by passing
	--enable-music-ogg-tremor
to configure, or by defining OGG_MUSIC and OGG_USE_TREMOR.

libmad decoding is disabled by default; you can enable it by passing
	--enable-music-mp3-mad
to configure, or by defining MP3_MAD_MUSIC
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
WARNING: The license for libmad is GPL, which means that in order to
         use it your application must also be GPL!
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The process of mixing MIDI files to wave output is very CPU intensive,
so if playing regular WAVE files sound great, but playing MIDI files
sound choppy, try using 8-bit audio, mono audio, or lower frequencies.

To play MIDI files, you'll need to get a complete set of GUS patches
from:
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.

This library is available under the GNU Library General Public License,
see the file "COPYING" for details.