From b5716df4cb2837bbbc42195cf1aefcf03e21d6a6 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Fri, 24 Jun 2011 01:25:21 -0400 Subject: Build librbcodec with DSP and metadata. All associated files are moved to /lib/rbcodec. Change-Id: I572ddd2b8a996aae1e98c081d06b1ed356dce222 --- lib/rbcodec/dsp/eqs/Bass.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/rbcodec/dsp/eqs/Bass.cfg (limited to 'lib/rbcodec/dsp/eqs/Bass.cfg') diff --git a/lib/rbcodec/dsp/eqs/Bass.cfg b/lib/rbcodec/dsp/eqs/Bass.cfg new file mode 100644 index 0000000000..2742459081 --- /dev/null +++ b/lib/rbcodec/dsp/eqs/Bass.cfg @@ -0,0 +1,17 @@ +eq enabled: on +eq precut: 50 +eq band 0 cutoff: 60 +eq band 0 q: 7 +eq band 0 gain: 50 +eq band 1 cutoff: 200 +eq band 1 q: 10 +eq band 1 gain: 35 +eq band 2 cutoff: 800 +eq band 2 q: 10 +eq band 2 gain: 15 +eq band 3 cutoff: 4000 +eq band 3 q: 10 +eq band 3 gain: 5 +eq band 4 cutoff: 12000 +eq band 4 q: 7 +eq band 4 gain: -5 -- cgit v1.2.3