17 #ifndef MT32EMU_INTERNAL_RESAMPLER_H 18 #define MT32EMU_INTERNAL_RESAMPLER_H 20 #include "../Enumerations.h" 22 #include "srctools/include/FloatSampleProvider.h" 33 void getOutputSamples(
float *buffer,
unsigned int length);
42 #endif // MT32EMU_INTERNAL_RESAMPLER_H
Definition: InternalResampler.h:28