libsidplayfp
2.0.2
|
#include <TwoPassSincResampler.h>
Public Member Functions | |
bool | input (int sample) override |
int | output () const override |
void | reset () override |
![]() | |
short | getOutput () const |
Static Public Member Functions | |
static TwoPassSincResampler * | create (double clockFrequency, double samplingFrequency, double highestAccurateFrequency) |
Additional Inherited Members |
Compose a more efficient SINC from chaining two other SINCs.
|
inlineoverridevirtual |
Input a sample into resampler. Output "true" when resampler is ready with new sample.
sample | input sample |
Implements reSIDfp::Resampler.