|
|
||||||||
| 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.ReverseOp
public class ReverseOp
A BufferedSoundUnaryOp that reverses a BufferedSound
| Constructor Summary | |
|---|---|
ReverseOp()
|
|
| Method Summary | |
|---|---|
void |
applyFilter(double[] source,
double[] destination)
Reverse 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 ReverseOp()
| 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 | ||||||||