Go to the documentation of this file.
23 #ifndef INCLUDED_FRACTIONAL_RESAMPLER_CC_H
24 #define INCLUDED_FRACTIONAL_RESAMPLER_CC_H
48 static sptr make(
float phase_shift,
51 virtual float mu()
const = 0;
52 virtual float resamp_ratio()
const = 0;
53 virtual void set_mu (
float mu) = 0;
54 virtual void set_resamp_ratio(
float resamp_ratio) = 0;