Re: Multiple AVAudioPlayer - locking main thread?

2016-03-22 Thread Seth Willits
> On Mar 18, 2016, at 1:10 PM, Eric E. Dolecki wrote: > > I have audio buttons, each with it's own associated AVAudioPlayer > > Any ideas about the main thread lockup? Rather than just looking at memory usage, look at what's actually taking up the time on the main thread. Use a time profi

Multiple AVAudioPlayer - locking main thread?

2016-03-18 Thread Eric E. Dolecki
I have audio buttons, each with it's own associated AVAudioPlayer. I am performing the prepareToPlay for each on a background thread (probably does anyway, but I am making sure). When I play one, I am playing it on a background thread. Things work fine, I get a few playing on top of one another. An