NAudio
NAudio copied to clipboard
Demo "Networkchat"
Hi Guys,
great lib, thanks a lot. Played a bit with network chat but didnt get it to run :(.
I tried all combinations with IP Adresses, UDP and TCP but i´m getting something wrong. The only case when i can hear my voice is the localhost options, but as soon as i input the reachable ip-adress of a remote PC with the corresponding port i only get silence :(.
Help would be very much appreciated!
Oliver
take your code here.
was just testing the demo programs, no source code yet
if I recall correctly the network chat demo only works with localhost, because I only had 1 PC when I wrote it so I just sent audio between 2 apps on the same computer. I think there's an option when you create the sockets that you need to change to talk to a different PC, but can't remember what that was. Really the demo is more more about how you'd capture audio, send it and play it at the other end rather than being an example of good network code.