Help me, please. I have 3 wav file. 1.wav file plays with 0-10 seconds, 2.wav file playing with 3-7 second, and 3.wav file playing from 5 - 8.25 second. Tracks are playing simultaneously.
How to mixing or combine in C# code them into one file to get a wav file length of 10 seconds?
Target platform Windows Phone or Windows 8 Store App without the use of third-party libraries. All files are identical: 16 bit, 44100, stereo.
How to mix files to correctly position the time in c# code?