2004-10-21 22:53:54 +00:00
|
|
|
\section{Music and Sound} \label{sect-music-and-sound}
|
2006-06-06 21:51:28 +00:00
|
|
|
|
2004-01-20 18:51:32 +00:00
|
|
|
By default, on most operating systems, ScummVM will automatically use Adlib
|
|
|
|
emulation. MIDI may not be available on all operating systems or may need
|
|
|
|
manual configuration. If you ARE using MIDI, you have several different
|
2004-01-20 21:49:46 +00:00
|
|
|
choices of output, depending on your operating system and configuration.
|
|
|
|
|
2004-01-20 18:51:32 +00:00
|
|
|
\begin{tabular}[h]{ll}
|
2006-01-14 17:28:20 +00:00
|
|
|
null & Null output. Don't play any music.\\
|
|
|
|
& \\
|
2005-04-10 14:33:44 +00:00
|
|
|
adlib & Uses internal Adlib Emulation (default)\\
|
|
|
|
fluidsynth & Uses FluidSynth MIDI Emulation\\
|
|
|
|
mt32 & Uses internal MT-32 Emulation\\
|
|
|
|
pcjr & Uses internal PCjr Emulation \\
|
|
|
|
pcspk & Uses internal PC Speaker Emulation\\
|
|
|
|
towns & Uses FM-TOWNS YM2612 Emulation\\
|
2006-01-14 17:28:20 +00:00
|
|
|
& \\
|
2005-04-10 14:33:44 +00:00
|
|
|
alsa & Output using ALSA sequencer device. See below.\\
|
2006-01-14 17:28:20 +00:00
|
|
|
core & CoreAudio sound, for Mac OS X users.\\
|
|
|
|
coremidi & CoreMIDI sound, for Mac OS X users. Use only if you have a hardware MIDI synthesizer.\\
|
|
|
|
qt & Quicktime sound, for Macintosh users.\\
|
|
|
|
seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
|
|
|
|
windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
|
2004-01-20 21:49:46 +00:00
|
|
|
\end{tabular}
|
|
|
|
|
2004-01-20 18:51:32 +00:00
|
|
|
To select a sound driver, pass its name via the '-e' option to scummvm,
|
|
|
|
for example:
|
|
|
|
\begin{verbatim}
|
2006-06-07 00:08:02 +00:00
|
|
|
scummvm -eadlib monkey2
|
2004-01-20 18:51:32 +00:00
|
|
|
\end{verbatim}
|
|
|
|
|
2006-06-06 21:51:28 +00:00
|
|
|
|
2006-04-06 22:12:48 +00:00
|
|
|
\input {audio-adlib.tex}
|
|
|
|
\input {audio-fluidsynth.tex}
|
|
|
|
\input {audio-mt32.tex}
|
|
|
|
\input {audio-midi-emulated.tex}
|
|
|
|
\input {audio-midi-native.tex}
|
|
|
|
\input {audio-midi-sequencer.tex}
|
|
|
|
\input {audio-compression.tex}
|
|
|
|
\input {audio-samplerate.tex}
|
2006-06-07 00:08:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: "readme.tex"
|
|
|
|
%%% End:
|