tags:

views:

27

answers:

1

Hi guys,

I need to record an audio and play it in my app.As I am newbie I don't know how to implement it.Can anyone Please suggest me how to do this.

Thanks in advance, Monish

A: 

Use AVAudioRecorder. The Question has already been answered here: http://stackoverflow.com/questions/1010343/how-do-i-record-audio-on-iphone-with-avaudiorecorder

Playing the sound depends on your context. You can use AVAudioPlayer or CoreAudio if you want to go to a deeper level.

muffix