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