rockbox/apps/menus
Aidan MacDonald 5b27e2255a 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
2023-01-22 21:19:57 +00:00
..
audiohw_eq_menu.c menus move functions with parameters to their own type 2022-12-17 02:51:43 -05:00
display_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
eq_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
eq_menu.h
exported_menus.h
main_menu.c remove rockboxlogo after boot INIT_ATTR 2022-12-19 18:59:59 -05:00
menu_common.c
menu_common.h
playback_menu.c Implement Rewind across tracks functionality 2022-11-12 09:13:19 -05:00
playlist_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
plugin_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
radio_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
recording_menu.c settings: Remove setting ID return from find_setting() 2022-12-17 13:36:38 +00:00
settings_menu.c Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
sound_menu.c make int_setting step & unit int16_t 2022-11-20 13:57:09 -05:00
theme_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
time_menu.c option_select & time_menu : Fix unbalanced push/pop activity 2022-12-30 10:35:50 -05:00