17 #ifndef SRCTOOLS_LINEAR_RESAMPLER_H 18 #define SRCTOOLS_LINEAR_RESAMPLER_H 20 #include "ResamplerStage.h" 24 static const unsigned int LINEAR_RESAMPER_CHANNEL_COUNT = 2;
32 void process(
const FloatSample *&inSamples,
unsigned int &inLength, FloatSample *&outSamples,
unsigned int &outLength);
35 const double inputToOutputRatio;
37 FloatSample lastInputSamples[LINEAR_RESAMPER_CHANNEL_COUNT];
42 #endif // SRCTOOLS_LINEAR_RESAMPLER_H