views:

70

answers:

1

Hi,

I have to record sound files in my application and saved so that the user can access them later.Can anyone recommends any APIs for this and suggest any portion of documentation to study or blogs/tutorials if any. Thanks

Tamur

A: 

Check out the AVAudioRecorder class.

And this StackOverflow answer.

Art Gillespie