diff options
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r-- | Alc/bformatdec.h | 2 |
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) }; |