diff options
author | Chris Robinson <[email protected]> | 2017-06-24 10:52:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-25 04:07:06 -0700 |
commit | c465718ddd59b3d137b5e50c0b11835646bc2c5b (patch) | |
tree | e9b1fcaf85444eade9df3266e950d8b149935323 /OpenAL32/Include/alu.h | |
parent | d1bb04d588f444d4e1f7318fcd05eb7c298a129e (diff) |
Use the bsinc resampler for the converter
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 0b3799c0..5cda214e 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -85,6 +85,8 @@ typedef union InterpState { BsincState bsinc; } InterpState; +ALboolean BsincPrepare(const ALuint increment, BsincState *state); + typedef const ALfloat* (*ResamplerFunc)(const InterpState *state, const ALfloat *restrict src, ALsizei frac, ALint increment, ALfloat *restrict dst, ALsizei dstlen |