-->

How to record the user voice in Objective-C for iP

2020-03-05 00:52发布

问题:

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?

回答1:

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

Hope this helps.