mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Add support for the iPod Video hardware equalizer. You can access it from Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10568 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ffe02b27c
commit
8030c804ad
7 changed files with 558 additions and 9 deletions
|
|
@ -9548,3 +9548,73 @@
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_HARDWARE
|
||||
desc: in the sound settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Hardware Equalizer"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Hardware Equalizer"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Hardware equalizer"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_HARDWARE_ENABLED
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Enable Hardware EQ"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Enable Hardware EQ"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Enable hardware equalizer"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_BANDWIDTH
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Bandwidth"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Bandwidth"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Bandwidth"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_NARROW
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Narrow"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Narrow"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Narrow"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_WIDE
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Wide"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Wide"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Wide"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue