aboutsummaryrefslogtreecommitdiff
path: root/doc/audio.tex
diff options
context:
space:
mode:
authorMax Horn2006-04-06 22:06:03 +0000
committerMax Horn2006-04-06 22:06:03 +0000
commit87c3aa27afce797317286f3eae9b8d588ae6445b (patch)
tree5430c0fde86e45b379111a66272ae380253316fb /doc/audio.tex
parentb570d768ff8c034bae5fe78d986bc6bc642e9611 (diff)
downloadscummvm-rg350-87c3aa27afce797317286f3eae9b8d588ae6445b.tar.gz
scummvm-rg350-87c3aa27afce797317286f3eae9b8d588ae6445b.tar.bz2
scummvm-rg350-87c3aa27afce797317286f3eae9b8d588ae6445b.zip
Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway)
svn-id: r21649
Diffstat (limited to 'doc/audio.tex')
-rw-r--r--doc/audio.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/audio.tex b/doc/audio.tex
new file mode 100644
index 0000000000..fc36b8c8d1
--- /dev/null
+++ b/doc/audio.tex
@@ -0,0 +1,44 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme"
+%%% 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
+choices of output, depending on your operating system and configuration.
+
+\begin{tabular}[h]{ll}
+ null & Null output. Don't play any music.\\
+ & \\
+ 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\\
+ & \\
+ alsa & Output using ALSA sequencer device. See below.\\
+ 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\\
+\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}
+\input {07_06.tex}
+\input {07_07.tex}
+\input {07_08.tex}