.. |
softsynth
|
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names
|
2005-03-09 18:12:54 +00:00 |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
audiocd.cpp
|
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
|
2005-01-10 22:06:49 +00:00 |
audiocd.h
|
Modify the singleton code once more to help overcome an issue with MSVC 7 (see also patch #1095133)
|
2005-01-06 18:38:34 +00:00 |
audiostream.cpp
|
cleanup
|
2005-01-09 15:48:27 +00:00 |
audiostream.h
|
This is probably not the optimal fix, but at least ScummVM compiles again.
|
2005-01-11 08:06:19 +00:00 |
flac.cpp
|
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names
|
2005-03-09 18:12:54 +00:00 |
flac.h
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
fmopl.cpp
|
PalmOS : ARM optimized OPL driver
|
2005-03-11 11:01:52 +00:00 |
fmopl.h
|
Add medium quality sound for FOTAQ
|
2005-01-28 20:46:36 +00:00 |
mididrv.cpp
|
Typo
|
2005-03-06 13:23:39 +00:00 |
mididrv.h
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
midiparser_smf.cpp
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
midiparser_xmidi.cpp
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
midiparser.cpp
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
midiparser.h
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
mixer.cpp
|
It's kMaxMixerVolume, not 256 (we might change it to 255 eventually)
|
2005-02-06 20:35:06 +00:00 |
mixer.h
|
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names
|
2005-03-09 18:12:54 +00:00 |
module.mk
|
Added shared code to load WAV(E) data from arbitrary seekable streams (files or memory)
|
2005-01-09 15:49:43 +00:00 |
mp3.cpp
|
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names
|
2005-03-09 18:12:54 +00:00 |
mp3.h
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
mpu401.cpp
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
mpu401.h
|
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
|
2005-01-10 22:06:49 +00:00 |
rate.cpp
|
A little more moving around #include's (last one for today ;-)
|
2005-01-10 22:51:42 +00:00 |
rate.h
|
A little more moving around #include's (last one for today ;-)
|
2005-01-10 22:51:42 +00:00 |
voc.cpp
|
Added shared code to load WAV(E) data from arbitrary seekable streams (files or memory)
|
2005-01-09 15:49:43 +00:00 |
voc.h
|
This function is currently not used...
|
2005-01-09 15:48:47 +00:00 |
vorbis.cpp
|
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names
|
2005-03-09 18:12:54 +00:00 |
vorbis.h
|
Updated copyright
|
2005-01-01 16:09:25 +00:00 |
wave.cpp
|
16-bit WAVs are little-endian.
|
2005-01-11 08:30:28 +00:00 |
wave.h
|
Fix legal header
|
2005-01-09 16:14:56 +00:00 |