I am recording an audio in in AVAudioRecorder but its long audio, i want to cut it from specific time to the end.
Eg.
total length = 5 minutes. So new file should start from 3 minutes to the end and delete the old file.
I searched online and was able to slice it but then sample rate goes to 44100 from 16000, i want to keep the same sample rate. I followed this question. iOS Audio Trimming
Thanks for the help.