summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-10-27 20:41:33 +0000
committerThom Johansen <thomj@rockbox.org>2006-10-27 20:41:33 +0000
commit354770088e87c3aa8720f462fe3ac8368d7de5b5 (patch)
tree58b2e4e05edca22d042e441b041174e802daf80c /apps/lang
parent57cc28d6db6dafe2138916550aad5a9306e80f42 (diff)
downloadrockbox-354770088e87c3aa8720f462fe3ac8368d7de5b5.tar.gz
rockbox-354770088e87c3aa8720f462fe3ac8368d7de5b5.zip
Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11368 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 3305bd24aa..99cee5a2cf 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9974,3 +9974,17 @@
9974 *: "" 9974 *: ""
9975 </voice> 9975 </voice>
9976</phrase> 9976</phrase>
9977<phrase>
9978 id: LANG_DITHERING
9979 desc: in the sound settings menu
9980 user:
9981 <source>
9982 *: "Dithering"
9983 </source>
9984 <dest>
9985 *: "Dithering"
9986 </dest>
9987 <voice>
9988 *: "Dithering"
9989 </voice>
9990</phrase>