|
libsidplayfp 2.4.0
|
#include <TwoPassSincResampler.h>
Public Member Functions | |
| bool | input (int sample) override |
| int | output () const override |
| void | reset () override |
Public Member Functions inherited from reSIDfp::Resampler | |
| virtual bool | input (int sample)=0 |
| short | getOutput () const |
| virtual void | reset ()=0 |
Static Public Member Functions | |
| static TwoPassSincResampler * | create (double clockFrequency, double samplingFrequency, double highestAccurateFrequency) |
Additional Inherited Members | |
Protected Member Functions inherited from reSIDfp::Resampler | |
| short | softClip (int x) const |
| virtual int | output () const =0 |
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.
|
inlineoverridevirtual |
Implements reSIDfp::Resampler.
|
inlineoverridevirtual |
Implements reSIDfp::Resampler.