From 317206e8f3312fb84a61b3681303fb5f8f92af7d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 22 Feb 2019 22:35:37 -0800 Subject: Remove the FOAOut mixing buffer and associated post-processes --- OpenAL32/alSource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alSource.cpp') diff --git a/OpenAL32/alSource.cpp b/OpenAL32/alSource.cpp index fbf6bfe6..30ba02f6 100644 --- a/OpenAL32/alSource.cpp +++ b/OpenAL32/alSource.cpp @@ -2835,7 +2835,7 @@ AL_API ALvoid AL_APIENTRY alSourcePlayv(ALsizei n, const ALuint *sources) if(((*buffer)->mFmtChannels == FmtBFormat2D || (*buffer)->mFmtChannels == FmtBFormat3D) && device->mAmbiOrder > 1) { - voice->AmbiScales = AmbiUpsampler::GetHFOrderScales(1, device->mAmbiOrder); + voice->AmbiScales = BFormatDec::GetHFOrderScales(1, device->mAmbiOrder); voice->AmbiSplitter[0].init(400.0f / static_cast(device->Frequency)); for(ALsizei i{1};i < voice->NumChannels;++i) voice->AmbiSplitter[i] = voice->AmbiSplitter[0]; -- cgit v1.2.3