aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/converter.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-06-24 10:52:26 -0700
committerChris Robinson <[email protected]>2017-06-25 04:07:06 -0700
commitc465718ddd59b3d137b5e50c0b11835646bc2c5b (patch)
treee9b1fcaf85444eade9df3266e950d8b149935323 /Alc/converter.h
parentd1bb04d588f444d4e1f7318fcd05eb7c298a129e (diff)
Use the bsinc resampler for the converter
Diffstat (limited to 'Alc/converter.h')
-rw-r--r--Alc/converter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/converter.h b/Alc/converter.h
index db3f1daa..9934fa4b 100644
--- a/Alc/converter.h
+++ b/Alc/converter.h
@@ -19,6 +19,7 @@ typedef struct SampleConverter {
ALsizei mFracOffset;
ALsizei mIncrement;
+ InterpState mState;
ResamplerFunc mResample;
alignas(16) ALfloat mSrcSamples[BUFFERSIZE];