scummvm/sound
2003-07-31 18:35:01 +00:00
..
.cvsignore
audiostream.cpp back disable warnings into stdafx.h, vc6 is lack of warnings support 2003-07-31 18:35:01 +00:00
audiostream.h removed the AudioInputStream::size method -> only eof() is really needed, and this can be implemented more efficiently stand-alone; implemented MP3InputStream (work in progress) 2003-07-31 01:21:38 +00:00
fmopl.cpp
fmopl.h added new header file backends/intern.h; removed some stuff from common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) 2003-07-31 12:33:33 +00:00
mididrv.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp Fix for RC bug [780675] MI2: Reoccuring crash 2003-07-31 06:50:13 +00:00
midiparser.h
mixer.cpp make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by default, because it is still quite buggy (e.g. crashes at end of stream etc) 2003-07-31 01:36:24 +00:00
mixer.h cleanup 2003-07-29 12:39:41 +00:00
module.mk
mpu401.cpp
mpu401.h
rate.cpp back disable warnings into stdafx.h, vc6 is lack of warnings support 2003-07-31 18:35:01 +00:00
rate.h added VorbisInputStream 2003-07-29 01:37:03 +00:00
resample.cpp
resample.h