forked from len0rd/rockbox
Make 'filter roll off' strings conditional, for specific targets only.
Patch by Igor Poretsky Change-Id: Ic22ee5169015c5bdc3d7e7513dacaf2a536264f0
This commit is contained in:
parent
22c6326974
commit
58452a4cb2
21 changed files with 388 additions and 192 deletions
|
|
@ -13127,13 +13127,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "DAC's filter roll-off"
|
||||
*: none
|
||||
filter_roll_off: "DAC's filter roll-off"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Flankensteilheit"
|
||||
*: none
|
||||
filter_roll_off: "Flankensteilheit"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Flankensteilheit"
|
||||
*: none
|
||||
filter_roll_off: "Flankensteilheit"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -13158,13 +13161,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Slow"
|
||||
*: none
|
||||
filter_roll_off: "Slow"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Langsam"
|
||||
*: none
|
||||
filter_roll_off: "Langsam"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Langsam"
|
||||
*: none
|
||||
filter_roll_off: "Langsam"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -13234,13 +13240,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Sharp"
|
||||
*: none
|
||||
filter_roll_off: "Sharp"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Scharf"
|
||||
*: none
|
||||
filter_roll_off: "Scharf"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Scharf"
|
||||
*: none
|
||||
filter_roll_off: "Scharf"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue