diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-04-27 19:25:42 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-04-27 19:25:42 +0000 |
| commit | 103ebf77ce502ff10396a809280774d8244ecc22 (patch) | |
| tree | b4bc185aeb98d377f402b46963afd3e12ddf9950 | |
| parent | 9c426e9299e267b372e65ee3d6efb9e835c6a20f (diff) | |
| download | rockbox-103ebf77ce502ff10396a809280774d8244ecc22.zip rockbox-103ebf77ce502ff10396a809280774d8244ecc22.tar.gz rockbox-103ebf77ce502ff10396a809280774d8244ecc22.tar.bz2 rockbox-103ebf77ce502ff10396a809280774d8244ecc22.tar.xz | |
Converted sound settings chapter to use \settings macro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9820 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/configure_rockbox/sound_settings.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index ce66e29..6da7f58 100755 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex @@ -67,7 +67,7 @@ as a negative number. Volume can be adjusted from a % Custom & Allows you to manually specify a stereo width with the - \emph{Stereo Width} setting described later in the manual. \\ + \setting{Stereo Width} setting described later in this chapter. \\ % Mono Left & Plays the left channel in both stereo channels. \\ @@ -88,7 +88,7 @@ as a negative number. Volume can be adjusted from a \section{Stereo Width} Stereo width will allow you to manually specify the effect that is applied - when the \emph{Channels} setting is set to \emph{Custom}. + when the \setting{Channels} setting is set to \setting{Custom}. All values below 100\% will progressively mix the contents of one channel into the other. This has the effect of gradually centering the stereo image, until you have mono sound at 0\%. Values above 100\% will progressively remove @@ -118,9 +118,9 @@ as a negative number. Volume can be adjusted from a \opt{recorder,recorderv2fm}{ \section{Super Bass} This setting changes the threshold at which bass frequencies are affected by - the \emph{Loudness} setting, making the sound of drums and bass guitar + the \setting{Loudness} setting, making the sound of drums and bass guitar louder in comparison to the rest of the track. This setting only has an - effect if \emph{Loudness} is set to a value larger than 0dB. + effect if \setting{Loudness} is set to a value larger than 0dB. } \opt{recorder,recorderv2fm}{ @@ -227,10 +227,10 @@ as a negative number. Volume can be adjusted from a \item[High-Frequency Attenuation:] How much the upper frequencies of the cross path audio will be dampened. Note that the total level of the higher frequencies will be a combination - of both this setting and the \emph{Cross Gain} setting. + of both this setting and the \setting{Cross Gain} setting. \item[High-Frequency Cutoff] Decides at which frequency the cross path audio will start to be cut - by the amount described by the \emph{High-Frequency Attenuation} setting. + by the amount described by the \setting{High-Frequency Attenuation} setting. \end{description} Most users will find the default settings to yield satisfactory results, but |