ACHTUNG: Die Quellfiles bzw. die ausgew„hlten Auschnitte mssen gleiche L„nge aufweisen!
Ausgabe des Online-Helps bei Aufruf ohne Parameter:
addition of wave-files, (c) Exler Roland, May 3 1998
USAGE: add_wave 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: abs(out_scale*out_peak)=sum(abs(in_scale*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