We have collected the most relevant information on Audio Session Interruption Callback. Open the URLs, which are collected below, and you will find all the info you are interested in.
Wwise SDK 2015.1.9 - audiokinetic.com
https://www.audiokinetic.com/zh/library/2015.1.9_5624/?source=SDK&id=pg__ios__working__with__audio__session__with__wwise.html#:~:text=Depending%20on%20the%20audio%20application%20type%20or%20game,can%20be%20used%20to%20visually%20reflect%20the%20interruption.
Apple Developer Documentation
https://developer.apple.com/documentation/audiotoolbox/audiosessioninterruptionlistener
To register your interruption listener callback with your application’s audio session object, specify it in the Audio Session Initialize(_: _: _: _:) function. See Also Callbacks
ios - Audio Graph render callback stops being called after ...
https://stackoverflow.com/questions/10903821/audio-graph-render-callback-stops-being-called-after-audio-session-interruption
I set a render callback, and feed audio data into the graph when the callback is called. This works fine until my audio session is interrupted (e.g by a phone call or alarm); at that point the callback stops, and never is called again, even after the interruption finishes.
Understanding Audio Sessions - Audiokinetic Wwise
https://www.audiokinetic.com/library/edge/?source=SDK&id=pg_ios_understanding_audio_session_and_its_concepts.html
When the audio session interruption occurs, the app that sees its audio session deactivated can be notified through a message which is translated into an application callback in the Wwise SDK. An audio session interruption is split into two events: a notification when the interruption begins and a notification when the interruption ends. In the Wwise SDK callback, the beginning/ending …
Apple Developer Documentation
https://developer.apple.com/documentation/audiotoolbox/1618360-audiosessioninitialize
The interruption listener callback function. The application’s audio session object invokes the callback when the session is interrupted and (if the application is still running) when the interruption ends. Can be NULL. See AudioSessionInterruptionListener. inClientData Data that you would like to be passed to your interruption listener callback.
Now you know Audio Session Interruption Callback
Now that you know Audio Session Interruption Callback, we suggest that you familiarize yourself with information on similar questions.