Audio technology | How interruptions work |
---|---|
AVFoundationframework | The If you want to save and restore playback position between application launches, save playback position on interruption as well as on application quit. |
Audio Queue Services, I/O audio unit | These technologies put your application in control of handling interruptions. You are responsible for saving playback or recording position and reactivating your audio session after interruption ends. As explained in“Responding to Audio Session Interruptions,”implement the If using these technologies for hardware-assisted encoding to AAC, refer to“Hardware-Assisted Codecs and Audio Interruptions.” |
OpenAL | When using OpenAL for playback, implement the |
System Sound Services | Sounds played using System Sound Services go silent when an interruption starts. They can automatically be used again if the interruption ends. Applications cannot influence the interruption behavior for sounds that use this playback technology. |