summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-11-22 04:10:35 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-01-22 21:19:57 +0000
commit5b27e2255a8bbb8645f089b8e721343bba5bd396 (patch)
treebd29ddf9d2a0c07b1541ad4bace7ff4aedcb3c14 /manual/configure_rockbox/system_options.tex
parent15c4447b6681cadba960aa9275592049afa96893 (diff)
downloadrockbox-5b27e2255a8bbb8645f089b8e721343bba5bd396.tar.gz
rockbox-5b27e2255a8bbb8645f089b8e721343bba5bd396.zip
Add perceptual volume adjustment
The perceived loudness change of a change in volume depends on the listening volume: at high volumes a 1 dB increment is noticeable, but at low volumes a larger increment is needed to get a comparable change in loudness. Perceptual volume adjustment accounts for this fact, and divides the hardware volume range into a number of steps. Each step changes the dB volume by a variable amount, with most of the steps concentrated at higher volumes. This makes it possible to sweep over the entire hardware volume range quickly, without losing the ability to finely adjust the volume at normal listening levels. Use "Volume Adjustment Mode" in the system settings menu to select perceptual volume mode. The number of steps used is controlled by "Number of Volume Steps". (Number of steps has no effect in direct adjustment mode.) It's still possible to set a specific dB volume level from the sound settings menu when perceptual volume is enabled, and perceptual volume does not affect the volume displayed by themes. Change-Id: I6f91fd3f7c5e2d323a914e47b5653033e92b4b3b
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rwxr-xr-xmanual/configure_rockbox/system_options.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ba80a6e6e4..d4a282b445 100755
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -137,6 +137,23 @@ This sub menu relates to limits in the Rockbox operating system.
137 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human 137 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
138 \end{itemize} 138 \end{itemize}
139 } 139 }
140\opt{perceptual_volume}{
141 \subsection{Volume Adjustment Mode}
142 This setting selects the method used to adjust volume with \ButtonVolUp{} and
143 \ButtonVolDown{}. In \setting{Direct} mode each volume step changes the volume
144 by a fixed number of decibels (dB).
145
146 In \setting{Perceptual} mode, the hardware volume range is divided into a
147 number of steps, controlled by the \setting{Number of Volume Steps} option.
148 Each step changes the volume by a variable number of decibels (dB) so the
149 perceived loudness changes by about the same amount at each step. The dB
150 change is smaller at high volumes and larger at low volumes, so a large
151 range of low volumes are effectively compressed into a smaller number of
152 volume steps.
153
154 \setting{Volume Adjustment Mode} does not affect how volume is displayed by
155 themes.
156}
140\opt{quickscreen}{ 157\opt{quickscreen}{
141 \subsection{Use Shortcuts Menu Instead of Quick Screen} This option 158 \subsection{Use Shortcuts Menu Instead of Quick Screen} This option
142 activates the shortcuts menu instead of opening the quick screen when enabled. 159 activates the shortcuts menu instead of opening the quick screen when enabled.