summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2013-06-21 16:53:02 +0200
committerMichael Giacomelli <giac2000@hotmail.com>2013-06-21 16:53:02 +0200
commitd475dd36a3702231fc76ef4dfdf771acbc730423 (patch)
tree7d75ac69c3071ea1f5cece4cc2acfb2d117d5fcf
parentc57b37ab9949ddea9f0d91832515e8d6a6451134 (diff)
downloadrockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.tar.gz
rockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.zip
Remove old EQ presets.
The old presets never made sense for Rockbox's EQ. They were apparently copied from some other software. We have a parametric EQ, that means that EQ bands can be made wider or narrower. Putting two identical bands side by side just wastes battery life and adds rounding error. Replacement presets are on gerrit but they need more work. In the mean time, users should probably not be using these. Change-Id: I85213100129fafd3ac0fa1a9438cb4d651bb94cb
-rw-r--r--lib/rbcodec/dsp/eqs/Acoustic.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Bass.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Classical.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Club.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Dance.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Default.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Disco.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Electronic.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Flat.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg32
-rw-r--r--lib/rbcodec/dsp/eqs/Full Bass.cfg32
-rw-r--r--lib/rbcodec/dsp/eqs/Full Treble.cfg32
-rw-r--r--lib/rbcodec/dsp/eqs/Headphones.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Hip-Hop.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Jazz.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Large Hall.cfg32
-rw-r--r--lib/rbcodec/dsp/eqs/Live.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Lounge.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Party.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Pop.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/R&B.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Reggae.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Rock.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Ska.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Soft Rock.cfg32
-rw-r--r--lib/rbcodec/dsp/eqs/Soft.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Techno.cfg12
-rw-r--r--lib/rbcodec/dsp/eqs/Vocal.cfg12
28 files changed, 0 insertions, 436 deletions
diff --git a/lib/rbcodec/dsp/eqs/Acoustic.cfg b/lib/rbcodec/dsp/eqs/Acoustic.cfg
deleted file mode 100644
index 72dbc48ae3..0000000000
--- a/lib/rbcodec/dsp/eqs/Acoustic.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 45
3eq low shelf filter: 32, 7, 45
4eq peak filter 1: 64, 10, 45
5eq peak filter 2: 125, 10, 10
6eq peak filter 3: 250, 10, 10
7eq peak filter 4: 500, 10, 15
8eq peak filter 5: 1000, 10, 15
9eq peak filter 6: 2000, 10, 30
10eq peak filter 7: 4000, 10, 30
11eq peak filter 8: 8000, 10, 20
12eq high shelf filter: 16000, 7, 20
diff --git a/lib/rbcodec/dsp/eqs/Bass.cfg b/lib/rbcodec/dsp/eqs/Bass.cfg
deleted file mode 100644
index 162874ef94..0000000000
--- a/lib/rbcodec/dsp/eqs/Bass.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 50
3eq low shelf filter: 32, 7, 50
4eq peak filter 1: 64, 10, 50
5eq peak filter 2: 125, 10, 35
6eq peak filter 3: 250, 10, 35
7eq peak filter 4: 500, 10, 15
8eq peak filter 5: 1000, 10, 15
9eq peak filter 6: 2000, 10, 5
10eq peak filter 7: 4000, 10, 5
11eq peak filter 8: 8000, 10, -5
12eq high shelf filter: 16000, 7, -5
diff --git a/lib/rbcodec/dsp/eqs/Classical.cfg b/lib/rbcodec/dsp/eqs/Classical.cfg
deleted file mode 100644
index 956cb1ecd1..0000000000
--- a/lib/rbcodec/dsp/eqs/Classical.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 0
3eq low shelf filter: 32, 7, 0
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, 0
10eq peak filter 7: 4000, 10, -70
11eq peak filter 8: 8000, 10, -70
12eq high shelf filter: 16000, 7, -70
diff --git a/lib/rbcodec/dsp/eqs/Club.cfg b/lib/rbcodec/dsp/eqs/Club.cfg
deleted file mode 100644
index f9c350298f..0000000000
--- a/lib/rbcodec/dsp/eqs/Club.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 80
3eq low shelf filter: 32, 7, 0
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 80
6eq peak filter 3: 250, 10, 55
7eq peak filter 4: 500, 10, 55
8eq peak filter 5: 1000, 10, 55
9eq peak filter 6: 2000, 10, 30
10eq peak filter 7: 4000, 10, 0
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0
diff --git a/lib/rbcodec/dsp/eqs/Dance.cfg b/lib/rbcodec/dsp/eqs/Dance.cfg
deleted file mode 100644
index b387245aae..0000000000
--- a/lib/rbcodec/dsp/eqs/Dance.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 95
3eq low shelf filter: 32, 7, 95
4eq peak filter 1: 64, 10, 70
5eq peak filter 2: 125, 10, 25
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, -55
9eq peak filter 6: 2000, 10, -70
10eq peak filter 7: 4000, 10, -70
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0
diff --git a/lib/rbcodec/dsp/eqs/Default.cfg b/lib/rbcodec/dsp/eqs/Default.cfg
deleted file mode 100644
index baf3c59069..0000000000
--- a/lib/rbcodec/dsp/eqs/Default.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: off
2eq precut: 0
3eq low shelf filter: 32, 7, 0
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, 0
10eq peak filter 7: 4000, 10, 0
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0
diff --git a/lib/rbcodec/dsp/eqs/Disco.cfg b/lib/rbcodec/dsp/eqs/Disco.cfg
deleted file mode 100644
index c43a29e798..0000000000
--- a/lib/rbcodec/dsp/eqs/Disco.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 45
3eq low shelf filter: 32, 7, 30
4eq peak filter 1: 64, 10, 30
5eq peak filter 2: 125, 10, 10
6eq peak filter 3: 250, 10, 10
7eq peak filter 4: 500, 10, 45
8eq peak filter 5: 1000, 10, 45
9eq peak filter 6: 2000, 10, 25
10eq peak filter 7: 4000, 10, 25
11eq peak filter 8: 8000, 10, 10
12eq high shelf filter: 16000, 7, 10
diff --git a/lib/rbcodec/dsp/eqs/Electronic.cfg b/lib/rbcodec/dsp/eqs/Electronic.cfg
deleted file mode 100644
index 545a2161de..0000000000
--- a/lib/rbcodec/dsp/eqs/Electronic.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 55
3eq low shelf filter: 32, 7, 45
4eq peak filter 1: 64, 10, 45
5eq peak filter 2: 125, 10, 5
6eq peak filter 3: 250, 10, 5
7eq peak filter 4: 500, 10, 25
8eq peak filter 5: 1000, 10, 25
9eq peak filter 6: 2000, 10, 15
10eq peak filter 7: 4000, 10, 15
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 55
diff --git a/lib/rbcodec/dsp/eqs/Flat.cfg b/lib/rbcodec/dsp/eqs/Flat.cfg
deleted file mode 100644
index 7e2cc32bdd..0000000000
--- a/lib/rbcodec/dsp/eqs/Flat.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 0
3eq low shelf filter: 32, 7, 0
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, 0
10eq peak filter 7: 4000, 10, 0
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0
diff --git a/lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg b/lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg
deleted file mode 100644
index 193d24441d..0000000000
--- a/lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
1eq enabled: on
2eq precut: 120
3eq band 0 cutoff: 32
4eq band 0 q: 7
5eq band 0 gain: 70
6eq band 1 cutoff: 64
7eq band 1 q: 10
8eq band 1 gain: 55
9eq band 2 cutoff: 125
10eq band 2 q: 10
11eq band 2 gain: 0
12eq band 3 cutoff: 250
13eq band 3 q: 10
14eq band 3 gain: -70
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: 15
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: 110
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: 120
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: 120
diff --git a/lib/rbcodec/dsp/eqs/Full Bass.cfg b/lib/rbcodec/dsp/eqs/Full Bass.cfg
deleted file mode 100644
index b39a5c26fb..0000000000
--- a/lib/rbcodec/dsp/eqs/Full Bass.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
1eq enabled: on
2eq precut: 95
3eq band 0 cutoff: 32
4eq band 0 q: 7
5eq band 0 gain: -80
6eq band 1 cutoff: 64
7eq band 1 q: 10
8eq band 1 gain: 95
9eq band 2 cutoff: 125
10eq band 2 q: 10
11eq band 2 gain: 95
12eq band 3 cutoff: 250
13eq band 3 q: 10
14eq band 3 gain: 55
15eq band 4 cutoff: 500
16eq band 4 q: 10
17eq band 4 gain: 15
18eq band 5 cutoff: 1000
19eq band 5 q: 10
20eq band 5 gain: -40
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: -100
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: -110
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: -110
diff --git a/lib/rbcodec/dsp/eqs/Full Treble.cfg b/lib/rbcodec/dsp/eqs/Full Treble.cfg
deleted file mode 100644
index bb87890934..0000000000
--- a/lib/rbcodec/dsp/eqs/Full Treble.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
1eq enabled: on
2eq precut: 170
3eq band 0 cutoff: 32
4eq band 0 q: 7
5eq band 0 gain: -95
6eq band 1 cutoff: 64
7eq band 1 q: 10
8eq band 1 gain: -95
9eq band 2 cutoff: 125
10eq band 2 q: 10
11eq band 2 gain: -95
12eq band 3 cutoff: 250
13eq band 3 q: 10
14eq band 3 gain: -40
15eq band 4 cutoff: 500
16eq band 4 q: 10
17eq band 4 gain: 25
18eq band 5 cutoff: 1000
19eq band 5 q: 10
20eq band 5 gain: 110
21eq band 6 cutoff: 2000
22eq band 6 q: 10
23eq band 6 gain: 160
24eq band 7 cutoff: 4000
25eq band 7 q: 10
26eq band 7 gain: 160
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: 160
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: 170
diff --git a/lib/rbcodec/dsp/eqs/Headphones.cfg b/lib/rbcodec/dsp/eqs/Headphones.cfg
deleted file mode 100644
index 27d038cce6..0000000000
--- a/lib/rbcodec/dsp/eqs/Headphones.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 145
3eq low shelf filter: 32, 7, 50
4eq peak filter 1: 64, 10, 110
5eq peak filter 2: 125, 10, 55
6eq peak filter 3: 250, 10, -30
7eq peak filter 4: 500, 10, -25
8eq peak filter 5: 1000, 10, 15
9eq peak filter 6: 2000, 10, 50
10eq peak filter 7: 4000, 10, 95
11eq peak filter 8: 8000, 10, 130
12eq high shelf filter: 16000, 7, 145
diff --git a/lib/rbcodec/dsp/eqs/Hip-Hop.cfg b/lib/rbcodec/dsp/eqs/Hip-Hop.cfg
deleted file mode 100644
index fac476d3a0..0000000000
--- a/lib/rbcodec/dsp/eqs/Hip-Hop.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 65
3eq low shelf filter: 32, 7, 65
4eq peak filter 1: 64, 10, 65
5eq peak filter 2: 125, 10, 25
6eq peak filter 3: 250, 10, 25
7eq peak filter 4: 500, 10, -10
8eq peak filter 5: 1000, 10, -10
9eq peak filter 6: 2000, 10, 15
10eq peak filter 7: 4000, 10, 15
11eq peak filter 8: 8000, 10, 35
12eq high shelf filter: 16000, 7, 35
diff --git a/lib/rbcodec/dsp/eqs/Jazz.cfg b/lib/rbcodec/dsp/eqs/Jazz.cfg
deleted file mode 100644
index c57f1be9f5..0000000000
--- a/lib/rbcodec/dsp/eqs/Jazz.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 60
3eq low shelf filter: 32, 7, 40
4eq peak filter 1: 64, 10, 40
5eq peak filter 2: 125, 10, 15
6eq peak filter 3: 250, 10, 15
7eq peak filter 4: 500, 10, -25
8eq peak filter 5: 1000, 10, -25
9eq peak filter 6: 2000, 10, 5
10eq peak filter 7: 4000, 10, 5
11eq peak filter 8: 8000, 10, 60
12eq high shelf filter: 16000, 7, 60
diff --git a/lib/rbcodec/dsp/eqs/Large Hall.cfg b/lib/rbcodec/dsp/eqs/Large Hall.cfg
deleted file mode 100644
index e3abbacec4..0000000000
--- a/lib/rbcodec/dsp/eqs/Large Hall.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
1eq enabled: on
2eq precut: 150
3eq band 0 cutoff: 32
4eq band 0 q: 7
5eq band 0 gain: 105
6eq band 1 cutoff: 64
7eq band 1 q: 10
8eq band 1 gain: 105
9eq band 2 cutoff: 125
10eq band 2 q: 10
11eq band 2 gain: 55
12eq band 3 cutoff: 250
13eq band 3 q: 10
14eq band 3 gain: 55
15eq band 4 cutoff: 500
16eq band 4 q: 10
17eq band 4 gain: 0
18eq band 5 cutoff: 1000
19eq band 5 q: 10
20eq band 5 gain: -50
21eq band 6 cutoff: 2000
22eq band 6 q: 10
23eq band 6 gain: -50
24eq band 7 cutoff: 4000
25eq band 7 q: 10
26eq band 7 gain: -50
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: 0
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: 0
diff --git a/lib/rbcodec/dsp/eqs/Live.cfg b/lib/rbcodec/dsp/eqs/Live.cfg
deleted file mode 100644
index b4377a6ca1..0000000000
--- a/lib/rbcodec/dsp/eqs/Live.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 55
3eq low shelf filter: 32, 7, -50
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 40
6eq peak filter 3: 250, 10, 55
7eq peak filter 4: 500, 10, 55
8eq peak filter 5: 1000, 10, 55
9eq peak filter 6: 2000, 10, 40
10eq peak filter 7: 4000, 10, 25
11eq peak filter 8: 8000, 10, 25
12eq high shelf filter: 16000, 7, 25
diff --git a/lib/rbcodec/dsp/eqs/Lounge.cfg b/lib/rbcodec/dsp/eqs/Lounge.cfg
deleted file mode 100644
index 90510e16f6..0000000000
--- a/lib/rbcodec/dsp/eqs/Lounge.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 20
3eq low shelf filter: 32, 7, -25
4eq peak filter 1: 64, 10, -25
5eq peak filter 2: 125, 10, 5
6eq peak filter 3: 250, 10, 5
7eq peak filter 4: 500, 10, 20
8eq peak filter 5: 1000, 10, 20
9eq peak filter 6: 2000, 10, -15
10eq peak filter 7: 4000, 10, -15
11eq peak filter 8: 8000, 10, 15
12eq high shelf filter: 16000, 7, 15
diff --git a/lib/rbcodec/dsp/eqs/Party.cfg b/lib/rbcodec/dsp/eqs/Party.cfg
deleted file mode 100644
index c97ae8d085..0000000000
--- a/lib/rbcodec/dsp/eqs/Party.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 70
3eq low shelf filter: 32, 7, 70
4eq peak filter 1: 64, 10, 70
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, 0
10eq peak filter 7: 4000, 10, 0
11eq peak filter 8: 8000, 10, 70
12eq high shelf filter: 16000, 7, 70
diff --git a/lib/rbcodec/dsp/eqs/Pop.cfg b/lib/rbcodec/dsp/eqs/Pop.cfg
deleted file mode 100644
index cab887fb9f..0000000000
--- a/lib/rbcodec/dsp/eqs/Pop.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 80
3eq low shelf filter: 32, 7, -15
4eq peak filter 1: 64, 10, 50
5eq peak filter 2: 125, 10, 70
6eq peak filter 3: 250, 10, 80
7eq peak filter 4: 500, 10, 55
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, -25
10eq peak filter 7: 4000, 10, -25
11eq peak filter 8: 8000, 10, 15
12eq high shelf filter: 16000, 7, 15
diff --git a/lib/rbcodec/dsp/eqs/R&B.cfg b/lib/rbcodec/dsp/eqs/R&B.cfg
deleted file mode 100644
index c521af9bcf..0000000000
--- a/lib/rbcodec/dsp/eqs/R&B.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 45
3eq low shelf filter: 32, 7, 35
4eq peak filter 1: 64, 10, 35
5eq peak filter 2: 125, 10, 45
6eq peak filter 3: 250, 10, 45
7eq peak filter 4: 500, 10, 5
8eq peak filter 5: 1000, 10, 5
9eq peak filter 6: 2000, 10, 25
10eq peak filter 7: 4000, 10, 25
11eq peak filter 8: 8000, 10, 30
12eq high shelf filter: 16000, 7, 30
diff --git a/lib/rbcodec/dsp/eqs/Reggae.cfg b/lib/rbcodec/dsp/eqs/Reggae.cfg
deleted file mode 100644
index 9137b60491..0000000000
--- a/lib/rbcodec/dsp/eqs/Reggae.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 65
3eq low shelf filter: 32, 7, 0
4eq peak filter 1: 64, 10, 0
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, -55
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 65
9eq peak filter 6: 2000, 10, 65
10eq peak filter 7: 4000, 10, 0
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0
diff --git a/lib/rbcodec/dsp/eqs/Rock.cfg b/lib/rbcodec/dsp/eqs/Rock.cfg
deleted file mode 100644
index 5e3e9918d2..0000000000
--- a/lib/rbcodec/dsp/eqs/Rock.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 110
3eq low shelf filter: 32, 7, 80
4eq peak filter 1: 64, 10, 50
5eq peak filter 2: 125, 10, -55
6eq peak filter 3: 250, 10, -80
7eq peak filter 4: 500, 10, -30
8eq peak filter 5: 1000, 10, 40
9eq peak filter 6: 2000, 10, 90
10eq peak filter 7: 4000, 10, 110
11eq peak filter 8: 8000, 10, 110
12eq high shelf filter: 16000, 7, 110
diff --git a/lib/rbcodec/dsp/eqs/Ska.cfg b/lib/rbcodec/dsp/eqs/Ska.cfg
deleted file mode 100644
index 542f011438..0000000000
--- a/lib/rbcodec/dsp/eqs/Ska.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 110
3eq low shelf filter: 32, 7, -25
4eq peak filter 1: 64, 10, -50
5eq peak filter 2: 125, 10, -40
6eq peak filter 3: 250, 10, 0
7eq peak filter 4: 500, 10, 40
8eq peak filter 5: 1000, 10, 55
9eq peak filter 6: 2000, 10, 90
10eq peak filter 7: 4000, 10, 95
11eq peak filter 8: 8000, 10, 110
12eq high shelf filter: 16000, 7, 95
diff --git a/lib/rbcodec/dsp/eqs/Soft Rock.cfg b/lib/rbcodec/dsp/eqs/Soft Rock.cfg
deleted file mode 100644
index 2a7a6e6ac2..0000000000
--- a/lib/rbcodec/dsp/eqs/Soft Rock.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
1eq enabled: on
2eq precut: 90
3eq band 0 cutoff: 32
4eq band 0 q: 7
5eq band 0 gain: 40
6eq band 1 cutoff: 64
7eq band 1 q: 10
8eq band 1 gain: 40
9eq band 2 cutoff: 125
10eq band 2 q: 10
11eq band 2 gain: 25
12eq band 3 cutoff: 250
13eq band 3 q: 10
14eq band 3 gain: 0
15eq band 4 cutoff: 500
16eq band 4 q: 10
17eq band 4 gain: -40
18eq band 5 cutoff: 1000
19eq band 5 q: 10
20eq band 5 gain: -55
21eq band 6 cutoff: 2000
22eq band 6 q: 10
23eq band 6 gain: -30
24eq band 7 cutoff: 4000
25eq band 7 q: 10
26eq band 7 gain: 0
27eq band 8 cutoff: 8000
28eq band 8 q: 10
29eq band 8 gain: 25
30eq band 9 cutoff: 16000
31eq band 9 q: 7
32eq band 9 gain: 90
diff --git a/lib/rbcodec/dsp/eqs/Soft.cfg b/lib/rbcodec/dsp/eqs/Soft.cfg
deleted file mode 100644
index a2b5ede3d0..0000000000
--- a/lib/rbcodec/dsp/eqs/Soft.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 120
3eq low shelf filter: 32, 7, 50
4eq peak filter 1: 64, 10, 15
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, -25
7eq peak filter 4: 500, 10, 0
8eq peak filter 5: 1000, 10, 40
9eq peak filter 6: 2000, 10, 80
10eq peak filter 7: 4000, 10, 95
11eq peak filter 8: 8000, 10, 110
12eq high shelf filter: 16000, 7, 120
diff --git a/lib/rbcodec/dsp/eqs/Techno.cfg b/lib/rbcodec/dsp/eqs/Techno.cfg
deleted file mode 100644
index 96ef79e2c7..0000000000
--- a/lib/rbcodec/dsp/eqs/Techno.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 95
3eq low shelf filter: 32, 7, 80
4eq peak filter 1: 64, 10, 55
5eq peak filter 2: 125, 10, 0
6eq peak filter 3: 250, 10, -55
7eq peak filter 4: 500, 10, -50
8eq peak filter 5: 1000, 10, 0
9eq peak filter 6: 2000, 10, 80
10eq peak filter 7: 4000, 10, 95
11eq peak filter 8: 8000, 10, 95
12eq high shelf filter: 16000, 7, 90
diff --git a/lib/rbcodec/dsp/eqs/Vocal.cfg b/lib/rbcodec/dsp/eqs/Vocal.cfg
deleted file mode 100644
index 80b1139ffa..0000000000
--- a/lib/rbcodec/dsp/eqs/Vocal.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
1eq enabled: on
2eq precut: 45
3eq low shelf filter: 32, 7, -45
4eq peak filter 1: 64, 10, -45
5eq peak filter 2: 125, 10, 5
6eq peak filter 3: 250, 10, 5
7eq peak filter 4: 500, 10, 45
8eq peak filter 5: 1000, 10, 45
9eq peak filter 6: 2000, 10, 20
10eq peak filter 7: 4000, 10, 20
11eq peak filter 8: 8000, 10, 0
12eq high shelf filter: 16000, 7, 0