aboutsummaryrefslogtreecommitdiff
path: root/doc/07.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/07.tex')
-rw-r--r--doc/07.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/07.tex b/doc/07.tex
new file mode 100644
index 0000000000..f266e13b95
--- /dev/null
+++ b/doc/07.tex
@@ -0,0 +1,36 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme"
+%%% End:
+
+\section{Music and Sound}
+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
+choices of output, depending on your operating system and configuration.\\
+\begin{tabular}[h]{ll}
+ adlib & Uses internal Adlib Emulation (default)\\
+ pcjr & Uses internal PCjr Emulation \\
+ pcspk & Uses internal PC Speaker Emulation\\
+ towns & Uses FM-Towns YM2612 Emulation\\
+ windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
+ seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
+ qt & Quicktime sound, for Macintosh users.\\
+ core & CoreAudio sound, for MacOS X users.\\
+ amidi & Uses the MorphOS MIDI system, for MorphOS users\\
+ alsa & Output using ALSA sequencer device. See below.\\
+ null & Null output. Don't play any music.\\
+\end{tabular}\\
+~\\
+To select a sound driver, pass its name via the '-e' option to scummvm,
+for example:
+\begin{verbatim}
+ scummvm -e adlib monkey2
+\end{verbatim}
+
+\input {07_01.tex}
+\input {07_02.tex}
+\input {07_03.tex}
+\input {07_04.tex}
+\input {07_05.tex} \ No newline at end of file