Ausgabe des Online-Helps bei Aufruf ohne Parameter:
copy multiple wave-files into new file, (c) Exler Roland, May 3 1998
USAGE: copywave IN_FILE1 <IN_FILE2 ...> <OPTIONS> OUT_FILE
IN_FILEi ... name of input-files (default: .wav)
OUT_FILE ... name of output-file (default: .wav)
OPTIONS:
-bin ... process binary (ignore peak set in files)
-gainG1,G2,..,GOut ... specify gains for each file
eg. -gain+1,-1.5,+2.0 will give [+1*file1, -1.5*file2]=2.0*output
missing numbers at the end are assumed to be 1.0
-paX ... set peak for output-file to X pascal
-dbX ... set peak for output-file to X db SPL
default: out_scale*out_peak=max(in_gain*in_peak) = worst case
-q ... quiet processing (output only errors)
specify range used for calculation (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