Monish Kumar
Monish Kumar

Reputation: 2848

How to record an audio and play the recorded audio in Iphone sdk?

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

Answers (1)

Björn Marschollek
Björn Marschollek

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

Related Questions