When running a build and tabbing away from the game window, the game continues silently, however during this time the audio event triggers will be stacking. When the game window regains focus, all these events will suddenly play together at the same time, up to around 600 of them which is the max queue limit. I can see them queuing in the Wwise profiler, but this isn't the behaviour I want. I have "Render During Focus Loss" checked in Unity, but the audio isn't playing/stopping as it should when the game window isn't in focus. I don't care if it's silent, I just want it to not stack and suddenly play masses of audio when you switch back to the window.