|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectauditory.sampled.AbstractBufferedSoundOp
auditory.sampled.AbstractBufferedSoundBinaryOp
auditory.sampled.MultiplyOp
public class MultiplyOp
A BufferedSoundBinaryOp that multiplies two (comparable) BufferedSound objects sample-by-sample
| Constructor Summary | |
|---|---|
MultiplyOp()
|
|
| Method Summary | |
|---|---|
void |
applyFilter(double[] source1,
double[] source2,
double[] destination)
Multiply (sample-by-sample) the two signals |
| 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 MultiplyOp()
| Method Detail |
|---|
public void applyFilter(double[] source1,
double[] source2,
double[] destination)
applyFilter in class AbstractBufferedSoundBinaryOpsource1 - The signal in source 1source2 - The signal in source 2destination - The resulting destination signal
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||