TransitionToSnapshots performance

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?

Just try it and profile it. I’ve never tried but I doubt this will have much of a performance impact.

Tested, don’t see any significant CPU usage in profiler, so it works well I guess.