Is there any way to reset the audio system in iOS? I am trying to use the ducking fuction to fade music from other apps, but the sound will only fade down, it dosent fade back up after playing my audio in unless I hit the home button or exit the app. So I need a way to reset the audio so the fade up can happen without exiting the app.
I noticed there was something called audio.ActiveMode, but cant figure out how to use it or if its still there
I use audio.setSessionProperty(audio.OtherMixableAudioShouldDuck, audio.AmbientMixMode) to fade down.
Help would be greatly appriciated.