forked from len0rd/rockbox
Add DAC's oversampling filter roll-off selection to sound settings.
Change-Id: I1258ba50dd9308f49d97965562f3a423c9bfb785
This commit is contained in:
parent
f6e179bd8e
commit
0519f7e5ab
9 changed files with 96 additions and 0 deletions
|
|
@ -13114,3 +13114,45 @@
|
|||
*: "Select directories to scan"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILTER_ROLL_OFF
|
||||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "DAC's filter roll-off"
|
||||
</source>
|
||||
<dest>
|
||||
*: "DAC's filter roll-off"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "DAC's filter roll-off"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILTER_SHARP
|
||||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Sharp"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Sharp"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Sharp"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILTER_SLOW
|
||||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Slow"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Slow"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Slow"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue