My App is utilizing the AudioUnit functionality to produce short sounds for a metronome application.
All is running fine.
Now I want to play an MP3 from the iTunes Lib on the Device and I use MPMusicPlayerController for it.
No probs until here, the MP3 plays fine. But afterwards I can never again invoke my AudioUnit sounds again. I debugged it that far that the callback for the Audio buffers never ever appears again so I think the AUGraph has been stopped but it signals that it is still running.
Anyone having an idea? Did the MPMusicPlayerController just stop the Graph? And how to prevent that?
Thanks for any hint, Andreas