BEAST/BSE - Better Audio System and Sound Engine
0.9.0
|
Factor 2 upsampling of a data stream. More...
#include <bseresamplerimpl.hh>
Inherits Resampler2.
Public Member Functions | |
Upsampler2 (float *init_taps) | |
Constructs an Upsampler2 object with a given set of filter coefficients. More... | |
void | process_block (const float *input, guint n_input_samples, float *output) |
The function process_block() takes a block of input samples and produces a block with twice the length, containing interpolated output samples. | |
guint | order () const |
Returns the FIR filter order. | |
double | delay () const |
Factor 2 upsampling of a data stream.
Template arguments: ORDER number of resampling filter coefficients USE_SSE whether to use SSE (vectorized) instructions or not
|
inline |
Constructs an Upsampler2 object with a given set of filter coefficients.
init_taps: coefficients for the upsampling FIR halfband filter