Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
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 7 '11 at 9:50
na i wanted to mix them as its given here codeproject.com/KB/audio-video/CSharpWAVClassAndMixing.aspx , as in overlay , as in , its done .. thanks – wingdings Jan 7 '11 at 11:20

2 Answers

up vote 1 down vote accepted

In this link there's an example of some manipulation (including WAV merge) using C#:

http://www.codeproject.com/KB/audio-video/CSharpWAVClassAndMixing.aspx

share|improve this answer
thanks man , it worked :D – wingdings Jan 7 '11 at 11:19

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.