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
source
share