How to use NAudio to join 3 wav files into single file with 3 channels in C#?
问题 Using C# and NAudio, I have have three wave files I would like to join into a single wave file having three channels, each corresponding to one of the three input files. Furthermore, I would like the audio clip from each wave file to begin at a different point in the final stream. For example, if the lengths of the three wave files are 3 sec., 5 sec. and 2 sec., respectively, the output wave file would be 10 seconds long and... channel 1 contains the 3 seconds of sound from file 1 followed by