|
-
Mar 29th, 2007, 11:43 AM
#5
Re: Voice chat using Winsock
You don't worry about that, since you're sending packet data to the modem, not voice. To connect to a computer you need the public IP of the computer (or CName for that IP) and the computer has to be using that IP or, if the computer is on a LAN, the router has to forward the ports you're using to that computer's internal IP. You'll never get anything approaching full duplex voice on a 56k modem, even if it's actually connecting at 48k (the maximum speed it can use), unless you severly limit the audio bandwidth.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|