diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 6113c256..cf1560fc 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -153,8 +153,8 @@ typedef struct MixHrtfParams { typedef struct DirectParams { - ALfilterState LowPass; - ALfilterState HighPass; + BiquadState LowPass; + BiquadState HighPass; NfcFilter NFCtrlFilter; @@ -171,8 +171,8 @@ typedef struct DirectParams { } DirectParams; typedef struct SendParams { - ALfilterState LowPass; - ALfilterState HighPass; + BiquadState LowPass; + BiquadState HighPass; struct { ALfloat Current[MAX_OUTPUT_CHANNELS]; |