App Pause -> audio muting

Hi,
we are currently using unity 2020.3.25 and fmod 2.02.04.

I’m trying to figure out how/what/where is handling app pause audio “blending”. What bothers me is duration of it. After app is paused/minimized, app audio is audible for almost 2 seconds. We are using “regular” RuntimeManager code (ios: HandleInterrupt, android: OnApplicationPause) which calls master bus mute and mixersusped. Is this expected? :slight_smile:

Thanks,
marko

Hi,

I’ve been able to replicate the issue, but it may be occurring due to how your iOS/Android platform handles minimizing applications in general. To clarify - does the fadeout behavior you’re describing occur when you minimize other applications that are outputting audio? Or is it only your Unity application?