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

筅森魡賤 提交于 2019-12-19 04:10:19

问题


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.



来源:https://stackoverflow.com/questions/1978698/how-to-record-the-user-voice-in-objective-c-for-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!