AuxPort 0.2
Modules for Audio Software Development
|
This namespace consist of classes and functions useful for Audio Programming. More...
Namespaces | |
namespace | IIR |
This namespace contains IIR Filter Classes. | |
Classes | |
class | ADSR |
ADSR Oscillator. More... | |
class | Assymetric |
Assymetric Saturator. More... | |
class | BartlettFIR |
Represents an FIR filter with Bartlett Window. More... | |
class | BartlettHannFIR |
Represents an FIR filter with BartletttHann Window. More... | |
class | BipolarSawtooth |
Bipolar Sawtooth. More... | |
class | BlackmanFIR |
Represents an FIR filter with Blackman Window. More... | |
class | BlackmanHarrisFIR |
Represents an FIR filter with Rectangle Window. More... | |
class | Buffer |
Buffer is a Generic Audio Buffer class that is a container for floating or integer type Audio Buffers. More... | |
class | Convolution |
Provides an interface to convolve a signal with an Impulse Response. More... | |
class | DiscreteCosineTransform |
Implementation of naive Discrete Cosine Transform. More... | |
class | DiscreteFourierTransform |
Implementation of naive Discrete Fourier Transform. More... | |
class | Distortion |
Consists of Static Functions with various Distortion Algorithms. More... | |
class | FIR |
Parent class for all FIR Design SubClasses. More... | |
class | FlatFIR |
Represents an FIR filter with Flat Window. More... | |
class | FourierTransform |
Implementation of Fast Fourier Transform based on optimized Cooley-Tukey Algorithm. More... | |
class | HammingFIR |
Represents an FIR filter with Hamming Window. More... | |
class | HannFIR |
Represents an FIR filter with Hann Window. More... | |
class | KPString |
KPString Oscillator. More... | |
class | NuttallFIR |
Represents an FIR filter with Nuttall Window. More... | |
class | Oscillator |
Inheritable function that provides common functions for all Digital Oscillators. More... | |
class | Pan |
Stereo Audio Panner. More... | |
class | PBSaw |
PolyBlep Saw. More... | |
class | PBWSaw |
Poly BLEP Waveshape Saw. More... | |
class | RectangleFIR |
Represents an FIR filter with Rectangle Window. More... | |
class | Sine |
Sinusoidal Osciallator. More... | |
class | Square |
Square Oscillator. More... | |
class | Triangle |
Triangle Oscillator. More... | |
class | UnipolarSawtooth |
Unipolar Sawtooth. More... | |
class | WhiteNoise |
WhiteNoise Oscillator. More... | |
class | Window |
Computes Window functions such as Hann,Hamming,Kaiser. More... | |
This namespace consist of classes and functions useful for Audio Programming.