]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/amp_filter.m4
Treat all ggo files as m4 files.
[paraslash.git] / ggo / amp_filter.m4
diff --git a/ggo/amp_filter.m4 b/ggo/amp_filter.m4
new file mode 100644 (file)
index 0000000..865df3a
--- /dev/null
@@ -0,0 +1,17 @@
+option "amp" a
+#~~~~~~~~~~~~~
+"amplification value"
+int typestr="number"
+default="32"
+optional
+details="
+       The amplification value determines the scaling factor by
+       which the amplitude of the audio stream is multiplied. The
+       formula for the scaling factor is
+
+               factor = 1 + amp / 64.
+
+       For example, an amplifiction value of zero results in a
+       scaling factor of one while an amplification value of 64
+       means to double the volume.
+"