My application recognizes music, using the Gracenote SDK. After recognising has finished, a new view is shown which offers an AVPlayer to listen to the iTunes preview of the song. Works fine so far.
After poping the player view of the stack, the Gracenote recognition is broken. I get the following error in the console:
<com.apple.main-thread> AURemoteIO::Initialize failed: -10851 (enable 1, outf< 2 ch, 0 Hz, Float32, non-inter> inf< 1 ch, 44100 Hz, Int16>)
I can't manage to reinitialize the Gracenote controller sucessfully.