openMSX
|
#include <ResampleLQ.hh>
Public Member Functions | |
ResampleLQDown (ResampledSoundDevice &input, const DynamicClock &hostClock) | |
Public Member Functions inherited from openmsx::ResampleAlgo | |
virtual | ~ResampleAlgo ()=default |
bool | generateOutput (float *dataOut, size_t num, EmuTime::param time) |
Additional Inherited Members | |
Static Public Member Functions inherited from openmsx::ResampleLQ< CHANNELS > | |
static std::unique_ptr< ResampleLQ< CHANNELS > > | create (ResampledSoundDevice &input, const DynamicClock &hostClock) |
Protected Types inherited from openmsx::ResampleLQ< CHANNELS > | |
using | FP = FixedPoint< 14 > |
Protected Member Functions inherited from openmsx::ResampleLQ< CHANNELS > | |
ResampleLQ (ResampledSoundDevice &input, const DynamicClock &hostClock) | |
bool | fetchData (EmuTime::param time, unsigned &valid) |
Protected Member Functions inherited from openmsx::ResampleAlgo | |
ResampleAlgo (ResampledSoundDevice &input_) | |
DynamicClock & | getEmuClock () const |
Protected Attributes inherited from openmsx::ResampleLQ< CHANNELS > | |
const DynamicClock & | hostClock |
const FP | step |
std::array< float, 2 *CHANNELS > | lastInput |
Protected Attributes inherited from openmsx::ResampleAlgo | |
ResampledSoundDevice & | input |
Definition at line 33 of file ResampleLQ.hh.
openmsx::ResampleLQDown< CHANNELS >::ResampleLQDown | ( | ResampledSoundDevice & | input, |
const DynamicClock & | hostClock | ||
) |
Definition at line 140 of file ResampleLQ.cc.
References openmsx::ResampledSoundDevice::getEmuClock(), and openmsx::DynamicClock::getFreq().