scummvm/audio
2025-03-27 13:47:57 +08:00
..
decoders AUDIO: Use pointers when deleting inside range loops 2025-03-27 13:47:57 +08:00
mods JANITORIAL: Fix typos in general files 2024-12-25 16:57:34 +02:00
softsynth AUDIO: Use pointers when deleting inside range loops 2025-03-27 13:47:57 +08:00
soundfont AUDIO: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
adlib.cpp AUDIO: Fix playback in OPL3 mono mode 2025-01-24 22:40:35 +01:00
adlib_ms.cpp AUDIO: Fix OPL channel allocation for rhythm mode 2025-02-22 23:13:54 +01:00
adlib_ms.h AUDIO: Fix OPL channel allocation for rhythm mode 2025-02-22 23:13:54 +01:00
alsa_opl.cpp AUDIO: Remove unused interface for OPL reads 2024-08-11 17:54:01 +03:00
audiostream.cpp AUDIO: Move API to Path 2023-12-24 13:19:25 +01:00
audiostream.h AUDIO: Move API to Path 2023-12-24 13:19:25 +01:00
casio.cpp AUDIO: Casio MIDI driver enhancements and fixes 2023-01-18 21:39:29 +01:00
casio.h AUDIO: Casio MIDI driver enhancements and fixes 2023-01-18 21:39:29 +01:00
chip.cpp AUDIO: Share code between OPL and CMS implementations 2024-07-27 00:54:57 +03:00
chip.h AUDIO: Share code between OPL and CMS implementations 2024-07-27 00:54:57 +03:00
cms.cpp AUDIO: Share code between OPL and CMS implementations 2024-07-27 00:54:57 +03:00
cms.h AUDIO: Share code between OPL and CMS implementations 2024-07-27 00:54:57 +03:00
fmopl.cpp AUDIO: Share code between OPL and CMS implementations 2024-07-27 00:54:57 +03:00
fmopl.h AUDIO: Remove unused interface for OPL reads 2024-08-11 17:54:01 +03:00
mac_plugin.cpp AUDIO/GUI: add Mac sound option 2024-05-30 20:10:51 +02:00
mididrv.cpp AUDIO: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
mididrv.h SCUMM: (IMS) - get rid of Mac sfx instrument type 2024-11-23 23:07:44 +01:00
mididrv_ms.cpp
mididrv_ms.h
midiparser.cpp AUDIO: Add full support for type 1 SMF 2025-02-07 14:10:52 +01:00
midiparser.h AUDIO: Add full support for type 1 SMF 2025-02-07 14:10:52 +01:00
midiparser_qt.cpp AUDIO: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
midiparser_qt.h AUDIO: Move API to Path 2023-12-24 13:19:25 +01:00
midiparser_smf.cpp AUDIO: remove orphaned constants 2025-02-08 22:34:27 -08:00
midiparser_smf.h AUDIO: Add full support for type 1 SMF 2025-02-07 14:10:52 +01:00
midiparser_xmidi.cpp AUDIO: Add full support for type 1 SMF 2025-02-07 14:10:52 +01:00
midiplayer.cpp
midiplayer.h
miles.h AUDIO: Move API to Path 2023-12-24 13:19:25 +01:00
miles_adlib.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
miles_midi.cpp AUDIO: Move API to Path 2023-12-24 13:19:25 +01:00
mixer.cpp AUDIO: Drain leftover RateConverter buffer data 2023-08-16 20:41:58 +03:00
mixer.h JANITORIAL: Remove trailing spaces 2024-08-14 19:10:00 +02:00
mixer_intern.h AUDIO: Add rate adjustment functionality to Mixer 2023-05-14 22:04:56 +02:00
module.mk CONFIGURE: Turned MPC into a component 2024-12-26 22:57:11 +01:00
mpu401.cpp
mpu401.h
mt32gm.cpp AUDIO: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
mt32gm.h JANITORIAL: Fix compatiblity typo in mt32gm.h 2024-05-18 13:52:31 +02:00
musicplugin.cpp
musicplugin.h AUDIO: Split MIDI check flags out, fail checkDevice by default for "auto" 2024-11-04 23:00:57 +02:00
null.cpp AUDIO: Avoid including translations.h in header file 2023-03-17 14:37:50 +01:00
null.h AUDIO: Avoid including translations.h in header file 2023-03-17 14:37:50 +01:00
opl2lpt.cpp AUDIO: Remove unused interface for OPL reads 2024-08-11 17:54:01 +03:00
rate.cpp Revert "AUDIO: Optimize case for !inStereo && outStereo" 2023-11-21 15:01:14 +02:00
rate.h Revert "AUDIO: Optimize case for !inStereo && outStereo" 2023-11-21 15:01:14 +02:00
rwopl3.cpp AUDIO: Remove unused interface for OPL reads 2024-08-11 17:54:01 +03:00
rwopl3.h AUDIO: Remove unused interface for OPL reads 2024-08-11 17:54:01 +03:00
timestamp.cpp
timestamp.h