There is a previously recorded sound file containing user's voice. What I need to do is apply some sound filter to change the voice and after that be able to save and play modified version.
AudioKit can open file using [[AKFileInput alloc] initWithFilename:file1];
and save with [[AKManager sharedManager] renderToFile:outputFile forDuration:duration];
Any ideas how to apply some effects between these 2 commands?