版本
When the app is put in background, you should call AK::SoundEngine::Suspend
. When coming back to the foreground, restore the sound with AK::SoundEngine::WakeupFromSuspend. This is currently implemented in AkInitializer, but you could move it to other parts of your game if it makes sense.