How to record the user voice in Objective-C for iPhone
I want to record the user voice and then play it back after some time.
Is there any way to do开发者_如何学Go this in Objective-C for iPhone?
Use AVAudioRecorder for doing this. For more help see this tutorial.
Hope this helps.
精彩评论