3

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

Monish Kumar
  • 2,788
  • 4
  • 38
  • 54

1 Answers1

2

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.

Community
  • 1
  • 1
Björn Marschollek
  • 9,899
  • 9
  • 40
  • 66