0

How do I overlay two or more wav files in c# ?

digEmAll
  • 56,430
  • 9
  • 115
  • 140
  • 2
    Do you want to know how to play 2 wav files at a same time or to merge 2 wav files into 1? – HABJAN Jan 07 '11 at 09:50
  • na i wanted to mix them as its given here http://www.codeproject.com/KB/audio-video/CSharpWAVClassAndMixing.aspx , as in overlay , as in , its done .. thanks –  Jan 07 '11 at 11:20

1 Answers1

2

Overlay? Mix them together? And output to soundcard? File? NAudio is handy for this kind of thing.

spender
  • 117,338
  • 33
  • 229
  • 351