scummvm/doc/audio-fluidsynth.tex
Eugene Sandulenko 0525bf54d8 Move Emacs mode variables to bottom of each file and numerous other
formatting fixes. Thanks to Joachim.

svn-id: r22965
2006-06-07 00:08:02 +00:00

24 lines
862 B
TeX

\subsection{Playing sound with FluidSynth MIDI emulation}
If ScummVM was build with libfluidsynth support it will be able to play MIDI
music through the FluidSynth driver. You will have to specify a SoundFont to
use, however.
Since the default output volume from FluidSynth can be fairly low, ScummVM will
set the gain by default to get a stronger signal. This can be further adjusted
using the --midi-gain command-line option, or the "midi\_gain" config file
setting.
The setting can take any value from 0 through 1000, with the default being 100.
(This corresponds to FluidSynth's gain settings of 0.0 through 10.0, which are
presumably measured in decibel.)
\textbf{NOTE:} The processor requirements for FluidSynth can be fairly high in
some cases. A fast CPU is recommended.
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "readme.tex"
%%% End: