I have an audio(voice) file where I want to apply filters (pitch shift for example and others effects), and I wanted to know with ios what is the best way to do it.
I just want open the file, apply effects and write to another file, no need to listen it. I saw the AUGraph, and Mixerhost sample, but do I really need to use AUGraph in my case, I don't listen from mic or listen the audio file.
And I saw in apple doc that "Every audio processing graph has one I/O unit"
Could you please help me ? Thanks in advance.