Namespaces | |
namespace | dsp |
Classes | |
class | dsp::ConvolutionMessageQueue |
Used by the Convolution to dispatch engine-update messages on a background thread. More... | |
class | dsp::Convolution |
Performs stereo partitioned convolution of an input signal with an impulse response in the frequency domain, using the JUCE FFT class. More... | |
struct | dsp::Convolution::Latency |
Contains configuration information for a convolution with a fixed latency. More... | |
struct | dsp::Convolution::NonUniform |
Contains configuration information for a non-uniform convolution. More... | |
class | dsp::FFT |
Performs a fast fourier transform. More... | |
class | dsp::WindowingFunction< FloatType > |
A class which provides multiple windowing functions useful for filter design and spectrum analyzers. More... | |