views:

26

answers:

1

I need something that is capable of:

  • playing audio files (whatever preferred format, I'm flexible)
  • play more than one at once (=mixing it automatically to the headphones/speaker)

and if possible: - play from a particular position of an audio file, i.e. starting at 2 seconds rather than from the beginning

where should I have a look at?

A: 

I would take a look at AudioQueue

It is very easy to implement (just search for AudioQueue on Stack Overflow) and very powerful if needed.

coneybeare