.. |
mods
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
softsynth
|
- Add support for selecting the OPL emulator being used (config entry: "opl_driver")
|
2009-05-12 18:42:44 +00:00 |
adpcm.cpp
|
Do not use TO_LE_16 for the IMA ADPCM decoder as it breaks sound on BE systems.
|
2009-03-17 02:35:43 +00:00 |
adpcm.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
aiff.cpp
|
|
|
aiff.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
audiocd.cpp
|
fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks
|
2009-01-24 01:29:52 +00:00 |
audiocd.h
|
fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks
|
2009-01-24 01:29:52 +00:00 |
audiostream.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
audiostream.h
|
Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day...
|
2009-03-04 06:58:28 +00:00 |
flac.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
flac.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
fmopl.cpp
|
Make 'create' return an OPL2 by default.
|
2009-05-12 19:24:04 +00:00 |
fmopl.h
|
Make 'create' return an OPL2 by default.
|
2009-05-12 19:24:04 +00:00 |
iff.cpp
|
|
|
iff.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
mididrv.cpp
|
Fix regression from r39702: look up music_driver in config
|
2009-03-27 13:49:11 +00:00 |
mididrv.h
|
MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible to distinguish 'no match found' from other results); updated parseMusicDriver accordingly; some methods now return MidiDriverType instead of int
|
2009-03-26 13:52:43 +00:00 |
midiparser_smf.cpp
|
|
|
midiparser_xmidi.cpp
|
Patch #2758080: GSOC09: XMIDI parser switch cases
|
2009-05-06 14:22:13 +00:00 |
midiparser.cpp
|
Whoops. Fix accidently wrong evaluation statement.
|
2008-12-13 12:56:53 +00:00 |
midiparser.h
|
Changed doxygen comments in sound/midiparser.h to match with our usual formatting conventions
|
2009-03-26 13:11:11 +00:00 |
mixer_intern.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
mixer.cpp
|
Removed a (hopefully) obsolete FIXME comment.
|
2009-01-03 00:08:46 +00:00 |
mixer.h
|
Fix typo.
|
2009-02-27 23:38:37 +00:00 |
module.mk
|
AdLib emulator changes part2:
|
2009-05-05 21:47:12 +00:00 |
mp3.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
mp3.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
mpu401.cpp
|
Remove warnings from NDS build.
|
2008-11-29 18:01:16 +00:00 |
mpu401.h
|
|
|
musicplugin.cpp
|
|
|
musicplugin.h
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
null.cpp
|
|
|
rate_arm_asm.s
|
|
|
rate_arm.cpp
|
|
|
rate.cpp
|
|
|
rate.h
|
|
|
shorten.cpp
|
Rewrote to get rid of "condition is always false" warning.
|
2008-12-31 15:23:08 +00:00 |
shorten.h
|
Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and needs further work, but it's a start
|
2008-12-31 11:46:21 +00:00 |
timestamp.cpp
|
Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day...
|
2009-03-04 06:58:28 +00:00 |
timestamp.h
|
Added some more Audio::Timestamp unit tests
|
2009-03-09 16:15:25 +00:00 |
vag.cpp
|
vag: delete stream after use
|
2009-03-30 21:04:19 +00:00 |
vag.h
|
Rate selection is now possible for VAG audio decoder, also decoder doesn't die with incomplete/corrupted files
|
2009-03-30 13:42:28 +00:00 |
voc.cpp
|
Fix sound noise regression in CD32 version of Simon the Sorcerer 1.
|
2009-02-07 05:05:14 +00:00 |
voc.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
vorbis.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
vorbis.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |
wave.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
wave.h
|
Patch #2658710: "Add comments to specify which engines use which decoders"
|
2009-03-08 15:57:59 +00:00 |