Reputation: 2848
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
Upvotes: 3
Views: 8781
Reputation: 10009
Use AVAudioRecorder. The Question has already been answered here: 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.
Upvotes: 2