scummvm/audio
Thierry Crozat cac0664757 AUDIO: Improve code to map the soundfont path to system path on iOS
The code looks a bit less hack-ish and also now supports using path
in the application bundle and not only in the documents folder. It
could also help for other backends using a sandoxed filesystem.
2023-12-03 16:17:32 +00:00
..
decoders AUDIO: Fix memory leak in WMA 2023-11-02 11:41:22 +02:00
mods AUDIO: Initialize class variables. CID 1519100 2023-09-19 19:48:56 +02:00
softsynth AUDIO: Improve code to map the soundfont path to system path on iOS 2023-12-03 16:17:32 +00:00
soundfont JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
adlib_ms.cpp ULTIMA/NUVIE: Rework music code 2023-11-09 18:19:25 +01:00
adlib_ms.h ULTIMA/NUVIE: Rework music code 2023-11-09 18:19:25 +01:00
adlib.cpp AUDIO: add data size arg to MidiChannel::sysEx_customInstrument() 2022-10-06 18:47:47 +02:00
alsa_opl.cpp
audiostream.cpp AUDIO: Add LoopingAudioStream constructor from move of DisposablePtr. 2022-11-28 18:41:30 +01:00
audiostream.h AUDIO: Add LoopingAudioStream constructor from move of DisposablePtr. 2022-11-28 18:41:30 +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
cms.cpp AUDIO: Merge the DOSBoxCMS and CMSEmulator classes 2022-12-01 00:28:56 +02:00
cms.h AUDIO: Merge the DOSBoxCMS and CMSEmulator classes 2022-12-01 00:28:56 +02:00
fmopl.cpp AUDIO: Enable dual OPL2 for hardware OPL3 2023-04-27 18:14:24 +02:00
fmopl.h AUDIO: Enable dual OPL2 for hardware OPL3 2023-04-27 18:14:24 +02:00
mididrv_ms.cpp
mididrv_ms.h
mididrv.cpp COMMON: Fix memory leak in MidiDriver. PVS-Studio V773 2023-10-30 11:22:10 -07:00
mididrv.h AUDIO: add data size arg to MidiChannel::sysEx_customInstrument() 2022-10-06 18:47:47 +02:00
midiparser_qt.cpp
midiparser_qt.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
midiparser_smf.cpp
midiparser_smf.h
midiparser_xmidi.cpp
midiparser.cpp JANITORIAL: AUDIO: Correct Spelling Mistakes 2022-11-15 22:52:43 +02:00
midiparser.h ULTIMA/NUVIE: Rework music code 2023-11-09 18:19:25 +01:00
midiplayer.cpp
midiplayer.h
miles_adlib.cpp
miles_midi.cpp
miles.h
mixer_intern.h AUDIO: Add rate adjustment functionality to Mixer 2023-05-14 22:04:56 +02:00
mixer.cpp AUDIO: Drain leftover RateConverter buffer data 2023-08-16 20:41:58 +03:00
mixer.h AUDIO: Use inline member initialization in SoundHandle 2023-08-24 21:02:22 +03:00
module.mk AUDIO: Add support for Impulse Tracker using libmikmod 2023-03-24 23:59:53 +01:00
mpu401.cpp SCUMM: (IMS) - minor restructuring and cleanup 2022-10-06 18:47:40 +02:00
mpu401.h AUDIO: add data size arg to MidiChannel::sysEx_customInstrument() 2022-10-06 18:47:47 +02:00
mt32gm.cpp AUDIO: Do not crash if MT32 driver is not fully initialized 2023-03-03 23:44:58 +01:00
mt32gm.h
musicplugin.cpp
musicplugin.h
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: Enable dual OPL2 for hardware OPL3 2023-04-27 18:14:24 +02: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: Enable dual OPL2 for hardware OPL3 2023-04-27 18:14:24 +02:00
rwopl3.h
timestamp.cpp
timestamp.h