AVAudioEngine: filter realtime audio – Ios swift
I have gone through the Apple Sample Code on Equalizing Audio with vDSP, where the audio file is filtered in AVAudioSourceNode and reproduced. My objective is to do exactly the same, but instead of taking the audio from an audio…