mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Simplified and uniform volume handling: * Volume setting in dB on all targets, within the 'natural' range defined by the respective DAC (limited to -100..+12 dB for archos Recorders and Ondios in order to avoid 4 chars being displayed in the status bar). 0 dB means line level on all targets. * No more artificial volume limiting for Iriver and Player, settings always represent true values. Removed the various sound scaling options. * Bumped config version so save your settings. Also make sure to adjust the volume after loading a .cfg, then save the .cfg again, otherwise the volume will be out of range (a flaw in the .cfg loader).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8197 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec32c08a35
commit
2993ae69b5
9 changed files with 87 additions and 260 deletions
|
|
@ -3550,33 +3550,3 @@ desc: in radio screen / menu
|
|||
eng: "Mode:"
|
||||
voice: ""
|
||||
new:
|
||||
|
||||
id: LANG_SCALING_MODE
|
||||
desc: in sound_settings. How to scale volume/bass to prevent clipping
|
||||
eng: "Prevent clipping"
|
||||
voice: "Prevent clipping"
|
||||
new:
|
||||
|
||||
id: LANG_SCALE_OFF
|
||||
desc: in sound_settings. Do not reduce volume/bass
|
||||
eng: "Off"
|
||||
voice: "Off"
|
||||
new:
|
||||
|
||||
id: LANG_SCALE_VOLUME
|
||||
desc: in sound_settings. Reduce volume
|
||||
eng: "Adjust volume"
|
||||
voice: "Adjust volume"
|
||||
new:
|
||||
|
||||
id: LANG_SCALE_BASS
|
||||
desc: in sound_settings. Reduce bass
|
||||
eng: "Adjust bass"
|
||||
voice: "Adjust bass"
|
||||
new:
|
||||
|
||||
id: LANG_SCALE_CURRENT
|
||||
desc: in sound_settings. Reduce other metric than currently modified
|
||||
eng: "Adjust current"
|
||||
voice: "Adjust current"
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue