]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - compress_filter.ggo
audiod: Include help for receivers/filter/writers in help output.
[paraslash.git] / compress_filter.ggo
index f4ba7a83044ca9447c58f1e05b1cb6e93f925b21..74dcbc0332753e1011962a62c9dbe961881b4d1f 100644 (file)
@@ -1,7 +1,37 @@
-section "The dynamic audio range compressor"
+option "blocksize" b
+#~~~~~~~~~~~~~~~~~~~
+"adjust block size"
+int typestr="number"
+default="15"
+optional
+details = "
+       Larger blocksize means fewer volume adjustments per time unit.
+"
 
-option "blocksize" b "larger blocksize means fewer volume adjustments per time unit" int typestr="number" default="16" no
-option "aggressiveness" a "controls the maximum amount to amplify by" int typestr="number" default="2" no
-option "inertia" i "how much inertia ramping has" int typestr="number" default="6" no
-option "target_level" t "target signal level (0-32768)" int typestr="number" default="25000" no
-option "damp" d "if non-zero, scale down after normalizing" int typestr="number" default="0" no
+option "aggressiveness" a
+#~~~~~~~~~~~~~~~~~~~~~~~~
+ "controls the maximum amount to amplify by"
+int typestr="number"
+default="4"
+optional
+
+option "inertia" i
+#~~~~~~~~~~~~~~~~~
+ "how much inertia ramping has"
+ int typestr="number"
+default="6"
+optional
+
+option "target_level" t
+#~~~~~~~~~~~~~~~~~~~~~~
+"target signal level (0-32768)"
+int typestr="number"
+default="20000"
+optional
+
+option "damp" d
+#~~~~~~~~~~~~~~
+"if non-zero, scale down after normalizing"
+int typestr="number"
+default="0"
+optional