summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2013-02-09 23:27:22 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2013-02-09 23:27:22 +1100
commit15f1057cc021f627d8eb2cd453a1e659af1af1fc (patch)
tree5385c4d98e4b2681122f66283a47936d6549f9c5 /manual
parent1eb17dc9f4bf280d2e9503f3d0c8b8730146412d (diff)
downloadrockbox-15f1057cc021f627d8eb2cd453a1e659af1af1fc.tar.gz
rockbox-15f1057cc021f627d8eb2cd453a1e659af1af1fc.zip
fix the eq settings in the manual
Change-Id: I4fa8537f31faef0d4f6f925476dcfb8b3336113b
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex25
-rw-r--r--manual/configure_rockbox/sound_settings.tex6
2 files changed, 13 insertions, 18 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 44e8632ac2..8750147048 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -209,21 +209,16 @@
209% 209%
210 eq enabled & on, off & N/A\\ 210 eq enabled & on, off & N/A\\
211 eq precut & 0 to 240 & 0.1~dB\\ 211 eq precut & 0 to 240 & 0.1~dB\\
212 eq band 0 cutoff & 0 to 32768 & Hz\\ 212 eq low shelf filter & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
213 eq band 1 cutoff & 0 to 32768 & Hz\\ 213 eq peak filter 1 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
214 eq band 2 cutoff & 0 to 32768 & Hz\\ 214 eq peak filter 2 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
215 eq band 3 cutoff & 0 to 32768 & Hz\\ 215 eq peak filter 3 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
216 eq band 4 cutoff & 0 to 32768 & Hz\\ 216 eq peak filter 4 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
217 eq band 0 q & 0 to 64 & N/A\\ 217 eq peak filter 5 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
218 eq band 1 q & 0 to 64 & N/A\\ 218 eq peak filter 6 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
219 eq band 2 q & 0 to 64 & N/A\\ 219 eq peak filter 7 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
220 eq band 3 q & 0 to 64 & N/A\\ 220 eq peak filter 8 & cutoff (in Hz), q (0 to 64), gain (-240 to 240)\\
221 eq band 4 q & 0 to 64 & N/A\\ 221 eq high shelf filter & cutoff (in Hz), q (0 to 64), gain (-240 to 240 (0.1~dB))\\
222 eq band 0 gain & -240 to 240 & 0.1~dB\\
223 eq band 1 gain & -240 to 240 & 0.1~dB\\
224 eq band 2 gain & -240 to 240 & 0.1~dB\\
225 eq band 3 gain & -240 to 240 & 0.1~dB\\
226 eq band 4 gain & -240 to 240 & 0.1~dB\\
227% 222%
228 dithering enabled & on, off & N/A\\ 223 dithering enabled & on, off & N/A\\
229% 224%
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 2a5f7fa31e..f06bfaf6e5 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -351,7 +351,7 @@ change to customise your listening experience.
351 The ``Q'' parameter should always be set to 0.7 for the shelving 351 The ``Q'' parameter should always be set to 0.7 for the shelving
352 filters. Higher values will add a small boost around the cutoff 352 filters. Higher values will add a small boost around the cutoff
353 frequency that is almost always undesirable. 353 frequency that is almost always undesirable.
354 \item[Bands 1-3: Peaking filters.] 354 \item[Bands 1-8: Peaking filters.]
355 Peaking EQ filters boost or lower a frequency range centered at the 355 Peaking EQ filters boost or lower a frequency range centered at the
356 centre frequency chosen. 356 centre frequency chosen.
357 Graphic equalizers in home stereos are usually peaking 357 Graphic equalizers in home stereos are usually peaking
@@ -365,7 +365,7 @@ change to customise your listening experience.
365 frequency range is. Higher Q values will affect a narrower band of 365 frequency range is. Higher Q values will affect a narrower band of
366 frequencies, while lower Q values will affect a wider band of 366 frequencies, while lower Q values will affect a wider band of
367 frequencies. 367 frequencies.
368 \item[Band 4: High shelf filter.] 368 \item[Band 9: High shelf filter.]
369 A high shelf filter boosts or lowers all frequencies above a certain 369 A high shelf filter boosts or lowers all frequencies above a certain
370 frequency limit, much as the ``treble'' control found on ordinary 370 frequency limit, much as the ``treble'' control found on ordinary
371 stereo systems does. 371 stereo systems does.
@@ -374,7 +374,7 @@ change to customise your listening experience.
374 than the low end. 374 than the low end.
375 \end{description} 375 \end{description}
376 As a general guide, EQ band 0 should be used for low frequencies, EQ bands 1 376 As a general guide, EQ band 0 should be used for low frequencies, EQ bands 1
377 through 3 should be used for mids, and EQ band 4 should be used for highs. 377 through 8 should be used for mids, and EQ band 9 should be used for highs.
378 378
379\begin {description} 379\begin {description}
380 \item[Enable EQ.] 380 \item[Enable EQ.]