summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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