.wav files

ziggy82

Newcomer
Joined
Jan 25, 2005
Messages
8
Hi all,
Not sure if this is the right place to post this but was wondering if anybody had any ideas about combining two or more wav files in C# or even if this can be done? Any comments and/or opinions are more than welcome

Regards
Ziggy.
 
ziggy82 said:
Hi all,
Not sure if this is the right place to post this but was wondering if anybody had any ideas about combining two or more wav files in C# or even if this can be done? Any comments and/or opinions are more than welcome

Regards
Ziggy.

When you say combining wav files do what do you mean?

Do you mean:

Overlaying 1 on the other,
Actually Oring the two files together,
Adding 1 wav to the beginning/end of another,
etc.

Please be more specific.
 
Re: .wav files.

Sorry, probably should have been more specific.
What I am trying to attempt is to overlay two or more wave tracks for a music recording and playback project I am coding.
For example a user would be able to record a guitar line on one track, vocals on another, bass on a third and drums (in theory!) on a forth and then combine these wavs to form one wave file so that the user can burn their creation to a cd.
Hope this clears up my intentions!
 
Back
Top