forked from len0rd/rockbox
xduoox3ii: Add "Super Slow" filter roll-off
I'm not happy with the proliferation of filter-roll-off options but I don't have a less ugly solution. Change-Id: I740fca006fa0c3443a467acfea55b6574d48346b
This commit is contained in:
parent
ec31a2b4ad
commit
cd17decd5a
4 changed files with 26 additions and 2 deletions
|
|
@ -12170,6 +12170,23 @@
|
|||
filter_roll_off: "Short Slow"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILTER_SUPER_SLOW
|
||||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
filter_roll_off: "Super Slow"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
filter_roll_off: "Super Slow"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
filter_roll_off: "Super Slow"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILTER_SHORT
|
||||
desc: in sound settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue