|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectauditory.sampled.AbstractBufferedSoundOp
auditory.sampled.AbstractBufferedSoundUnaryOp
auditory.sampled.InvertOp
public class InvertOp
A BufferedSoundUnaryOp that inverts a BufferedSound
| Constructor Summary | |
|---|---|
InvertOp()
|
|
| Method Summary | |
|---|---|
void |
applyFilter(double[] source,
double[] destination)
Invert the signal |
| Methods inherited from class auditory.sampled.AbstractBufferedSoundUnaryOp |
|---|
applyFilter, filter |
| Methods inherited from class auditory.sampled.AbstractBufferedSoundOp |
|---|
checkArguments, createCompatibleDestinationSound |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvertOp()
| Method Detail |
|---|
public void applyFilter(double[] source,
double[] destination)
applyFilter in class AbstractBufferedSoundUnaryOpsource - The source signaldestination - The resulting signal
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||