|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectauditory.sampled.AbstractBufferedSoundOp
auditory.sampled.AbstractBufferedSoundBinaryOp
auditory.sampled.AddOp
public class AddOp
A BufferedSoundBinaryOp that adds two (comparable) BufferedSound objects sample-by-sample
Constructor Summary | |
---|---|
AddOp()
|
Method Summary | |
---|---|
void |
applyFilter(double[] source1,
double[] source2,
double[] destination)
Adds (sample-by-sample) the two BufferedSound objects. |
Methods inherited from class auditory.sampled.AbstractBufferedSoundBinaryOp |
---|
applyFilter, checkArguments, filter |
Methods inherited from class auditory.sampled.AbstractBufferedSoundOp |
---|
createCompatibleDestinationSound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddOp()
Method Detail |
---|
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
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |