summaryrefslogtreecommitdiff
path: root/lib/rbcodec
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 /lib/rbcodec
parentc57b37ab9949ddea9f0d91832515e8d6a6451134 (diff)
downloadrockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.zip
rockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.tar.gz
rockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.tar.bz2
rockbox-d475dd36a3702231fc76ef4dfdf771acbc730423.tar.xz
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
Diffstat (limited to 'lib/rbcodec')
-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 72dbc48..0000000
--- a/lib/rbcodec/dsp/eqs/Acoustic.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 45
-eq low shelf filter: 32, 7, 45
-eq peak filter 1: 64, 10, 45
-eq peak filter 2: 125, 10, 10
-eq peak filter 3: 250, 10, 10
-eq peak filter 4: 500, 10, 15
-eq peak filter 5: 1000, 10, 15
-eq peak filter 6: 2000, 10, 30
-eq peak filter 7: 4000, 10, 30
-eq peak filter 8: 8000, 10, 20
-eq 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 162874e..0000000
--- a/lib/rbcodec/dsp/eqs/Bass.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 50
-eq low shelf filter: 32, 7, 50
-eq peak filter 1: 64, 10, 50
-eq peak filter 2: 125, 10, 35
-eq peak filter 3: 250, 10, 35
-eq peak filter 4: 500, 10, 15
-eq peak filter 5: 1000, 10, 15
-eq peak filter 6: 2000, 10, 5
-eq peak filter 7: 4000, 10, 5
-eq peak filter 8: 8000, 10, -5
-eq 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 956cb1e..0000000
--- a/lib/rbcodec/dsp/eqs/Classical.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 0
-eq low shelf filter: 32, 7, 0
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, 0
-eq peak filter 7: 4000, 10, -70
-eq peak filter 8: 8000, 10, -70
-eq 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 f9c3502..0000000
--- a/lib/rbcodec/dsp/eqs/Club.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 80
-eq low shelf filter: 32, 7, 0
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 80
-eq peak filter 3: 250, 10, 55
-eq peak filter 4: 500, 10, 55
-eq peak filter 5: 1000, 10, 55
-eq peak filter 6: 2000, 10, 30
-eq peak filter 7: 4000, 10, 0
-eq peak filter 8: 8000, 10, 0
-eq 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 b387245..0000000
--- a/lib/rbcodec/dsp/eqs/Dance.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 95
-eq low shelf filter: 32, 7, 95
-eq peak filter 1: 64, 10, 70
-eq peak filter 2: 125, 10, 25
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, -55
-eq peak filter 6: 2000, 10, -70
-eq peak filter 7: 4000, 10, -70
-eq peak filter 8: 8000, 10, 0
-eq 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 baf3c59..0000000
--- a/lib/rbcodec/dsp/eqs/Default.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: off
-eq precut: 0
-eq low shelf filter: 32, 7, 0
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, 0
-eq peak filter 7: 4000, 10, 0
-eq peak filter 8: 8000, 10, 0
-eq 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 c43a29e..0000000
--- a/lib/rbcodec/dsp/eqs/Disco.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 45
-eq low shelf filter: 32, 7, 30
-eq peak filter 1: 64, 10, 30
-eq peak filter 2: 125, 10, 10
-eq peak filter 3: 250, 10, 10
-eq peak filter 4: 500, 10, 45
-eq peak filter 5: 1000, 10, 45
-eq peak filter 6: 2000, 10, 25
-eq peak filter 7: 4000, 10, 25
-eq peak filter 8: 8000, 10, 10
-eq 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 545a216..0000000
--- a/lib/rbcodec/dsp/eqs/Electronic.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 55
-eq low shelf filter: 32, 7, 45
-eq peak filter 1: 64, 10, 45
-eq peak filter 2: 125, 10, 5
-eq peak filter 3: 250, 10, 5
-eq peak filter 4: 500, 10, 25
-eq peak filter 5: 1000, 10, 25
-eq peak filter 6: 2000, 10, 15
-eq peak filter 7: 4000, 10, 15
-eq peak filter 8: 8000, 10, 0
-eq 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 7e2cc32..0000000
--- a/lib/rbcodec/dsp/eqs/Flat.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 0
-eq low shelf filter: 32, 7, 0
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, 0
-eq peak filter 7: 4000, 10, 0
-eq peak filter 8: 8000, 10, 0
-eq 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 193d244..0000000
--- a/lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-eq enabled: on
-eq precut: 120
-eq band 0 cutoff: 32
-eq band 0 q: 7
-eq band 0 gain: 70
-eq band 1 cutoff: 64
-eq band 1 q: 10
-eq band 1 gain: 55
-eq band 2 cutoff: 125
-eq band 2 q: 10
-eq band 2 gain: 0
-eq band 3 cutoff: 250
-eq band 3 q: 10
-eq band 3 gain: -70
-eq band 4 cutoff: 500
-eq band 4 q: 10
-eq band 4 gain: -50
-eq band 5 cutoff: 1000
-eq band 5 q: 10
-eq band 5 gain: 15
-eq band 6 cutoff: 2000
-eq band 6 q: 10
-eq band 6 gain: 80
-eq band 7 cutoff: 4000
-eq band 7 q: 10
-eq band 7 gain: 110
-eq band 8 cutoff: 8000
-eq band 8 q: 10
-eq band 8 gain: 120
-eq band 9 cutoff: 16000
-eq band 9 q: 7
-eq 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 b39a5c2..0000000
--- a/lib/rbcodec/dsp/eqs/Full Bass.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-eq enabled: on
-eq precut: 95
-eq band 0 cutoff: 32
-eq band 0 q: 7
-eq band 0 gain: -80
-eq band 1 cutoff: 64
-eq band 1 q: 10
-eq band 1 gain: 95
-eq band 2 cutoff: 125
-eq band 2 q: 10
-eq band 2 gain: 95
-eq band 3 cutoff: 250
-eq band 3 q: 10
-eq band 3 gain: 55
-eq band 4 cutoff: 500
-eq band 4 q: 10
-eq band 4 gain: 15
-eq band 5 cutoff: 1000
-eq band 5 q: 10
-eq band 5 gain: -40
-eq band 6 cutoff: 2000
-eq band 6 q: 10
-eq band 6 gain: -80
-eq band 7 cutoff: 4000
-eq band 7 q: 10
-eq band 7 gain: -100
-eq band 8 cutoff: 8000
-eq band 8 q: 10
-eq band 8 gain: -110
-eq band 9 cutoff: 16000
-eq band 9 q: 7
-eq 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 bb87890..0000000
--- a/lib/rbcodec/dsp/eqs/Full Treble.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-eq enabled: on
-eq precut: 170
-eq band 0 cutoff: 32
-eq band 0 q: 7
-eq band 0 gain: -95
-eq band 1 cutoff: 64
-eq band 1 q: 10
-eq band 1 gain: -95
-eq band 2 cutoff: 125
-eq band 2 q: 10
-eq band 2 gain: -95
-eq band 3 cutoff: 250
-eq band 3 q: 10
-eq band 3 gain: -40
-eq band 4 cutoff: 500
-eq band 4 q: 10
-eq band 4 gain: 25
-eq band 5 cutoff: 1000
-eq band 5 q: 10
-eq band 5 gain: 110
-eq band 6 cutoff: 2000
-eq band 6 q: 10
-eq band 6 gain: 160
-eq band 7 cutoff: 4000
-eq band 7 q: 10
-eq band 7 gain: 160
-eq band 8 cutoff: 8000
-eq band 8 q: 10
-eq band 8 gain: 160
-eq band 9 cutoff: 16000
-eq band 9 q: 7
-eq 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 27d038c..0000000
--- a/lib/rbcodec/dsp/eqs/Headphones.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 145
-eq low shelf filter: 32, 7, 50
-eq peak filter 1: 64, 10, 110
-eq peak filter 2: 125, 10, 55
-eq peak filter 3: 250, 10, -30
-eq peak filter 4: 500, 10, -25
-eq peak filter 5: 1000, 10, 15
-eq peak filter 6: 2000, 10, 50
-eq peak filter 7: 4000, 10, 95
-eq peak filter 8: 8000, 10, 130
-eq 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 fac476d..0000000
--- a/lib/rbcodec/dsp/eqs/Hip-Hop.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-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
diff --git a/lib/rbcodec/dsp/eqs/Jazz.cfg b/lib/rbcodec/dsp/eqs/Jazz.cfg
deleted file mode 100644
index c57f1be..0000000
--- a/lib/rbcodec/dsp/eqs/Jazz.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 60
-eq low shelf filter: 32, 7, 40
-eq peak filter 1: 64, 10, 40
-eq peak filter 2: 125, 10, 15
-eq peak filter 3: 250, 10, 15
-eq peak filter 4: 500, 10, -25
-eq peak filter 5: 1000, 10, -25
-eq peak filter 6: 2000, 10, 5
-eq peak filter 7: 4000, 10, 5
-eq peak filter 8: 8000, 10, 60
-eq 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 e3abbac..0000000
--- a/lib/rbcodec/dsp/eqs/Large Hall.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-eq enabled: on
-eq precut: 150
-eq band 0 cutoff: 32
-eq band 0 q: 7
-eq band 0 gain: 105
-eq band 1 cutoff: 64
-eq band 1 q: 10
-eq band 1 gain: 105
-eq band 2 cutoff: 125
-eq band 2 q: 10
-eq band 2 gain: 55
-eq band 3 cutoff: 250
-eq band 3 q: 10
-eq band 3 gain: 55
-eq band 4 cutoff: 500
-eq band 4 q: 10
-eq band 4 gain: 0
-eq band 5 cutoff: 1000
-eq band 5 q: 10
-eq band 5 gain: -50
-eq band 6 cutoff: 2000
-eq band 6 q: 10
-eq band 6 gain: -50
-eq band 7 cutoff: 4000
-eq band 7 q: 10
-eq band 7 gain: -50
-eq band 8 cutoff: 8000
-eq band 8 q: 10
-eq band 8 gain: 0
-eq band 9 cutoff: 16000
-eq band 9 q: 7
-eq 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 b4377a6..0000000
--- a/lib/rbcodec/dsp/eqs/Live.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 55
-eq low shelf filter: 32, 7, -50
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 40
-eq peak filter 3: 250, 10, 55
-eq peak filter 4: 500, 10, 55
-eq peak filter 5: 1000, 10, 55
-eq peak filter 6: 2000, 10, 40
-eq peak filter 7: 4000, 10, 25
-eq peak filter 8: 8000, 10, 25
-eq 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 90510e1..0000000
--- a/lib/rbcodec/dsp/eqs/Lounge.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 20
-eq low shelf filter: 32, 7, -25
-eq peak filter 1: 64, 10, -25
-eq peak filter 2: 125, 10, 5
-eq peak filter 3: 250, 10, 5
-eq peak filter 4: 500, 10, 20
-eq peak filter 5: 1000, 10, 20
-eq peak filter 6: 2000, 10, -15
-eq peak filter 7: 4000, 10, -15
-eq peak filter 8: 8000, 10, 15
-eq 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 c97ae8d..0000000
--- a/lib/rbcodec/dsp/eqs/Party.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 70
-eq low shelf filter: 32, 7, 70
-eq peak filter 1: 64, 10, 70
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, 0
-eq peak filter 7: 4000, 10, 0
-eq peak filter 8: 8000, 10, 70
-eq 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 cab887f..0000000
--- a/lib/rbcodec/dsp/eqs/Pop.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 80
-eq low shelf filter: 32, 7, -15
-eq peak filter 1: 64, 10, 50
-eq peak filter 2: 125, 10, 70
-eq peak filter 3: 250, 10, 80
-eq peak filter 4: 500, 10, 55
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, -25
-eq peak filter 7: 4000, 10, -25
-eq peak filter 8: 8000, 10, 15
-eq 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 c521af9..0000000
--- a/lib/rbcodec/dsp/eqs/R&B.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 45
-eq low shelf filter: 32, 7, 35
-eq peak filter 1: 64, 10, 35
-eq peak filter 2: 125, 10, 45
-eq peak filter 3: 250, 10, 45
-eq peak filter 4: 500, 10, 5
-eq peak filter 5: 1000, 10, 5
-eq peak filter 6: 2000, 10, 25
-eq peak filter 7: 4000, 10, 25
-eq peak filter 8: 8000, 10, 30
-eq 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 9137b60..0000000
--- a/lib/rbcodec/dsp/eqs/Reggae.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 65
-eq low shelf filter: 32, 7, 0
-eq peak filter 1: 64, 10, 0
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, -55
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 65
-eq peak filter 6: 2000, 10, 65
-eq peak filter 7: 4000, 10, 0
-eq peak filter 8: 8000, 10, 0
-eq 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 5e3e991..0000000
--- a/lib/rbcodec/dsp/eqs/Rock.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 110
-eq low shelf filter: 32, 7, 80
-eq peak filter 1: 64, 10, 50
-eq peak filter 2: 125, 10, -55
-eq peak filter 3: 250, 10, -80
-eq peak filter 4: 500, 10, -30
-eq peak filter 5: 1000, 10, 40
-eq peak filter 6: 2000, 10, 90
-eq peak filter 7: 4000, 10, 110
-eq peak filter 8: 8000, 10, 110
-eq 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 542f011..0000000
--- a/lib/rbcodec/dsp/eqs/Ska.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 110
-eq low shelf filter: 32, 7, -25
-eq peak filter 1: 64, 10, -50
-eq peak filter 2: 125, 10, -40
-eq peak filter 3: 250, 10, 0
-eq peak filter 4: 500, 10, 40
-eq peak filter 5: 1000, 10, 55
-eq peak filter 6: 2000, 10, 90
-eq peak filter 7: 4000, 10, 95
-eq peak filter 8: 8000, 10, 110
-eq 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 2a7a6e6..0000000
--- a/lib/rbcodec/dsp/eqs/Soft Rock.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-eq enabled: on
-eq precut: 90
-eq band 0 cutoff: 32
-eq band 0 q: 7
-eq band 0 gain: 40
-eq band 1 cutoff: 64
-eq band 1 q: 10
-eq band 1 gain: 40
-eq band 2 cutoff: 125
-eq band 2 q: 10
-eq band 2 gain: 25
-eq band 3 cutoff: 250
-eq band 3 q: 10
-eq band 3 gain: 0
-eq band 4 cutoff: 500
-eq band 4 q: 10
-eq band 4 gain: -40
-eq band 5 cutoff: 1000
-eq band 5 q: 10
-eq band 5 gain: -55
-eq band 6 cutoff: 2000
-eq band 6 q: 10
-eq band 6 gain: -30
-eq band 7 cutoff: 4000
-eq band 7 q: 10
-eq band 7 gain: 0
-eq band 8 cutoff: 8000
-eq band 8 q: 10
-eq band 8 gain: 25
-eq band 9 cutoff: 16000
-eq band 9 q: 7
-eq 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 a2b5ede..0000000
--- a/lib/rbcodec/dsp/eqs/Soft.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 120
-eq low shelf filter: 32, 7, 50
-eq peak filter 1: 64, 10, 15
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, -25
-eq peak filter 4: 500, 10, 0
-eq peak filter 5: 1000, 10, 40
-eq peak filter 6: 2000, 10, 80
-eq peak filter 7: 4000, 10, 95
-eq peak filter 8: 8000, 10, 110
-eq 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 96ef79e..0000000
--- a/lib/rbcodec/dsp/eqs/Techno.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 95
-eq low shelf filter: 32, 7, 80
-eq peak filter 1: 64, 10, 55
-eq peak filter 2: 125, 10, 0
-eq peak filter 3: 250, 10, -55
-eq peak filter 4: 500, 10, -50
-eq peak filter 5: 1000, 10, 0
-eq peak filter 6: 2000, 10, 80
-eq peak filter 7: 4000, 10, 95
-eq peak filter 8: 8000, 10, 95
-eq 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 80b1139..0000000
--- a/lib/rbcodec/dsp/eqs/Vocal.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-eq enabled: on
-eq precut: 45
-eq low shelf filter: 32, 7, -45
-eq peak filter 1: 64, 10, -45
-eq peak filter 2: 125, 10, 5
-eq peak filter 3: 250, 10, 5
-eq peak filter 4: 500, 10, 45
-eq peak filter 5: 1000, 10, 45
-eq peak filter 6: 2000, 10, 20
-eq peak filter 7: 4000, 10, 20
-eq peak filter 8: 8000, 10, 0
-eq high shelf filter: 16000, 7, 0