Quote:
Originally Posted by Nitrex88
No i'm not looking to use an already available program to combine sounds. I have a music app with tons of wav files representing each sound. I want to programatically be able to stitch them into one file that will be a "song" put together. I may have found a way to do it with the help of someone in the iPhone Dev section of the forums. If you have any suggestions and code please share. Thank you very much!
Nick
|
A "mix" of any group of files is simply the sum of each individual sample combined into a single sample. Some problems arise though depending on the number of channels you want to mix in because of the limited amplitude range in digital audio.
Take a look at this :
Viktor's Home Page: Mixing Digital Audio