scummvm/audio
Kari Salminen d206dbcdae AUDIO: Add periodScaleDivisor to Paula and SoundFx
Add support for dividing the playing rate of Paula and SoundFx audio
by integers other than 1. This is going to be used in the Cine engine
for dividing the playing rate of music in the Amiga version of Operation
Stealth by 2 to get it to sound right. Otherwise it sounds too high
pitched.

This is groundwork for fixing bug #11676.
2020-09-05 22:57:03 +02:00
..
decoders AUDIO: Separate the XA ADPCM decoder from the PSX video decoder 2020-08-24 14:21:00 +02:00
mods AUDIO: Add periodScaleDivisor to Paula and SoundFx 2020-09-05 22:57:03 +02:00
softsynth FLUIDSYNTH: Prefer in-memory SoundFont data over global setting 2020-09-02 10:01:33 +02:00
soundfont AUDIO: Silence MSVC warning 2020-08-27 15:02:59 +02:00
adlib.cpp AUDIO: Align overridden methods 2020-07-07 12:18:20 +02:00
alsa_opl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
audiostream.cpp AUDIO: Added flag to skip rewinding in LoopingAudioStream 2020-08-29 02:17:18 +02:00
audiostream.h AUDIO: Added flag to skip rewinding in LoopingAudioStream 2020-08-29 02:17:18 +02:00
fmopl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
fmopl.h AUDIO: Add a class representing a real OPL 2015-07-07 20:19:47 -04:00
mididrv.cpp GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
mididrv.h GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
midiparser.cpp MIDI: Fix MIDI parser tracker overflow 2020-07-25 00:35:47 +02:00
midiparser.h MIDI: Updated MidiParser documentation 2020-07-25 00:35:47 +02:00
midiparser_qt.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
midiparser_qt.h AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
midiparser_smf.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
midiparser_xmidi.cpp MIDI: Fix MIDI parser tracker overflow 2020-07-25 00:35:47 +02:00
midiplayer.cpp AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
midiplayer.h AUDIO: Added override keywords 2020-03-09 16:08:19 +01:00
miles.h MIDI: Use driver-specific impl. for stopping all notes 2020-07-25 00:35:47 +02:00
miles_adlib.cpp AUDIO: Replace memsets on structures with ctors with ARRAYCLEAR() 2020-08-31 21:57:14 +01:00
miles_midi.cpp AUDIO: Fix warning 2020-07-25 13:20:15 +02:00
mixer.cpp BACKENDS: More mutexes 2020-08-20 00:53:23 +02:00
mixer.h AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
mixer_intern.h BACKENDS: More mutexes 2020-08-20 00:53:23 +02:00
module.mk AUDIO: SoundFont2 creation support 2020-08-07 10:10:12 +02:00
mpu401.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
mpu401.h AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
musicplugin.cpp GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
musicplugin.h GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
null.cpp AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
null.h AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
opl2lpt.cpp AUDIO: (opl2lpt) add OPL3LPT support 2019-08-23 14:34:44 +03:00
rate.cpp Merge pull request #625 from digitall/rate-hack 2015-11-09 16:39:17 +01:00
rate.h ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
rate_arm.cpp Merge pull request #625 from digitall/rate-hack 2015-11-09 16:39:17 +01:00
rate_arm_asm.s Merge pull request #625 from digitall/rate-hack 2015-11-09 16:39:17 +01:00
timestamp.cpp AUDIO: Wrap around in the Timestamp constructor 2014-12-20 19:38:18 +01:00
timestamp.h AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00