rockbox/lib/rbcodec/dsp/eqs/Hip-Hop.cfg
Jonathan Gordon 1eb17dc9f4 EQ settings: Rework the settings to clean up the config file.
Instead of 3 cfg lines per eq band there is now a single line
for each:
<config name>: <cutoff/center freq>, <q>, <gain>

In addition, the config value names make a bit more sense.

The old settings are still readable but config.cfg and any new
settings files will be written with the new config values. (The
old settings will be removed completly sometime after the next
stable release).

Also a slight rework of the advanced EQ menu UI

Change-Id: I9008658d36ded442a5f2f825916df42a3934cbef
Reviewed-on: http://gerrit.rockbox.org/394
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2013-02-09 13:05:32 +01:00

12 lines
340 B
INI

eq enabled: on
eq precut: 65
eq low shelf filter: 32, 7, 65
eq peak filter 1: 64, 10, 65
eq peak filter 2: 125, 10, 25
eq peak filter 3: 250, 10, 25
eq peak filter 4: 500, 10, -10
eq peak filter 5: 1000, 10, -10
eq peak filter 6: 2000, 10, 15
eq peak filter 7: 4000, 10, 15
eq peak filter 8: 8000, 10, 35
eq high shelf filter: 16000, 7, 35