join wav files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
i'm using vb.net and dotnet compact framework to develop an application for
pocketpc. I need to record the voice in a wav file; using waveout class from
microsoft all work fine. And now the problem: i need to merge (join) distinct
..wav files in one new file.
Can somebody help me ?
Thanks
 
Look at the OpenNETCF.Multimedia.Audio.Recorder - it's got all the logic to
build a WAV file, you just need to smash two together (or mix them, not sure
which you're doing).
 
Back
Top