From 1eb10b1a468ba65014168e28c8340e45b2b19b5f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 16 Jan 2014 22:16:40 +0100 Subject: AUDIO: Register EAS sound driver as plain sound type. MIDI code will control volume via MIDI events thus the generated audio should not be affected by mixer sound volumes. The initial commit 0e6cdfd67580f75e912c5e92abb26821d032f74b added it as music sound type. Might be copied from the (also) incorrect FluidSynth code. --- audio/softsynth/eas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth') diff --git a/audio/softsynth/eas.cpp b/audio/softsynth/eas.cpp index ea79b25329..0631df2a7c 100644 --- a/audio/softsynth/eas.cpp +++ b/audio/softsynth/eas.cpp @@ -305,7 +305,7 @@ int MidiDriver_EAS::open() { warning("error opening EAS dump file"); #endif - g_system->getMixer()->playStream(Audio::Mixer::kMusicSoundType, + g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_soundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, DisposeAfterUse::NO, true); -- cgit v1.2.3