Ausgabe des Online-Helps bei Aufruf ohne Parameter:
merge wave-files into one multichannel files, (c) Exler Roland, May 3 1998 USAGE: mergewav IN_FILE1 <IN_FILE2 ...> <OPTIONS> OUT_FILE IN_FILEi ... name of input-files (default: .wav) OUT_FILE ... name of output-file (default: .wav) OPTIONS: -paX ... set peak for output-file to X pascal -dbX ... set peak for output-file to X db SPL -plain ... don't add commandline and peak to output-file -q ... quiet processing (output only errors) specify range from input-files to use (applied to each input-file): -sX ... start with sample X (if X<0 it's counted from eof) -lX ... use next X samples (if -l given, -e is ignored) -eX ... end with sample X (if X<0 it's counted from eof) if start, length or end is specified uppercase (-S, -L or -E), given value is used as time in seconds instead of samples