How to use the AEAudioFileWriter?
I have an audio and I added filter,I want save this new audio, I found this class 'AEAudioFileWriter' from The Amazing Audio Engine,but I do not konw how to use it.
I hope someone can help me
Thank you in advance
Comments
I use this code ,but not work!!
NSArray documentsFolders = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *path = [documentsFolders[0] stringByAppendingPathComponent:@Recording.m4a];
NSError error = nil;
Solved?I have the same demand.