I\'ve been looking around Swift documentation to save an audio output from AVAudioEngine but I couldn\'t find any useful tip.
Any suggestion?
Yes, it's quite easy. You simply put a tap on a node and save the buffer into a file.
Unfortunately this means you have to play through the node. I was hoping that AVAudioEngine would let me process one sound file into another directly, but apparently that's impossible - you have to play and process in real time.