问题 I'm developing a voip server-client app using NAUDIO and Sockets. I've read the naudio's documentation and I have tried alot to get the data from the microphone then send it to the client, the thing that you can get the data, but you have to save it to a byte array first then send it which is almost like sending a file using TCP. How can I get data from naudio and send it at the same time "Stream it" to the client using UDP protocol. Thanks in advance. 回答1: NAudio has a Network Chat Demo