diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-11-03 18:02:26 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-11-03 18:02:26 +0000 |
commit | 72964f2571cce19524c45254d3b71639dd07def3 (patch) | |
tree | b95b7c08ff5cce22566c3cc3c324ba818831843f /manual | |
parent | d249b46c8495eb3fe127367fc8149a12eb668265 (diff) |
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.tex | 4 |
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 source, and a third order noise shaper. } -\opt{pitchscreen}{ +\opt{swcodec}{% +\opt{pitchscreen}{% \section{Timestretch} Enabling \setting{Timestretch} allows you to change the playback speed without it 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 experience with more complex audio. See \reference{sec:pitchscreen} for more details about how to use the feature. } +} \opt{swcodec}{ \section{Compressor} |