ref: 34e2ecc25e933c01d2e2a086280b324539a97989
parent: 93eca5bf47dba006b103389aaf041fbd14e35870
author: robs <robs>
date: Sun Jul 27 02:09:06 EDT 2008
document usage for --input-buffer
--- a/src/sox.c
+++ b/src/sox.c
@@ -1006,12 +1006,13 @@
"-n use the null file handler; for use with e.g. synth & stat",
"",
"GLOBAL OPTIONS (gopts) (can be specified at any point before the first effect):",
-"--buffer BYTES set the buffer size (default 8192)",
+"--buffer BYTES set the size of all processing buffers (default 8192)",
"--combine concatenate concatenate multiple input files (default for sox, rec)",
"--combine sequence sequence multiple input files (default for play)",
"-h, --help display version number and usage information",
"--help-effect NAME display usage of specified effect; use `all' to display all",
"--help-format NAME display info on specified format; use `all' to display all",
+"--input-buffer BYTES override the input buffer size (default: as --buffer)",
"--interactive prompt to overwrite output file",
"-m, --combine mix mix multiple input files (instead of concatenating)",
"-M, --combine merge merge multiple input files (instead of concatenating)",