openMSX
ResampleTrivial.hh
Go to the documentation of this file.
1#ifndef RESAMPLETRIVIAL_HH
2#define RESAMPLETRIVIAL_HH
3
4#include "ResampleAlgo.hh"
5
6namespace openmsx {
7
8class ResampledSoundDevice;
9
10class ResampleTrivial final : public ResampleAlgo
11{
12public:
14 bool generateOutputImpl(float* dataOut, size_t num,
15 EmuTime::param time) override;
16};
17
18} // namespace openmsx
19
20#endif
ResampledSoundDevice & input
bool generateOutputImpl(float *dataOut, size_t num, EmuTime::param time) override
This file implemented 3 utility functions:
Definition Autofire.cc:9