libsidplayfp
0.3.5
|
Public Member Functions | |
virtual bool | input (const int sample)=0 |
short | getOutput () const |
virtual void | reset ()=0 |
Protected Member Functions | |
virtual int | output () const =0 |
|
inline |
Output a sample from resampler
|
pure virtual |
Input a sample into resampler. Output "true" when resampler is ready with new sample.
sample |
Implemented in reSIDfp::SincResampler, reSIDfp::TwoPassSincResampler, and reSIDfp::ZeroOrderResampler.