openMSX
|
#include <ResampleBlip.hh>
Public Member Functions | |
ResampleBlip (ResampledSoundDevice &input, const DynamicClock &hostClock) | |
bool | generateOutputImpl (float *dataOut, size_t num, EmuTime::param time) override |
Public Member Functions inherited from openmsx::ResampleAlgo | |
virtual | ~ResampleAlgo ()=default |
bool | generateOutput (float *dataOut, size_t num, EmuTime::param time) |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::ResampleAlgo | |
ResampleAlgo (ResampledSoundDevice &input_) | |
DynamicClock & | getEmuClock () const |
Protected Attributes inherited from openmsx::ResampleAlgo | |
ResampledSoundDevice & | input |
Definition at line 14 of file ResampleBlip.hh.
openmsx::ResampleBlip< CHANNELS >::ResampleBlip | ( | ResampledSoundDevice & | input, |
const DynamicClock & | hostClock | ||
) |
Definition at line 16 of file ResampleBlip.cc.
References openmsx::ResampledSoundDevice::getEmuClock(), openmsx::DynamicClock::getPeriod(), openmsx::EmuDuration::length(), and openmsx::FixedPoint< 16 >::roundRatioDown().
|
overridevirtual |
Implements openmsx::ResampleAlgo.
Definition at line 31 of file ResampleBlip.cc.
References xrange().