diff options
author | Chris Robinson <[email protected]> | 2019-03-10 15:46:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-10 15:46:46 -0700 |
commit | 030b24a40de0258ef4e9047aae6d770435060858 (patch) | |
tree | c5236476df49940e1e025a5a85a0c89aa8fbc6bb /OpenAL32/Include | |
parent | 663a6ce4e7dbd919fa60e9f86cf6439f69789bd8 (diff) |
Improve handling of voice's AmbiScales for upsampling
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 577b71f5..2b2432c4 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -256,7 +256,7 @@ struct ALvoice { InterpState ResampleState; - std::array<ALfloat,MAX_AMBI_ORDER+1> AmbiScales; + std::array<ALfloat,MAX_INPUT_CHANNELS> AmbiScales; BandSplitter AmbiSplitter[MAX_INPUT_CHANNELS]; struct { |