summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Freese <thebreaker@rockbox.org>2002-10-02 11:40:26 +0000
committerUwe Freese <thebreaker@rockbox.org>2002-10-02 11:40:26 +0000
commit943292b6cb708c5e0a05409fab2177386afcf352 (patch)
tree0691da74a820645248993c400efcc8e5cd91fd72
parentf97594443d38bb34c63b653886247a64f4a2069f (diff)
downloadrockbox-943292b6cb708c5e0a05409fab2177386afcf352.tar.gz
rockbox-943292b6cb708c5e0a05409fab2177386afcf352.zip
Added the keywords for the recorder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2475 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/CUSTOM_EQ_FORMAT12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_EQ_FORMAT
index a3611ce2dc..e1ba622a0e 100644
--- a/docs/CUSTOM_EQ_FORMAT
+++ b/docs/CUSTOM_EQ_FORMAT
@@ -25,9 +25,13 @@ Format Rules
25 25
26Example File 26Example File
27------------ 27------------
28[volume]70#(0 to 100) 28[volume]70# 0 to 100
29[bass]11#(-15 to 15 [Range depends on MAS]) 29[bass]11# player: -15 to 15, recorder: -12 to 12
30[treble]12#(-15 to 15 [Range depends on MAS]) 30[treble]12# player: -15 to 15, recorder: -12 to 12
31[balance]0#(-100 to 100) 31[balance]0# -100 to 100
32[channels]0# 0=Stereo, 1=Mono, 2=Mono Left, 3=Mono Right
33[loudness]5# 0 to 17, recorder only!
34[bass boost]30# 0 to 100, recorder only!
35[auto volume]0# 0=off, 1=2s, 2=4s, 3=8s, recorder only!
32 36
33This sets each line to the respective values after it. Notice that you can put comments after the # \ No newline at end of file 37This sets each line to the respective values after it. Notice that you can put comments after the # \ No newline at end of file