0

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?

Sergey92zp
  • 589
  • 4
  • 22
  • You should have no problem writing the buffers using Audio File Services https://developer.apple.com/library/ios/documentation/musicaudio/Reference/AudioFileConvertRef/Reference/reference.html#//apple_ref/doc/c_ref/AudioFileWritePackets – MDB983 May 05 '14 at 14:01
  • @MDB983 ok now i will try it – Sergey92zp May 05 '14 at 14:21
  • if you get stuck, post some code and i'll be glad to help – MDB983 May 05 '14 at 14:25

0 Answers0