3

I want to record the user voice and then play it back after some time.

Is there any way to do this in Objective-C for iPhone?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
uttam
  • 359
  • 2
  • 5
  • 13

1 Answers1

1

Use AVAudioRecorder for doing this. For more help see this tutorial.

Hope this helps.

Community
  • 1
  • 1
Madhup Singh Yadav
  • 8,110
  • 7
  • 51
  • 84