Search code examples
iosopenal

Play MPMediaItem using OpenAL


Is there any way I can play the audio I have as MPMediaItem using OpenAL. Is it possible to convert MPMediaItem to a OpenAL playable format?


Solution

  • I would say you can, you can get music data from an MPMediaItem and then you are free to do with it as you wish...on information on getting music data from an MPMediaItem refer to this question

    Hope it helps