diff options
| author | Uwe Freese <thebreaker@rockbox.org> | 2002-10-02 11:40:26 +0000 |
|---|---|---|
| committer | Uwe Freese <thebreaker@rockbox.org> | 2002-10-02 11:40:26 +0000 |
| commit | 943292b6cb708c5e0a05409fab2177386afcf352 (patch) | |
| tree | 0691da74a820645248993c400efcc8e5cd91fd72 | |
| parent | f97594443d38bb34c63b653886247a64f4a2069f (diff) | |
| download | rockbox-943292b6cb708c5e0a05409fab2177386afcf352.zip rockbox-943292b6cb708c5e0a05409fab2177386afcf352.tar.gz rockbox-943292b6cb708c5e0a05409fab2177386afcf352.tar.bz2 rockbox-943292b6cb708c5e0a05409fab2177386afcf352.tar.xz | |
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_FORMAT | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_EQ_FORMAT index a3611ce..e1ba622 100644 --- a/docs/CUSTOM_EQ_FORMAT +++ b/docs/CUSTOM_EQ_FORMAT @@ -25,9 +25,13 @@ Format Rules Example File ------------ -[volume]70#(0 to 100) -[bass]11#(-15 to 15 [Range depends on MAS]) -[treble]12#(-15 to 15 [Range depends on MAS]) -[balance]0#(-100 to 100) +[volume]70# 0 to 100 +[bass]11# player: -15 to 15, recorder: -12 to 12 +[treble]12# player: -15 to 15, recorder: -12 to 12 +[balance]0# -100 to 100 +[channels]0# 0=Stereo, 1=Mono, 2=Mono Left, 3=Mono Right +[loudness]5# 0 to 17, recorder only! +[bass boost]30# 0 to 100, recorder only! +[auto volume]0# 0=off, 1=2s, 2=4s, 3=8s, recorder only! This sets each line to the respective values after it. Notice that you can put comments after the #
\ No newline at end of file |