Files
UnrealEngineUWP/Engine/Plugins/Runtime/Synthesis/Config/BaseSynthesis.ini
phil popp d04d16937f Reinterleaving chunked audio from deprecated data.
Adding seperate array for deprecated format of IR samples
Routes block size setting to appropriate underlying algorithm implementation
#jira none
#rb Maxwell.Hayes
#lockdown nick.whiting
[FYI] Dan.Reynolds

#ROBOMERGE-SOURCE: CL 12511497 in //UE4/Release-4.25/... via CL 12511514 via CL 12511527
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v673-12478461)

[CL 12511531 by phil popp in Main branch]
2020-04-01 17:11:31 -04:00

16 lines
1.2 KiB
INI

[CoreRedirects]
;[4.25]
+StructRedirects=(OldName="ConvolutionReverbSettings", NewName="SubmixEffectConvolutionReverbSettings")
+ClassRedirects=(OldName="/Script/Synthesis.ConvolutionReverbPreset", NewName="/Script/Synthesis.SubmixEffectConvolutionReverbPreset")
+ClassRedirects=(OldName="/Script/Synthesis.ImpulseResponse", NewName="/Script/Synthesis.AudioImpulseResponse")
+PropertyRedirects=(OldName="/Script/Synthesis.ConvolutionReverbSettings.ImpulseResponse", NewName="/Script/Synthesis.SubmixEffectConvolutionReverbSettings.ImpulseResponse_DEPRECATED")
+PropertyRedirects=(OldName="/Script/Synthesis.ImpulseResponse.IRData", NewName="/Script/Synthesis.AudioImpulseResponse.IRData_DEPRECATED")
+PropertyRedirects=(OldName="/Script/Synthesis.AssetSampleRate", NewName="/Script/Synthesis.SampleRate")
+PropertyRedirects=(OldName="/Script/Synthesis.ConvolutionReverbSettings.SurroundRearChannelBleedAmount", NewName="/Script/Synthesis.SubmixEffectConvolutionReverbSettings.SurroundRearChannelBleedAmount_DEPRECATED")
+PropertyRedirects=(OldName="/Script/Synthesis.ConvolutionReverbSettings.AllowHArdwareAcceleration", NewName="/Script/Synthesis.SubmixEffectConvolutionReverbSettings.AllowHardwareAcceleration_DEPRECATED")