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,