scummvm/sound
Paweł Kołodziejski a45e92efed passthrought v7+ sound voices by imuse digital
svn-id: r11939
2003-12-26 12:15:23 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiocd.cpp turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them 2003-12-24 00:25:18 +00:00
audiocd.h o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
audiostream.cpp logic fix: we must do wrap around *before* read, not after. otherwise eosIntern will in some border cases return wrong results; some cleanup 2003-12-26 01:32:29 +00:00
audiostream.h logic fix: we must do wrap around *before* read, not after. otherwise eosIntern will in some border cases return wrong results; some cleanup 2003-12-26 01:32:29 +00:00
fmopl.cpp cleanup whitespaces 2003-11-08 23:05:04 +00:00
fmopl.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
mididrv.cpp This is now supported on PalmOS 2003-12-18 11:49:53 +00:00
mididrv.h cleanup 2003-10-18 13:04:59 +00:00
midiparser_smf.cpp cleanup / doxygenification 2003-10-03 23:34:06 +00:00
midiparser_xmidi.cpp cleanup whitespaces 2003-11-08 23:05:04 +00:00
midiparser.cpp explicitly turn off all active sounds -> not all MIDI devices support the 'All note off' event, at least according to http://crystal.apana.org.au/ghansper/midi_introduction/midi_channel_mode.html ; and now, the quicktime MIDI code doesn't support it anymore, too ;-) 2003-12-24 12:54:33 +00:00
midiparser.h Expanded the Doxygen docs for the MidiParser class. 2003-12-11 00:51:51 +00:00
mixer.cpp add param to playInputStream which makes it possible to retain an input stream even after it has been given to the mixer for playback 2003-12-26 02:19:31 +00:00
mixer.h add param to playInputStream which makes it possible to retain an input stream even after it has been given to the mixer for playback 2003-12-26 02:19:31 +00:00
module.mk moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it may be reused by other engines in the future 2003-11-29 12:11:01 +00:00
mp3.cpp o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
mp3.h o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
mpu401.cpp renamed some Timer methods 2003-10-17 16:39:32 +00:00
mpu401.h include stdafx.h 2003-12-21 17:35:44 +00:00
rate.cpp logic fix: we must do wrap around *before* read, not after. otherwise eosIntern will in some border cases return wrong results; some cleanup 2003-12-26 01:32:29 +00:00
rate.h moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
resample.cpp undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
resample.h undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
voc.cpp passthrought v7+ sound voices by imuse digital 2003-12-26 12:15:23 +00:00
voc.h passthrought v7+ sound voices by imuse digital 2003-12-26 12:15:23 +00:00
vorbis.cpp Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit 2003-12-23 19:14:57 +00:00
vorbis.h Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit 2003-12-23 19:14:57 +00:00