|
-
October 19th, 2001, 01:29 AM
#1
voice chat
can we do voice chat using vb???I am just a beginner .. Please any one of u clear my doubt
-
October 19th, 2001, 04:03 AM
#2
Re: voice chat
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
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
-
October 19th, 2001, 08:47 AM
#3
Re: voice chat
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|