Sound File editing in Objective C
- by Biranchi
Hi All,
I am able to record and create audio files using AudioFileCreateWithURL in the AudioToolbox Framework.
I want to figure out if there is any way to edit the .caf sound files. I want to insert another recoreded audio inside the main audio file.
Any thoughts or suggestions how to proceed ??
Thanks.