summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-05-01 03:58:27 -0400
committerThomas Martitz <kugel@rockbox.org>2012-05-28 11:34:15 +0200
commitafc96087f8a6282cf732d142a4db7a3d604d39d8 (patch)
treeccdf78007bb087ab658edaa951f245ad4141bae2 /apps/lang/english.lang
parent08f5224b1bf1293ab1d59fdfbf9045561733c38d (diff)
downloadrockbox-afc96087f8a6282cf732d142a4db7a3d604d39d8.tar.gz
rockbox-afc96087f8a6282cf732d142a4db7a3d604d39d8.zip
New crossfeed algorithm for Rockbox: "Meier" crossfeed
Emulates the basic "Meier" crossfeed (2 capacitors, 3 resistors) as discussed in http://www.meier-audio.homepage.t-online.de/passivefilter.htm This crossfeed blends a bit of low-pass filtered L signal into the R signal (and vice versa) while adding about 300 us delay to the crossfed-signal. A difference with the crossfeed already present in rockbox, is that this algorithm keeps the total spectrum flat (the one currently in rockbox accentuates low-frequency signals, making it sound a bit muffled). This implementation is quite lightweight, just 3 multiplies per left-right pair of samples. Has a default C implementation and optimized assembly versions for ARM and Coldfire. The crossfeed effect is quite subtle and is noticeable mostly one albums that have very strong left-right separation (e.g. one instrument only on the left, another only on the right). In the user interface, the new crossfeed option appears as "Meier" and is not configureable. The existing crossfeed is renamed to "Custom" as it allows itself to be customised. There is no entry for the user manual yet. Change-Id: Iaa100616fe0fcd7e16f08cdb9a7f41501973eee1
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang34
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index fc575a3764..7366a80030 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13052,3 +13052,37 @@
13052 *: "Western European" 13052 *: "Western European"
13053 </voice> 13053 </voice>
13054</phrase> 13054</phrase>
13055<phrase>
13056 id: LANG_CROSSFEED_MEIER
13057 desc: in sound settings
13058 user: core
13059 <source>
13060 *: none
13061 swcodec: "Simple (Meier)"
13062 </source>
13063 <dest>
13064 *: none
13065 swcodec: "Simple (Meier)"
13066 </dest>
13067 <voice>
13068 *: none
13069 swcodec: "Simple"
13070 </voice>
13071</phrase>
13072<phrase>
13073 id: LANG_CROSSFEED_CUSTOM
13074 desc: in sound settings
13075 user: core
13076 <source>
13077 *: none
13078 swcodec: "Custom"
13079 </source>
13080 <dest>
13081 *: none
13082 swcodec: "Custom"
13083 </dest>
13084 <voice>
13085 *: none
13086 swcodec: "Custom"
13087 </voice>
13088</phrase>