10 Band EQ w/Presets
commitd73c20933b5a7428c8f30442a6e0b90b34ece291
authorHayden Pearce <saint.lascivious@gmail.com>
Tue, 22 Jan 2013 18:08:16 +0000 (23 07:08 +1300)
committerJonathan Gordon <rockbox@jdgordon.info>
Tue, 29 Jan 2013 05:53:41 +0000 (29 06:53 +0100)
tree8aee5020ec10064713b956456cc7b7fe97a96838
parent7fda69222c86283563c80d92935147177b099571
10 Band EQ w/Presets

 - A 10 Band EQ for Rockbox w/ presets adapted
   from VLC
 - frequency stepping at 32, 64, 125, 250, 500
   1K, 2K, 4K, 8K, 16K

Change-Id: I85ad84d70a534edfc66c6ad9af8a76f022a02ec7
Reviewed-on: http://gerrit.rockbox.org/386
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
32 files changed:
apps/menus/eq_menu.c
apps/settings_list.c
lib/rbcodec/dsp/eq.c
lib/rbcodec/dsp/eq.h
lib/rbcodec/dsp/eqs/Acoustic.cfg
lib/rbcodec/dsp/eqs/Bass.cfg
lib/rbcodec/dsp/eqs/Classical.cfg
lib/rbcodec/dsp/eqs/Club.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Dance.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Default.cfg
lib/rbcodec/dsp/eqs/Disco.cfg
lib/rbcodec/dsp/eqs/Electronic.cfg
lib/rbcodec/dsp/eqs/Flat.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Full Bass and Treble.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Full Bass.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Full Treble.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Headphones.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Hip-Hop.cfg
lib/rbcodec/dsp/eqs/Jazz.cfg
lib/rbcodec/dsp/eqs/Large Hall.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Live.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Lounge.cfg
lib/rbcodec/dsp/eqs/Party.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Pop.cfg
lib/rbcodec/dsp/eqs/R&B.cfg
lib/rbcodec/dsp/eqs/Reggae.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Rock.cfg
lib/rbcodec/dsp/eqs/Ska.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Soft Rock.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Soft.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Techno.cfg [new file with mode: 0644]
lib/rbcodec/dsp/eqs/Vocal.cfg