views:

12

answers:

0

I have no experience with audio programming at all and have been looking at the AV Foundation Framework thinking this is what I need to use to create an app that allows me to record and do simple editing of a recording. By simple, I mean have the ability to go to a part of my recording and snip out a segment. I've gathered that I should use AVAudioRecorder, but am not certain what other classes are involved. What would I be using to load a recording file and edit it? Would it be AVMutableComposition?

Any other basic things I might have to know to approach this?