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
This commit is contained in:
Alexander Levin 2010-11-03 18:02:26 +00:00
parent d249b46c84
commit 72964f2571

View file

@ -537,7 +537,8 @@ Rockbox uses highpass triangular distribution noise as the dithering noise
source, and a third order noise shaper. source, and a third order noise shaper.
} }
\opt{pitchscreen}{ \opt{swcodec}{%
\opt{pitchscreen}{%
\section{Timestretch} \section{Timestretch}
Enabling \setting{Timestretch} allows you to change the playback speed without Enabling \setting{Timestretch} allows you to change the playback speed without
it affecting the pitch of the recording. After enabling this feature and 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 experience with more complex audio. See \reference{sec:pitchscreen} for more
details about how to use the feature. details about how to use the feature.
} }
}
\opt{swcodec}{ \opt{swcodec}{
\section{Compressor} \section{Compressor}