I want to play multiple MP3 files, in sequence (one after the other) , using AVAudioPlayer. I tried it, and it stops after playing the first MP3. However, if I go into debugger, it works fine.. any ideas? I read somewhere AVAudioPlayer plays audio in the background.. how do I prevent it from doing this? Vas
|
|
You should use one |
||||
|
|
I think the I didn't try it myself however but will definitely give a try to it. |
|||
|
|
|
Well, your code example didn't work out of the box for me. Soooo, I figured I'd respond with a fixed version: Looper.h:
Looper.m:
And here's how I would call it:
I only have slightly over a year of experience with iPhone/iPad development using Objective-C so feel free to respond with additional criticism. |
|||
|
|
|
I've implemented a class to handle this. To use just do something like this:
Looper.m
Looper.h
|
|||
|
|