Check the docs: http://developer.apple.com/iphone/library/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/HandlingAudioInterruptions/HandlingAudioInterruptions.html
There's a section called "OpenAL and Audio Interruptions" that explains it. Good luck, Hank On Jan 10, 2010, at 4:23 AM, Chunk 1978 wrote: > i'm using an interruption listener callback with audiotoolbox to shut > off music when a call (or something else) comes in to interrupt the > app. however, i'd simply like to remove all AVFoundation from the > code and strictly rely on OpenAL for sound. will OpenAL automatically > pause like the rest of the app when a call comes in? the reason i'm > asking this simple question is because i don't have an iPhone for > testing. > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/hank.list%40runbox.com > > This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
