summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_CFG_FORMAT
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-03-10 14:07:36 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-03-10 14:07:36 +0000
commitae12ec721feae467f6715c5d958ad23faea41f59 (patch)
tree31dccc5c0636f2c6b35c3b83e76ff64355fd82f0 /docs/CUSTOM_CFG_FORMAT
parent7ebebafe0e12f0b1e159ebd9a561059e4782f023 (diff)
downloadrockbox-ae12ec721feae467f6715c5d958ad23faea41f59.tar.gz
rockbox-ae12ec721feae467f6715c5d958ad23faea41f59.zip
Added new channels modes and invert setting in cfg-loader. Patch by Christian Determann.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3406 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_CFG_FORMAT')
-rw-r--r--docs/CUSTOM_CFG_FORMAT6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/CUSTOM_CFG_FORMAT b/docs/CUSTOM_CFG_FORMAT
index 9ce9daafe7..26d57e7c7c 100644
--- a/docs/CUSTOM_CFG_FORMAT
+++ b/docs/CUSTOM_CFG_FORMAT
@@ -18,7 +18,8 @@ volume (0 - 100)
18bass (-15 - 15) 18bass (-15 - 15)
19treble (-15 - 15) 19treble (-15 - 15)
20balance (-100 - 100) 20balance (-100 - 100)
21channels (stereo, mono, mono left, mono right) 21channels (stereo, stereo narrow, stereo wide,
22 mono, mono left, mono right, karaoke)
22 23
23shuffle (on, off) 24shuffle (on, off)
24repeat (off, all, one) 25repeat (off, all, one)
@@ -54,7 +55,7 @@ Recorder-specific settings (allowed values) [unit]
54--------------------------------------------------- 55---------------------------------------------------
55loudness (0 - 17) 56loudness (0 - 17)
56bass boost (0 - 100) 57bass boost (0 - 100)
57auto volume (0=off, 1=2s, 2=4s, 3=8s) 58auto volume (off, 2, 4, 8) [seconds]
58 59
59peak meter release (1 - 126) 60peak meter release (1 - 126)
60peak meter hold (off, 200ms, 300ms, 500ms, 61peak meter hold (off, 200ms, 300ms, 500ms,
@@ -74,6 +75,7 @@ volume display (graphic, numeric)
74battery display (graphic, numeric) 75battery display (graphic, numeric)
75time format (12hour, 24hour) 76time format (12hour, 24hour)
76font (/path/filename.fnt) 77font (/path/filename.fnt)
78invert (on, off)
77 79
78deep discharge (on, off) 80deep discharge (on, off)
79trickle charge (on, off) 81trickle charge (on, off)