can we do voice chat using vb???I am just a beginner .. Please any one of u clear my doubt
Printable View
can we do voice chat using vb???I am just a beginner .. Please any one of u clear my doubt
Just a suggestion
U can use WinSock control to do socket programming. If u can obtain a byte array from what u talk and if u can convert that to a string , u can pass that to another machine via socket
If u come across some break points let me know!!
Good Luck
A little note here, why convert to string? This will make the application slowslowslow, you can send bytearrays over winsock, so no need to do that time consuming conversion.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook