aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/srchelper/InternalResampler.h
diff options
context:
space:
mode:
authorTarek Soliman2017-12-23 15:40:30 -0600
committerTarek Soliman2018-01-03 10:40:23 -0600
commit50d79c5f265aad592ae7f17209653ccbb1fde488 (patch)
tree1951526e3ff2910acb0588f3a23ba0e9e7e66544 /audio/softsynth/mt32/srchelper/InternalResampler.h
parentbb5e8d3a11711d409f89739cf3f054cd5bac8c4f (diff)
downloadscummvm-rg350-50d79c5f265aad592ae7f17209653ccbb1fde488.tar.gz
scummvm-rg350-50d79c5f265aad592ae7f17209653ccbb1fde488.tar.bz2
scummvm-rg350-50d79c5f265aad592ae7f17209653ccbb1fde488.zip
MT32: Update to munt 2.3.0
This uses upstream commit 939cc986d9ffd044f8c6149361127ad5d94e430f Closes gh-1091
Diffstat (limited to 'audio/softsynth/mt32/srchelper/InternalResampler.h')
-rw-r--r--audio/softsynth/mt32/srchelper/InternalResampler.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/softsynth/mt32/srchelper/InternalResampler.h b/audio/softsynth/mt32/srchelper/InternalResampler.h
index 0a5c3233c8..be54077597 100644
--- a/audio/softsynth/mt32/srchelper/InternalResampler.h
+++ b/audio/softsynth/mt32/srchelper/InternalResampler.h
@@ -14,12 +14,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INTERNAL_RESAMPLER_H
-#define INTERNAL_RESAMPLER_H
+#ifndef MT32EMU_INTERNAL_RESAMPLER_H
+#define MT32EMU_INTERNAL_RESAMPLER_H
-#include "../SampleRateConverter.h"
+#include "../Enumerations.h"
-#include "FloatSampleProvider.h"
+#include "srctools/include/FloatSampleProvider.h"
namespace MT32Emu {
@@ -27,7 +27,7 @@ class Synth;
class InternalResampler {
public:
- InternalResampler(Synth &synth, double targetSampleRate, SampleRateConverter::Quality quality);
+ InternalResampler(Synth &synth, double targetSampleRate, SamplerateConversionQuality quality);
~InternalResampler();
void getOutputSamples(float *buffer, unsigned int length);
@@ -39,4 +39,4 @@ private:
} // namespace MT32Emu
-#endif // INTERNAL_RESAMPLER_H
+#endif // MT32EMU_INTERNAL_RESAMPLER_H