libsidplayfp  1.0.1
Public Member Functions
reSIDfp::TwoPassSincResampler Class Reference

#include <TwoPassSincResampler.h>

Inheritance diagram for reSIDfp::TwoPassSincResampler:
reSIDfp::Resampler

List of all members.

Public Member Functions

 TwoPassSincResampler (double clockFrequency, double samplingFrequency, double highestAccurateFrequency)
bool input (int sample)
int output () const
void reset ()
- Public Member Functions inherited from reSIDfp::Resampler
short getOutput () const

Detailed Description

Compose a more efficient SINC from chaining two other SINCs.

Author:
Antti Lankila

Member Function Documentation

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

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: