简体   繁体   中英

AVAudioRecorder setting recording start time

I am using AVAudioRecorder for recording sound in my ios app. I want that if user moves the UISlider object to 2 seconds and press Record button then after saving the recording file and playing it, user should hear the recording after a pause of 2 seconds. How can I achieve this functionality? Can anyone please help?

Best Regards

You can add 2 second silence (please consider slider value is 2) to your Audio file starting section

To do this please go through this link

The below links also may help you to achieve the goal.

avaudioplayer-append-recording-to-file

trim-audio-with-ios

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM