How can I start creating a C # voice chat application

What is the first step to getting a voice chat application?

I think that at the first stage, get the voice from the input and convert it to byte and send it to a UDP connection with the receiver, then the receiver converts the byte into voice and plays it and vice versa, so before disconnecting

+5
source share
1 answer

In fact, it’s a rather difficult task to explain in one answer, so I will refer to some articles. However, you have a basic assumption.

? http://www.codeproject.com/Articles/19485/A-Voice-Chat-Application-in-C , , DirectShow.

, NAudio. NAudio . . http://naudio.codeplex.com/SourceControl/changeset/view/920e758340dc

NAudioDemo, NetworkChatDemo, . , , , .

+1

All Articles