aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-06 17:45:44 -0800
committerChris Robinson <[email protected]>2019-01-06 17:45:44 -0800
commitfababe76c4f0482fb2527ef931b84681dd133ca6 (patch)
treef922065f9de63b9a28526af9f9771c1af3990400 /Alc/bformatdec.h
parentf5b6d761ffb002532ee08e008cfd5fb87fdf6cfd (diff)
Don't use the dual-band upsampler for basic ambisonic decoding
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r--Alc/bformatdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h
index 9fd57b36..e0c31b56 100644
--- a/Alc/bformatdec.h
+++ b/Alc/bformatdec.h
@@ -73,6 +73,8 @@ public:
void reset(const ALsizei out_order, const ALfloat xover_norm);
void process(ALfloat (*OutBuffer)[BUFFERSIZE], const ALsizei OutChannels, const ALfloat (*InSamples)[BUFFERSIZE], const ALsizei InChannels, const ALsizei SamplesToDo);
+ static std::array<ALfloat,MAX_AMBI_ORDER+1> GetHFOrderScales(const ALsizei in_order, const ALsizei out_order) noexcept;
+
DEF_NEWDEL(AmbiUpsampler)
};