1
0
Fork 0
forked from len0rd/rockbox

three new DSPs

perceptual bass enhancement
- a bbe-ish group delay corrction with Biophonic EQ boost.
- precut

auditory fatigue reduction
-reduce signal in frequency that may trigger temporary threshold shift

haas surround
-frequency between f(x1) and f(x2) is always bypassed.
-can apply to side only.

Change-Id: Icb6355ce9b1c99bf2c58c9385c3c411c0ae209d3
This commit is contained in:
Chiwen Chang 2014-08-22 23:30:35 +10:00 committed by Gerrit Rockbox
parent 2cdfc43f10
commit 3ae0f32ac3
17 changed files with 1084 additions and 6 deletions

View file

@ -7,6 +7,9 @@ dsp/channel_mode.c
dsp/compressor.c
dsp/crossfeed.c
dsp/dsp_core.c
dsp/pbe.c
dsp/afr.c
dsp/surround.c
dsp/dsp_filter.c
dsp/dsp_misc.c
dsp/dsp_sample_input.c