openMSX
|
#include <ResampleHQ.hh>
Public Member Functions | |
ResampleHQ (ResampledSoundDevice &input, const DynamicClock &hostClock) | |
~ResampleHQ () override | |
ResampleHQ (const ResampleHQ &)=delete | |
ResampleHQ & | operator= (const ResampleHQ &)=delete |
bool | generateOutputImpl (float *dataOut, unsigned num, EmuTime::param time) override |
![]() | |
virtual | ~ResampleAlgo ()=default |
bool | generateOutput (float *dataOut, unsigned num, EmuTime::param time) |
Additional Inherited Members | |
![]() | |
ResampleAlgo (ResampledSoundDevice &input_) | |
DynamicClock & | getEmuClock () const |
![]() | |
ResampledSoundDevice & | input |
Definition at line 14 of file ResampleHQ.hh.
openmsx::ResampleHQ< CHANNELS >::ResampleHQ | ( | ResampledSoundDevice & | input, |
const DynamicClock & | hostClock | ||
) |
Definition at line 372 of file ResampleHQ.cc.
References CHANNELS, openmsx::ResampleCoeffs::getCoeffs(), and openmsx::ResampleCoeffs::instance().
|
override |
Definition at line 390 of file ResampleHQ.cc.
References openmsx::ResampleCoeffs::instance(), and openmsx::ResampleCoeffs::releaseCoeffs().
|
delete |
|
overridevirtual |
Implements openmsx::ResampleAlgo.
Definition at line 641 of file ResampleHQ.cc.
|
delete |