tags:

views:

18

answers:

0

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.