public class AddOp extends AbstractBufferedSoundBinaryOp
| Constructor and Description |
|---|
AddOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFilter(double[] source1,
double[] source2,
double[] destination)
Adds (sample-by-sample) the two BufferedSound objects.
|
applyFilter, filtercreateCompatibleDestinationSoundpublic void applyFilter(double[] source1,
double[] source2,
double[] destination)
applyFilter in class AbstractBufferedSoundBinaryOpsource1 - The signal in source 1source2 - The signal in source 2destination - The resulting channel