From 1eb17dc9f4bf280d2e9503f3d0c8b8730146412d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 5 Feb 2013 23:20:17 +1100 Subject: 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: : , , 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 --- lib/rbcodec/dsp/eqs/Club.cfg | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) (limited to 'lib/rbcodec/dsp/eqs/Club.cfg') diff --git a/lib/rbcodec/dsp/eqs/Club.cfg b/lib/rbcodec/dsp/eqs/Club.cfg index 5e20ca2fe7..f9c350298f 100644 --- a/lib/rbcodec/dsp/eqs/Club.cfg +++ b/lib/rbcodec/dsp/eqs/Club.cfg @@ -1,32 +1,12 @@ eq enabled: on eq precut: 80 -eq band 0 cutoff: 32 -eq band 0 q: 7 -eq band 0 gain: 0 -eq band 1 cutoff: 64 -eq band 1 q: 10 -eq band 1 gain: 0 -eq band 2 cutoff: 125 -eq band 2 q: 10 -eq band 2 gain: 80 -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: 55 -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: 0 -eq band 9 cutoff: 16000 -eq band 9 q: 7 -eq band 9 gain: 0 +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 -- cgit v1.2.3