Mixing two wav music files of different size

Posted by iphoneDev on Stack Overflow See other posts from Stack Overflow or by iphoneDev
Published on 2011-01-21T10:25:58Z Indexed on 2011/03/09 8:10 UTC
Read the original article Hit count: 193

Filed under:
|
|

Hi,

I want to mix audio files of different size into a one single .wav file.

There is a sample through which we can mix files of same size

[(http://www.modejong.com/iOS/#ex4 )(Example 4)].

I modified the code to get the mixed file as a .wav file.

But I am not able to understand that how to modify this code for unequal sized files. If someone can help me out with some code snippet,i'll be really thankful.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c