What happens if I don't handle audio interruptions?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-05-02T15:51:29Z
Indexed on
2010/05/02
15:57 UTC
Read the original article
Hit count: 228
Is it possible to still play sound / music even if audio has been interrupted, or more precisely: even if MyInterruptionListener got called from the OS with the interruption state kAudioSessionBeginInterruption ?
Yeah I know that's not good idea to do. But want to know anyways.
© Stack Overflow or respective owner