i used some code from VOIP example and i set blocking sockets to none so my application is real-time etc. Here is the code from example which makes my program working sloooooooow.
while ((myOffset == mySamples.size()) && !myHasFinished)
sf::Sleep(0.01f);
When i remove this receiving the sound doesnt work. How do i change this?[/code]