Nitrex... havent seen you around here in a while... how's things been?
Anyways, I don't know about combining audio files of different types, but for same type audio files, same compression, same everything:
Could you just read in file1 using NSFileHandle's readData, write it out to another file, do the same for file2, just append it to the end of file 1. The only thing you need to determine is how many bytes are at the front of file2 that you can skip because they have unneeded file information that's not part of the audio.
|