UDP sound transfer : played sound have big noise
I have no idea how to solve this problem. Please help me :) I would like to send sound data, recorded by one PC, to the other PC and play it. (by UDP) The program might work correctly, but the sound contain(?) uncomfortable noise. when I tried to record & play sound in one program sequence, it worked correctly. There was no noise. In case of using UDP even in one PC, use IP 127.0.0.1, the noise appeared. At first, I thought the factor is because played sound is out in the other PC and I fixed it by making buffer. It solved little noise, but almost all the noise is still remaining. the