0

Is it possible to play some audio files while my movie is playing. I don't want it to interrupt or pause he movie. Just the audio to play at same time at various predetermined points.

Many Thanks, -Code

2 Answers2

0

Use two or three Audioplayer at same time . Play that audio when u need it

Vassan
  • 56
  • 1
  • 4
0

You shouldn't have any problems with it.

If you want to synchronize or delay these players you should use the code they provide in AvAudioPlayer Class Reference using playAtTime: method.

Sadly MPMediaPlayback protocol doesn't provide the same method so exact synchronizing with video is a bit harder task.

EDIT: RoLYroLLs mentions using MPMoviePlayerLoadStateDidChangeNotification to achieve this here and this approach seems promising.

Community
  • 1
  • 1
Rok Jarc
  • 18,765
  • 9
  • 69
  • 124