join wav files

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
 
C

Chris Tacke, eMVP

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top