I want to be able to manually tween (transition) between 2 audio mixer snapshots, instead of using “TransitionTo” with a timer.
TransitionToSnapshots could do the job, by setting the timeReach to 0f and then modify the weights on each frame.
But I have concern with its performance, it will cause audio mixer to interpolate the 2 snapshots on each call right? Do they incur large penalty on CPU?
Are there other solutions?