aboutsummaryrefslogtreecommitdiff
path: root/doc/audio.tex
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-06 21:51:28 +0000
committerEugene Sandulenko2006-06-06 21:51:28 +0000
commitb28aea19f0dabf149741c0517edaaff1e70561f0 (patch)
treeb35271e5e793426624207d3ccfde199199fefd7f /doc/audio.tex
parent506456d0146fd83c16e117ad2d543bdb828223dd (diff)
downloadscummvm-rg350-b28aea19f0dabf149741c0517edaaff1e70561f0.tar.gz
scummvm-rg350-b28aea19f0dabf149741c0517edaaff1e70561f0.tar.bz2
scummvm-rg350-b28aea19f0dabf149741c0517edaaff1e70561f0.zip
Next step of TeX syncing from Joachim
svn-id: r22957
Diffstat (limited to 'doc/audio.tex')
-rw-r--r--doc/audio.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/audio.tex b/doc/audio.tex
index 477d469936..6a243f3c59 100644
--- a/doc/audio.tex
+++ b/doc/audio.tex
@@ -1,10 +1,12 @@
%%% Local Variables:
%%% mode: latex
-%%% TeX-master: "readme"
+%%% TeX-master: "readme.tex"
%%% End:
+
\section{Music and Sound} \label{sect-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
@@ -31,9 +33,10 @@ choices of output, depending on your operating system and configuration.
To select a sound driver, pass its name via the '-e' option to scummvm,
for example:
\begin{verbatim}
- scummvm -e adlib monkey2
+ scummvm -eadlib monkey2
\end{verbatim}
+
\input {audio-adlib.tex}
\input {audio-fluidsynth.tex}
\input {audio-mt32.tex}