Is it possible to play back a sound while it is recording it, live?

I found this question/answer which shows how to record sound with AVAudioSession.

If so, at what should I be looking at? Can AVAudioSession play sound as well?

(Basically like an amplifier, outputting the sound as it comes in)

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

You can use either the Audio Queue API or the RemoteIO Audio Unit for streaming audio record and play. The RemoteIO unit will have a much lower latency. Either way, you should initialize your audio session and set it for kAudioSessionCategory_PlayAndRecord.

link|improve this answer
hi hotpaw2 this solution is not working for ios5 – Sunil Pandey Nov 9 '11 at 13:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.