libsidplayfp 1.0.3
|
#include <TwoPassSincResampler.h>
Public Member Functions | |
TwoPassSincResampler (double clockFrequency, double samplingFrequency, double highestAccurateFrequency) | |
bool | input (int sample) |
int | output () const |
void | reset () |
Compose a more efficient SINC from chaining two other SINCs.
bool reSIDfp::TwoPassSincResampler::input | ( | int | sample | ) | [inline, virtual] |
Input a sample into resampler. Output "true" when resampler is ready with new sample.
sample | input sample |
Implements reSIDfp::Resampler.