mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Laying the groundwork for future features
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
52106b03d6
commit
e90ac6766e
7 changed files with 7 additions and 7 deletions
|
@ -12702,7 +12702,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -12658,7 +12658,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -12631,7 +12631,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -12639,7 +12639,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -12632,7 +12632,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -12440,7 +12440,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_LIMITER
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -1258,7 +1258,7 @@ const struct settings_list settings[] = {
|
||||||
|
|
||||||
/* limiter */
|
/* limiter */
|
||||||
INT_SETTING_NOWRAP(F_SOUNDSETTING, limiter_level,
|
INT_SETTING_NOWRAP(F_SOUNDSETTING, limiter_level,
|
||||||
LANG_LIMITER, 0,
|
LANG_COMPRESSOR, 0,
|
||||||
"limiter level", UNIT_DB, 0, MAX_LIMITER_GAIN,
|
"limiter level", UNIT_DB, 0, MAX_LIMITER_GAIN,
|
||||||
5, db_format, get_dec_talkid, dsp_set_limiter),
|
5, db_format, get_dec_talkid, dsp_set_limiter),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue