I have voice data streaming to me and I'm capturing it in a buffer. I need to play this data through DirectSound. My problem is that the data comes in packets of 1500 bytes and I need to add this to the DirectSound Buffer and play it through. Has anyone got any experience with this or any hints on how to continuously stream data into the DirectSound buffers? Thanks.