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