VCV Rack API v2
|
#include <speex/speex_resampler.h>
#include <dsp/common.hpp>
#include <dsp/ringbuffer.hpp>
#include <dsp/fir.hpp>
#include <dsp/window.hpp>
Go to the source code of this file.
Classes | |
struct | rack::dsp::SampleRateConverter< MAX_CHANNELS > |
Resamples by a fixed rational factor. More... | |
struct | rack::dsp::Decimator< OVERSAMPLE, QUALITY, T > |
Downsamples by an integer factor. More... | |
struct | rack::dsp::Upsampler< OVERSAMPLE, QUALITY > |
Upsamples by an integer factor. More... | |
Namespaces | |
namespace | rack |
Root namespace for the Rack API. | |
namespace | rack::dsp |
Digital signal processing routines and classes. | |