mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It does have hardware bass/treble settings with configurable cutoff. So make the bass/treble settings use the hardware and remove the hardware equalizer configuration.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15782 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a334bd2891
commit
d7e1f77146
13 changed files with 146 additions and 286 deletions
|
|
@ -11478,3 +11478,32 @@
|
|||
*: "Say file type"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BASS_CUTOFF
|
||||
desc: Bass setting cut-off frequency
|
||||
user:
|
||||
<source>
|
||||
*: "Bass Cutoff"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Bass Cutoff"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Bass Cutoff"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TREBLE_CUTOFF
|
||||
desc: Treble setting cut-off frequency
|
||||
user:
|
||||
<source>
|
||||
*: "Treble Cutoff"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Treble Cutoff"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Treble Cutoff"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue