summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_EQ_FORMAT
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-10 14:05:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-10 14:05:34 +0000
commitdcfc20f7e7c7f6266042a241177d7abc5000163d (patch)
tree89418c327f95e8ef88f08dd614416e90ae82a46a /docs/CUSTOM_EQ_FORMAT
parenta0bf4f1744547338ccc36ac66b3e1d4e906030f7 (diff)
downloadrockbox-dcfc20f7e7c7f6266042a241177d7abc5000163d.zip
rockbox-dcfc20f7e7c7f6266042a241177d7abc5000163d.tar.gz
rockbox-dcfc20f7e7c7f6266042a241177d7abc5000163d.tar.bz2
rockbox-dcfc20f7e7c7f6266042a241177d7abc5000163d.tar.xz
Renamed CUSTOM_EQ_FORMAT to CUSTOM_CFG_FORMAT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2561 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_EQ_FORMAT')
-rw-r--r--docs/CUSTOM_EQ_FORMAT43
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_EQ_FORMAT
deleted file mode 100644
index e1b0810..0000000
--- a/docs/CUSTOM_EQ_FORMAT
+++ /dev/null
@@ -1,43 +0,0 @@
-Custom EQ
-File Format Specifications
-
-Description / General Info
---------------------------
-* The Custom EQ is used on both the Rockbox Player and Recorder, in order to
- load, well, custom eq settings.
-
-File Location
--------------
-The files may reside anywhere on the hard disk. The only restriction is that
-the filename must end in .eq
-
-Format Rules
-------------
-* Each setting must have it's own line.
-* Lines starting with # are ignored.
-* If a value is out of the acceptable range for the device, which can vary
- depending on the model, the value will be set to its default value.
-
-Example File
-------------
-volume: 70
-bass: 11
-treble: 12
-balance: 0
-channels: 0
-loudness: 5
-bass boost: 30
-auto volume: 0
-
-This sets each line to the respective values after it.
-
-Value ranges
-------------
-volume: 0 to 100
-bass: player: -15 to 15, recorder: -12 to 12
-treble: player: -15 to 15, recorder: -12 to 12
-balance: -100 to 100
-channels: 0=Stereo, 1=Mono, 2=Mono Left, 3=Mono Right
-loudness: 0 to 17 (recorder only)
-bass boost: 0 to 100 (recorder only)
-auto volume: 0=off, 1=2s, 2=4s, 3=8s (recorder only)