scummvm/engines/ultima/ultima8/audio
Coen Rampen 4a0c6a93a2 ULTIMA8: Fix overlaid music transitions
Some music transitions are intended to play on top of the currently playing
track (mostly fade-outs). ScummVM would stop the current track and then play
the transition. This commit changes this so it overlays the transitions like
the original interpreter does.
2021-08-12 14:30:52 +02:00
..
audio_channel.cpp ULTIMA8: Fix SFX and speech volume control 2021-08-08 22:12:06 +02:00
audio_channel.h ULTIMA8: Fix SFX and speech volume control 2021-08-08 22:12:06 +02:00
audio_mixer.cpp ULTIMA8: Fix SFX and speech volume control 2021-08-08 22:12:06 +02:00
audio_mixer.h ULTIMA8: Fix SFX and speech volume control 2021-08-08 22:12:06 +02:00
audio_process.cpp ULTIMA8: Fix function call swapped parameters 2021-08-08 23:21:12 +02:00
audio_process.h ULTIMA8: Fix SFX and speech volume control 2021-08-08 22:12:06 +02:00
audio_sample.cpp
audio_sample.h
cru_music_process.cpp ULTIMA8: Downgrade music error to warning 2021-07-15 08:54:10 +09:00
cru_music_process.h ULTIMA8: Add music fade-out in intro 2021-08-08 22:12:06 +02:00
midi_player.cpp ULTIMA8: Fix overlaid music transitions 2021-08-12 14:30:52 +02:00
midi_player.h ULTIMA8: Fix overlaid music transitions 2021-08-12 14:30:52 +02:00
music_flex.cpp ULTIMA8: Fix music transitions playing incorrectly 2021-08-12 14:30:52 +02:00
music_flex.h
music_process.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
music_process.h ULTIMA8: Add music fade-out in intro 2021-08-08 22:12:06 +02:00
raw_audio_sample.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
raw_audio_sample.h
sonarc_audio_sample.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
sonarc_audio_sample.h
sound_flex.cpp ULTIMA8: Avoid crash in No Regret demo 2021-07-04 14:57:22 +09:00
sound_flex.h
speech_flex.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
speech_flex.h
u8_music_process.cpp ULTIMA8: Fix overlaid music transitions 2021-08-12 14:30:52 +02:00
u8_music_process.h ULTIMA8: Add music fade-out in intro 2021-08-08 22:12:06 +02:00