summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/eqs/Techno.cfg
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2013-02-05 23:20:17 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2013-02-09 13:05:32 +0100
commit1eb17dc9f4bf280d2e9503f3d0c8b8730146412d (patch)
treed166a646c42a484edd2ad66e021c4473c4001a91 /lib/rbcodec/dsp/eqs/Techno.cfg
parentcb3e40be0a09de1b927fcaab75118dad54c9e563 (diff)
downloadrockbox-1eb17dc9f4bf280d2e9503f3d0c8b8730146412d.tar.gz
rockbox-1eb17dc9f4bf280d2e9503f3d0c8b8730146412d.zip
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>
Diffstat (limited to 'lib/rbcodec/dsp/eqs/Techno.cfg')
-rw-r--r--lib/rbcodec/dsp/eqs/Techno.cfg40
1 files changed, 10 insertions, 30 deletions
diff --git a/lib/rbcodec/dsp/eqs/Techno.cfg b/lib/rbcodec/dsp/eqs/Techno.cfg
index 1125d49914..96ef79e2c7 100644
--- a/lib/rbcodec/dsp/eqs/Techno.cfg
+++ b/lib/rbcodec/dsp/eqs/Techno.cfg
@@ -1,32 +1,12 @@
1eq enabled: on 1eq enabled: on
2eq precut: 95 2eq precut: 95
3eq band 0 cutoff: 32 3eq low shelf filter: 32, 7, 80
4eq band 0 q: 7 4eq peak filter 1: 64, 10, 55
5eq band 0 gain: 80 5eq peak filter 2: 125, 10, 0
6eq band 1 cutoff: 64 6eq peak filter 3: 250, 10, -55
7eq band 1 q: 10 7eq peak filter 4: 500, 10, -50
8eq band 1 gain: 55 8eq peak filter 5: 1000, 10, 0
9eq band 2 cutoff: 125 9eq peak filter 6: 2000, 10, 80
10eq band 2 q: 10 10eq peak filter 7: 4000, 10, 95
11eq band 2 gain: 0 11eq peak filter 8: 8000, 10, 95
12eq band 3 cutoff: 250 12eq high shelf filter: 16000, 7, 90
13eq band 3 q: 10
14eq band 3 gain: -55
15eq band 4 cutoff: 500
16eq band 4 q: 10
17eq band 4 gain: -50
18eq band 5 cutoff: 1000
19eq band 5 q: 10
20eq band 5 gain: 0
21eq band 6 cutoff: 2000
22eq band 6 q: 10
23eq band 6 gain: 80
24eq band 7 cutoff: 4000
25eq band 7 q: 10
26eq band 7 gain: 95
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: 95
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: 90