summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-11-03 18:02:26 +0000
committerAlexander Levin <al.le@rockbox.org>2010-11-03 18:02:26 +0000
commit72964f2571cce19524c45254d3b71639dd07def3 (patch)
treeb95b7c08ff5cce22566c3cc3c324ba818831843f /manual
parentd249b46c8495eb3fe127367fc8149a12eb668265 (diff)
downloadrockbox-72964f2571cce19524c45254d3b71639dd07def3.tar.gz
rockbox-72964f2571cce19524c45254d3b71639dd07def3.zip
Manual: Bring the opts in the manual in line with ifdefs in the code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28478 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/configure_rockbox/sound_settings.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 23865f7e68..acfb62e195 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -537,7 +537,8 @@ Rockbox uses highpass triangular distribution noise as the dithering noise
537source, and a third order noise shaper. 537source, and a third order noise shaper.
538} 538}
539 539
540\opt{pitchscreen}{ 540\opt{swcodec}{%
541\opt{pitchscreen}{%
541\section{Timestretch} 542\section{Timestretch}
542Enabling \setting{Timestretch} allows you to change the playback speed without 543Enabling \setting{Timestretch} allows you to change the playback speed without
543it affecting the pitch of the recording. After enabling this feature and 544it affecting the pitch of the recording. After enabling this feature and
@@ -546,6 +547,7 @@ intended for speech playback and may significantly dilute your listening
546experience with more complex audio. See \reference{sec:pitchscreen} for more 547experience with more complex audio. See \reference{sec:pitchscreen} for more
547details about how to use the feature. 548details about how to use the feature.
548} 549}
550}
549 551
550\opt{swcodec}{ 552\opt{swcodec}{
551\section{Compressor} 553\section{Compressor}