openMSX
|
#include <ResampleBlip.hh>
Public Member Functions | |
ResampleBlip (ResampledSoundDevice &input, const DynamicClock &hostClock) | |
bool | generateOutputImpl (float *dataOut, size_t num, EmuTime::param time) override |
![]() | |
virtual | ~ResampleAlgo ()=default |
bool | generateOutput (float *dataOut, size_t num, EmuTime::param time) |
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 14 of file ResampleBlip.hh.
openmsx::ResampleBlip< CHANNELS >::ResampleBlip | ( | ResampledSoundDevice & | input, |
const DynamicClock & | hostClock | ||
) |
Definition at line 14 of file ResampleBlip.cc.
|
overridevirtual |
Implements openmsx::ResampleAlgo.
Definition at line 29 of file ResampleBlip.cc.