Inspired by Alvin Lucier's "I Am Sitting In A Room", this app will capture or load a short recording and capture or load an impulse response and recursively convolve the captured audio with the IR to somewhat digitally recreate Lucier's analog process
More details on the project in this post http://audiograins.com/blog/2016/12/i-am-working-on-a-project-one-different-than-the-one-you-are-working-on-now/
You'll need to download and include the AudioKit Framework in your project
https://github.com/audiokit/AudioKit
This is super simple in Xcode 8.1 and AudioKit v 3.4.x or higher as you just need to drag and drop AudioKit.framework to the embedded binaries section in the general tab of the target
See the install.md for details
https://github.com/audiokit/AudioKit/blob/master/Frameworks/INSTALL.md