I looked for search terms along the lines of the post title, but alas..
I am building an iPhone app using AVFoundation.
Is there a correct procedure to limit the amount of audio that will be recorded? I would like a maximum of 10 seconds.
Thanks for any help/advice/tips/pointers..
AVAudioRecorder has the following method:
- (BOOL)recordForDuration:(NSTimeInterval)duration
I think that will do the trick!