-- moved the audio analyzer subsystem to be an engine subsystem vs a world subsystem
#rb Jimmy.Smith
#jira UE-110047
#ROBOMERGE-OWNER: aaron.mcleran
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 15632634 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v777-15581079)
#ROBOMERGE-CONFLICT from-shelf
[CL 15632681 by aaron mcleran in ue5-main branch]
By default:
* It implements FTickableGameObject::GetTickableGameObjectWorld to return the subsystem's world
* It prevents the subsystem from ticking as soon as the subsystem is deinitialized (has required custom solutions in the past to avoid crashes when UWaterSubsystem and UAutoDestroySubsystem get ticked after their world is pending destroy)
* It prevents the subsystem's CDO from ever ticking
#rb jean-francois.dube, chris.gagnon, ben.zeigler
#jira none
[CL 15512967 by jonathan bard in ue5-main branch]
Allowing creating analyzer without a world context object (and a world instead)
#rb Rob.Gay
#jira none
[CL 15212742 by Aaron McLeran in ue5-main branch]
- Implemented a realtime analyzer for loudness.
- Added some utilities to multithreaded audio patching
- Added some utilities to audio buses
#rb Jimmy.Smith
#jira UEAU-629
[CL 15032777 by Aaron McLeran in ue5-main branch]
#rnx
#jira UE-90347
#rb phil.popp
#ROBOMERGE-SOURCE: CL 12082727 via CL 12090979
#ROBOMERGE-BOT: (v657-12064184)
[CL 12091239 by rob gay in Main branch]
#rnx
#rb none
#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870549 by ryan durand in Main branch]
Added onset analyzer which exposes audio onsets to blueprints.
Updated audio analysis trigger mechanism to avoid triggering analysis during an interaction
Updated saving mechanism to mark uobjects dirty when new results generated.
Updated audio analysis logic to keep track of most recent analysis result and avoid ordering issues arrising from async processing
#jira UEAU-262
#rb Ethan.Geller Aaron.McLeran Jimmy.Smith
#ROBOMERGE-SOURCE: CL 9902842 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v558-9892490)
[CL 9902846 by phil popp in Main branch]