VCV Rack API v2
Loading...
Searching...
No Matches
resampler.hpp File Reference
#include <speex/speex_resampler.h>
#include <dsp/common.hpp>
#include <dsp/ringbuffer.hpp>
#include <dsp/fir.hpp>
#include <dsp/window.hpp>
Include dependency graph for resampler.hpp:
This graph shows which files directly or indirectly include this file:

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.