From d475dd36a3702231fc76ef4dfdf771acbc730423 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Fri, 21 Jun 2013 16:53:02 +0200 Subject: 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 --- lib/rbcodec/dsp/eqs/Full Bass.cfg | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 lib/rbcodec/dsp/eqs/Full Bass.cfg (limited to 'lib/rbcodec/dsp/eqs/Full Bass.cfg') 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 @@ -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 -- cgit v1.2.3