diff options
author | Chris Robinson <[email protected]> | 2018-12-16 22:37:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-16 22:37:29 -0800 |
commit | a359cb85e600f1b8853ec0b77496cf626f93d3a3 (patch) | |
tree | 5cd71f215243c1f87e6770fc8f8e6f13237aa51c /Alc/bformatdec.h | |
parent | 3b0fd20bee855bbd7075b34e32f2272f71e28462 (diff) |
Mix each frequency band individually for ambisonic upsampling
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r-- | Alc/bformatdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h index c52472b5..14e02b4f 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -81,7 +81,7 @@ private: BandSplitter mXOver[4]; - std::array<std::array<std::array<ALfloat,sNumBands>,MAX_OUTPUT_CHANNELS>,4> mGains; + std::array<std::array<std::array<ALfloat,MAX_OUTPUT_CHANNELS>,sNumBands>,4> mGains; public: void reset(const ALCdevice *device); |