I am trying to play the recorded content simultaneously while recording. Currently I am using AVAudioRecorder for recording and AVAudioPlayer for p
AVAudioRecorder
AVAudioPlayer
You'll need to use AudioUnits if you want real-time monitoring of your audio input.