Re: iPhone endInterruption delegate method killing OpenAL

2010-01-11 Thread E. Wing
On 1/11/10, Chunk 1978 chunk1...@gmail.com wrote: i can't figure out what it wrong with my code (attached .m file). i'm playing a looping sound with OpenAL, which becomes interrupted by an alarm. when i quit the alarm, my endInterruption delegate method is activated, and a new OpenAL session

Re: iPhone endInterruption delegate method killing OpenAL

2010-01-11 Thread Chunk 1978
thanks for the reply, eric. i've been sorting thru apple's sample code and other snippets online to try and make this work. i've noticed that apple doesn't set the current context to null before destroying it in their sample code for MusicCube. however, i will trust your insight. also, i just