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