scummvm/sound
Andre Heider 922510df7e SOUND: New global define AUDIO_REVERSE_STEREO.
This reverses the stereo channels for all sfx streams, meant for
hardware devices which expect an inverse order. Use it for the Wii
and Gamecube port since it's reversed since day one :P

svn-id: r52357
2010-08-24 18:44:14 +00:00
..
decoders MP3: Fix seeking. 2010-08-22 12:04:44 +00:00
mods GUI: add music devices for c64, amiga and apple II gs 2010-08-11 18:54:56 +00:00
softsynth FM-TOWNS AUDIO: fix possible crash 2010-08-20 22:10:15 +00:00
audiocd.cpp AUDIO: Implement volume and balance control for the AudioCD manager (needed for music fading in Kyra 1 FM-Towns and probably other FM-Towns games). This addition applies to emulated CD audio only for now. I haven't found a way to implement this for real CDs yet. SDL doesn't seem to support this (but it might be just me? If anyone knows more about this, just tell me). 2010-08-04 16:53:09 +00:00
audiocd.h AUDIO: Implement volume and balance control for the AudioCD manager (needed for music fading in Kyra 1 FM-Towns and probably other FM-Towns games). This addition applies to emulated CD audio only for now. I haven't found a way to implement this for real CDs yet. SDL doesn't seem to support this (but it might be just me? If anyone knows more about this, just tell me). 2010-08-04 16:53:09 +00:00
audiostream.cpp Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
audiostream.h Some documentation cleanup to ease readability. 2010-06-15 17:13:18 +00:00
fmopl.cpp Add missing include for translations 2010-06-26 15:55:53 +00:00
fmopl.h Show an error message in case multiple OPL outputs are created instead of using an assert. 2010-03-08 00:54:05 +00:00
mididrv.cpp Use tabs instead of spaces for indentation. 2010-08-11 19:32:07 +00:00
mididrv.h Use tabs instead of spaces for indentation. 2010-08-11 19:32:07 +00:00
midiparser_smf.cpp Cleanup. 2010-07-16 03:31:45 +00:00
midiparser_xmidi.cpp
midiparser.cpp Cleanup. 2010-07-16 03:31:45 +00:00
midiparser.h Make MidiParser::sendToDriver protected. 2010-06-18 02:25:11 +00:00
mixer_intern.h AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
mixer.cpp SOUND: New global define AUDIO_REVERSE_STEREO. 2010-08-24 18:44:14 +00:00
mixer.h Rename input -> stream 2010-04-29 21:54:39 +00:00
module.mk GUI: add music devices for c64, amiga and apple II gs 2010-08-11 18:54:56 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) 2010-06-25 18:47:52 +00:00
musicplugin.h Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
null.cpp GUI: Add and improve some messages to translate 2010-06-26 15:48:03 +00:00
null.h AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) 2010-06-25 18:47:52 +00:00
rate_arm_asm.s Remove PalmOS port 2010-07-17 18:41:38 +00:00
rate_arm.cpp Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate.cpp Fix typos 2010-03-12 00:37:25 +00:00
rate.h Make RateConverter::flow return the number of sample pairs written, like it's documented in the .cpp file. 2010-01-05 02:42:35 +00:00
timestamp.cpp Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) 2010-05-17 20:53:04 +00:00
timestamp.h Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00