libsidplayfp  2.0.2
Public Member Functions | Static Public Member Functions | List of all members
reSIDfp::TwoPassSincResampler Class Referencefinal

#include <TwoPassSincResampler.h>

Inheritance diagram for reSIDfp::TwoPassSincResampler:
Inheritance graph
[legend]
Collaboration diagram for reSIDfp::TwoPassSincResampler:
Collaboration graph
[legend]

Public Member Functions

bool input (int sample) override
 
int output () const override
 
void reset () override
 
- Public Member Functions inherited from reSIDfp::Resampler
short getOutput () const
 

Static Public Member Functions

static TwoPassSincResamplercreate (double clockFrequency, double samplingFrequency, double highestAccurateFrequency)
 

Additional Inherited Members

Detailed Description

Compose a more efficient SINC from chaining two other SINCs.

Member Function Documentation

◆ input()

bool reSIDfp::TwoPassSincResampler::input ( int  sample)
inlineoverridevirtual

Input a sample into resampler. Output "true" when resampler is ready with new sample.

Parameters
sampleinput sample
Returns
true when a sample is ready

Implements reSIDfp::Resampler.


The documentation for this class was generated from the following file: