Hi guys,
I want to put many little audio snippets together to a new one. This should happen randomly - therefore this new big audio file will be unique.
For this reason I need a procedure or a class in the framework which brings me in the ability to perform this task.
I found the classes AVAssetTrack, AVCompostionTrack, AVMutableCompostionTrack, ..., in the AVFoundation-Framework. It seems that the possibilities with this classes would be able to fulfill my requirements. But they also look pretty complex and I wondered if there is a more simple way to do it. Does someone have a tip for me to bring me in the right direction?
Thank you in advance ! Cheers