Interface | Description |
---|---|
Function | |
SequentialData |
Interface for objects that can be read and/or written by index.
|
SpectralWindow |
Class | Description |
---|---|
AudioSample |
Base class for FloatSample and ShortSample.
|
DoubleTable |
Evaluate a Function by interpolating between the values in a table.
|
FloatSample |
Store multi-channel floating point audio data in an interleaved buffer.
|
HammingWindow | |
HannWindow |
A HammingWindow with alpha and beta = 0.5.
|
SampleMarker |
A marker for an audio sample.
|
SegmentedEnvelope |
Store an envelope as a series of line segments.
|
SequentialDataCommon |
Abstract base class for envelopes and samples that adds sustain and release loops.
|
ShortSample |
Store multi-channel short audio data in an interleaved buffer.
|
SpectralWindowFactory |
Create shared windows as needed for use with FFTs and IFFTs.
|
Spectrum |
Complex spectrum with real and imaginary parts.
|