Package | Description |
---|---|
auditory.sampled |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBufferedSoundBinaryOp
An abstract class that implements the BufferedSoundBinaryOp
interface.
|
class |
AbstractBufferedSoundUnaryOp
An abstract class that implements the BufferedSoundUnaryOp
interface.
|
class |
AddOp
A BufferedSoundBinaryOp that adds two (comparable)
BufferedSound objects sample-by-sample
|
class |
FIRFilterOp
A BufferedSoundUnaryOp that applies a FIRFilter to a
BufferedSound.
|
class |
InvertOp
A BufferedSoundUnaryOp that inverts a BufferedSound.
|
class |
MultiplyOp
A BufferedSoundBinaryOp that multiplies two (comparable)
BufferedSound objects sample-by-sample.
|
class |
NoiseOp
A BufferedSoundUnaryOp that adds noise to a signal.
|
class |
ReverseOp
A BufferedSoundUnaryOp that reverses a BufferedSound.
|
class |
SpeedChangeOp
A BufferedSoundUnaryOp that changes the speed at which
a signal is presented.
|