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, filter
createCompatibleDestinationSound
public void applyFilter(double[] source1, double[] source2, double[] destination)
applyFilter
in class AbstractBufferedSoundBinaryOp
source1
- The signal in source 1source2
- The signal in source 2destination
- The resulting channel