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, size_t num, EmuTime::param time) override |
![]() | |
virtual | ~ResampleAlgo ()=default |
bool | generateOutput (float *dataOut, size_t num, EmuTime::param time) |
Static Public Attributes | |
static constexpr size_t | TAB_LEN = 4096 |
static constexpr size_t | HALF_TAB_LEN = TAB_LEN / 2 |
Additional Inherited Members | |
![]() | |
ResampleAlgo (ResampledSoundDevice &input_) | |
DynamicClock & | getEmuClock () const |
virtual bool | generateOutputImpl (float *dataOut, size_t num, EmuTime::param time)=0 |
![]() | |
ResampledSoundDevice & | input |
Definition at line 15 of file ResampleHQ.hh.
openmsx::ResampleHQ< CHANNELS >::ResampleHQ | ( | ResampledSoundDevice & | input, |
const DynamicClock & | hostClock | ||
) |
Definition at line 376 of file ResampleHQ.cc.
References openmsx::ResampleCoeffs::getCoeffs(), and openmsx::ResampleCoeffs::instance().
|
override |
Definition at line 394 of file ResampleHQ.cc.
References openmsx::ResampleCoeffs::instance(), and openmsx::ResampleCoeffs::releaseCoeffs().
|
delete |
|
overridevirtual |
Implements openmsx::ResampleAlgo.
Definition at line 645 of file ResampleHQ.cc.
References xrange().
|
delete |
|
staticconstexpr |
Definition at line 19 of file ResampleHQ.hh.
|
staticconstexpr |
Definition at line 18 of file ResampleHQ.hh.