aboutsummaryrefslogtreecommitdiff
path: root/doc/audio-samplerate.tex
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-07 00:08:02 +0000
committerEugene Sandulenko2006-06-07 00:08:02 +0000
commit0525bf54d845b0ef20b78958fd77433ca1694f8f (patch)
tree47827022e56f14e3b29c18f3300534472b2c2815 /doc/audio-samplerate.tex
parent6f8c4250f9260d7c9edee46a5784f9ee2fb87130 (diff)
downloadscummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.tar.gz
scummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.tar.bz2
scummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.zip
Move Emacs mode variables to bottom of each file and numerous other
formatting fixes. Thanks to Joachim. svn-id: r22965
Diffstat (limited to 'doc/audio-samplerate.tex')
-rw-r--r--doc/audio-samplerate.tex13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/audio-samplerate.tex b/doc/audio-samplerate.tex
index 805bfc13fb..9b0162995e 100644
--- a/doc/audio-samplerate.tex
+++ b/doc/audio-samplerate.tex
@@ -1,10 +1,3 @@
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "readme.tex"
-%%% End:
-
-
\subsection{Output sample rate}
The output sample rate tells ScummVM how many sound samples to play per channel
@@ -32,3 +25,9 @@ may not support it. In theory, ScummVM should fall back on a sensible frequency
in that case, but don't count on it. More importantly, ScummVM has to resample
all sounds to its output frequency. This is much easier to do well if the
output frequency is a multiple of the original frequency.
+
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme.tex"
+%%% End: