| Interface | Description |
|---|---|
| BufferedSoundBinaryOp |
The requirements of all unary operations that
can be performed on BufferedSound objects.
|
| BufferedSoundUnaryOp |
The requirements of all unary operations that
can be performed on BufferedSound objects
|
| Content |
The capabiltiies of sampled auditory content
|
| Class | Description |
|---|---|
| AbstractBufferedSoundBinaryOp |
An abstract class that implements the BufferedSoundBinaryOp
interface.
|
| AbstractBufferedSoundOp |
An abstract class that implements the BufferedSoundOp
interface.
|
| AbstractBufferedSoundUnaryOp |
An abstract class that implements the BufferedSoundUnaryOp
interface.
|
| AddOp |
A BufferedSoundBinaryOp that adds two (comparable)
BufferedSound objects sample-by-sample
|
| BoomBox |
A Boombox renders/presents sampled auditory content
|
| BufferedSound |
An in-memory representation of sampled auditory content.
|
| BufferedSoundFactory |
A utility class that can be used to create BufferedSound
objects in various ways.
|
| FIRFilter |
An encapsulation of a Finite Impulse Response (FIR) filter.
|
| FIRFilterOp |
A BufferedSoundUnaryOp that applies a FIRFilter to a
BufferedSound.
|
| InvertOp |
A BufferedSoundUnaryOp that inverts a BufferedSound.
|
| MultiplyOp |
A BufferedSoundBinaryOp that multiplies two (comparable)
BufferedSound objects sample-by-sample.
|
| NoiseOp |
A BufferedSoundUnaryOp that adds noise to a signal.
|
| ReverseOp |
A BufferedSoundUnaryOp that reverses a BufferedSound.
|
| SpeedChangeOp |
A BufferedSoundUnaryOp that changes the speed at which
a signal is presented.
|