From 03ea0c808093514609240ccc1a06e99b561470a5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 13 Feb 2024 04:53:51 +0100 Subject: [PATCH] Vapor: improve backwards compat of Apple renderer --- libs/ardour/surround_return.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/surround_return.cc b/libs/ardour/surround_return.cc index 22cbd39559..3e070c0b9e 100644 --- a/libs/ardour/surround_return.cc +++ b/libs/ardour/surround_return.cc @@ -161,7 +161,7 @@ SurroundReturn::SurroundReturn (Session& s, Route* r) if (err != noErr) { return; } - UInt32 renderingAlgorithm = kSpatializationAlgorithm_UseOutputType; + UInt32 renderingAlgorithm = 7; // kSpatializationAlgorithm_UseOutputType; err = AudioUnitSetProperty (_au, kAudioUnitProperty_SpatializationAlgorithm, kAudioUnitScope_Input,