Reputation: 5005
I am thinking about app which should play audio files placed in iPod library and played by Audio Units to make sure that IO has the lowest possible latency. As I know I cannot use standard way because direct iPod library playing is supported only within AVFoundation.
So my question is, if there is any possible way to copy picked media files into an app and then play them by audio units.
Upvotes: 1
Views: 1467
Reputation: 603
I’ve written some sample code that does this: https://github.com/davidcairns/MediaPlayerDemo
Upvotes: 2
Reputation: 1432
Try this:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/62807-export-audio-m4a-alac.html
Upvotes: 1