33 #ifndef RESAMPLERS_48625_HDR 34 #define RESAMPLERS_48625_HDR 57 void apply(std::complex<float> * in, std::complex<float> * out);
63 void apply(
float * in,
float * out);
96 void apply(std::complex<float> * in, std::complex<float> * out);
102 void apply(
float * in,
float * out);
The Baseclass for all SoDa objects, and useful commonly used classes.
std::complex< float > * inter1
Resampler for 625KHz to 48KHz data stream, built on rational ReSampler class.
float gain
the gain to be applied to the final transform result.
Resampler for 48KHz to 625KHz data stream, built on rational ReSampler class.
std::complex< float > * inter2
float gain
the gain to be applied to the final transform result.
void apply(std::complex< float > *in, std::complex< float > *out)
Perform the resampling on a complex float buffer.
std::complex< float > * inter2
ReSample48to625(unsigned int inbufsize, float gain=1.0)
Constructor.