Click to See Complete Forum and Search --> : voice chat


sudha1308
October 19th, 2001, 01:29 AM
can we do voice chat using vb???I am just a beginner .. Please any one of u clear my doubt

srinika
October 19th, 2001, 04:03 AM
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

Cakkie
October 19th, 2001, 08:47 AM
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
slisse@planetinternet.be

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