Quote:
Originally Posted by smithdale87
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.
|
Yea i figured it was something like that except I don't know how to do that. Any advice on how you would go about it such as a class reference to look at or some methods you would be using. By the way all files would be of the same type, i just meant if WAV was not supported I can change all my files to CAF.
Thanks for the help.
Nick