diff options
author | Chiwen Chang <rock1104.tw@yahoo.com.tw> | 2014-08-22 23:30:35 +1000 |
---|---|---|
committer | Gerrit Rockbox <gerrit@rockbox.org> | 2015-01-19 19:34:01 +0100 |
commit | 3ae0f32ac3d6693a9528703c5f1b3586a9d79601 (patch) | |
tree | f34f7a90ac4cdaa1e1bf31574e8e4967916616a4 /manual | |
parent | 2cdfc43f10e3d755018ea508b64b209608d71864 (diff) | |
download | rockbox-3ae0f32ac3d6693a9528703c5f1b3586a9d79601.tar.gz rockbox-3ae0f32ac3d6693a9528703c5f1b3586a9d79601.tar.bz2 rockbox-3ae0f32ac3d6693a9528703c5f1b3586a9d79601.zip |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/configure_rockbox/sound_settings.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index 8feacd96cc..3fe7efbade 100644 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex @@ -591,6 +591,33 @@ details about how to use the feature. } \opt{swcodec}{ +\section{Haas Surround} +This setting does Haas effect with adjustable delay time to enhance the stereo stage +of the sound. A full range haas effect may sounds like everything starts from left channel ends at right. +Therefore, four additional functions are provided to move the stage back to the center: +First is a \setting{Balance} setting for change left-right channel output ratio. Second +is a bypass band for frequency mostly contain vocals, using \setting{f(x1)}, \setting{f(x2)} to reserved the +frequncy range. The \setting{SIDE ONLY} setting uses mid-side +processing to determine and apply effect to side only. And finally, a \setting{Dry/Wet Mix} +to adjust the proportion of mix between the original (dry) and 'effected' (wet) signals. +} + +\opt{swcodec}{ +\section{Perceptual Bass Enhancement} +This setting dose a group delay correction and an additional Biophonic EQ to +emphasize the clarity of the sounds. The \setting{Precut} setting provides +negative overall gain to prevent possible audio distortion due to the EQ +gain. The defult precut value is set to -2.5 dB and can be adjust from 0 dB to -4.5 dB. +} + +\opt{swcodec}{ +\section{Auditory Fatigue Reduction} +Human hearing are most senstive to some frequency bands, and this setting applies custom presets +of equalization and bi-shelf filter to reduce signals in those bands to minimize +the chance that temporary threshold shift (Auditory Fatigue) occurs. +} + +\opt{swcodec}{ \section{Compressor} The \setting{Compressor} reduces, or compresses, the dynamic range of the audio signal. This makes the quieter and louder sections closer to the same volume |