Hi. I have a .m4a file stored in my app that I'd like to do looping playback with. I'm looking at all of the audio frameworks and the only way I see right now is to use the Audio Toolbox APIs to load the file and then feed chunks of it into a queue via callbacks. This seems like a painfully low-level API for my needs.
Is there a way to just set up a playlist with the file that loops? The MediaPlayer framework has this, but it only seems to work with items that are in the user's media library. Not for regular audio files on disk.