scummvm/engines/sci/sound
2010-01-29 01:09:41 +00:00
..
drivers SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode. 2010-01-29 01:09:41 +00:00
iterator Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
audio.cpp SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This fixes sound in the GK2 demo slideshow. Also, fix a logic bug with endianness in the DPCM decoders. 2010-01-27 05:10:38 +00:00
audio.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
midiparser_sci.cpp SCI: Add driver for Yamaha FB-01. Cleanup. 2010-01-26 19:25:33 +00:00
midiparser_sci.h - The reverb value is now obtained from the music driver 2010-01-22 12:26:12 +00:00
music.cpp Always try and load the associated digital track if the requested MIDI track couldn't be found 2010-01-28 08:23:40 +00:00
music.h SCI: Add driver for Yamaha FB-01. Cleanup. 2010-01-26 19:25:33 +00:00
soundcmd.cpp Fixed the demo version of Longbow - speech was not played at all with the new sound code 2010-01-27 21:11:24 +00:00
soundcmd.h Added song manipulation debug commands: songinfo, startsound, togglesound and stopallsounds. is_sample now works with the new sound code 2010-01-23 14:39:03 +00:00