Longtime user of ScummVM on Windows here who is contemplating a switch to Linux. As the subject field indicates, I'm trying to configure a SoundFont to improve music quality over my computer's integrated audio, but SCUMMVM defaults to the default AdLib emulation even when I have FluidSynth installed and running and a SoundFont selected.
One clue: Here are the messages displayed while FluidSynth starts up and tries to load the SoundFont.
Code: Select all
11:22:19.991 Qsynth1: Creating synthesizer engine...
11:22:20.593 Qsynth1: Loading soundfont: "/home/luke/HDD/soundfonts/UHD3.sf2" (bank offset 0)...
11:22:20.981 Qsynth1: Creating audio driver (pulseaudio)...
11:22:20.984 Qsynth1: Creating MIDI router (alsa_seq)...
11:22:20.984 Qsynth1: Creating MIDI driver (alsa_seq)...
11:22:20.986 Qsynth1: Creating MIDI player...
11:22:20.986 Qsynth1: fluid_synth_set_reverb_on(1)
11:22:20.986 Qsynth1: fluid_synth_set_chorus_on(1)
11:22:20.987 Qsynth1: Synthesizer engine started.
11:22:20.987 Qsynth1: fluid_synth_set_gain(1)
11:22:20.987 Qsynth1: fluid_synth_set_reverb(0.2,0,1,0.9)
11:22:20.987 Qsynth1: fluid_synth_set_chorus(3,1,0.3,8,0)
fluidsynth: warning: SDL2 not initialized, SDL2 audio driver won't be usable
fluidsynth: error: Unknown integer parameter 'synth.dump'
fluidsynth: Using PulseAudio driver
fluidsynth: warning: Failed to set thread to high priority
fluidsynth: warning: Instrument not found on channel 9 [bank=128 prog=9], substituted [bank=128 prog=0]
fluidsynth: warning: Instrument not found on channel 9 [bank=128 prog=9], substituted [bank=128 prog=0]
fluidsynth: warning: Instrument not found on channel 9 [bank=128 prog=9], substituted [bank=128 prog=0]
fluidsynth: warning: Instrument not found on channel 9 [bank=128 prog=9], substituted [bank=128 prog=0]
fluidsynth: warning: Failed to set thread to high priority
11:25:37.198 Qsynth1: fluid_synth_set_chorus(3,1,0.3,8,1)
Luke