Stargazers,

dglienna is trying to tell you something. I suggest you take heed. Ever heard of VoUDP? No? There is a reason. You can't count on the data arriving in the order you sent it. And although it may work fine in a test bed situation, you will end up with problems when transferring data over heavily use network infrastructure like a business network or the Internet. If you keep going down the path you are going now, you will be back in a month asking why the audio is messed up when it worked great in development.

As for you little gap, you are playing 2 different wave files there will always be a gap when you do this. What you need is a network stream. I am unsure how to do this in VB.