I use https://github.com/mattgallagher/AudioStreamer for playing stream, it use AudioQueue to play stream.
I want to record result of playing, i read AudioQueueProgrammingGuide but as i see we can use only microphone on device to record audio via AudioQueue.
How i can record this audioQueue that we have when playing stream via AudioStreamer to audio file?