]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/sample_rate.m4
write: Make wav-related config options modular.
[paraslash.git] / m4 / gengetopt / sample_rate.m4
diff --git a/m4/gengetopt/sample_rate.m4 b/m4/gengetopt/sample_rate.m4
new file mode 100644 (file)
index 0000000..b3d107d
--- /dev/null
@@ -0,0 +1,12 @@
+<qu>
+option "sample-rate" s
+#~~~~~~~~~~~~~~~~~~~~~
+"do not guess the input sample rate"
+int typestr = "num"
+default = "44100"
+optional
+details = "
+       It is only neccessary to specify this for raw audio. See the
+       discussion of the --channels option.
+"
+</qu>