I am mixing two different sounds which was recorded earlier and creating single sound file(.mp4) using AVMutableComposition and AVAudioMix.. first sound is of guitar, and second is of drum.
now i want split those two sounds from .mp4 file and have to create two different sound files.how to do this??
Please help..