views:

463

answers:

2

i wan to record the user voice and then play back after some time in objective-c for iphone is there any way to do this.

+4  A: 

http://developer.apple.com/iphone/library/samplecode/SpeakHere/

Kevin L.
Apple's developer library and sample code is excellent.
Sneakyness
A: 

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

Hope this helps.

Madhup