|
Dear Colleages,
I am developing a software to transfer audio in real time through the network of an intranet. I've just developed a software which can transfer the real time voice generated by microphone between two single points(nodes). Now all I want to do is to transfer multiple points voices through the network line & carry that to one point. for that reason i started with using 4LineIn inputs so that i can transfer them to destination point. I got to manage 4audio LineIns to transfer them simultaneously. So at the first step I need to detect 4 of them. I just want to ask how can I detect 4inputs at the same time??? Openning socketconnection is possible one at a time! So I faced this problem. Note that i am using C# for this project.
I'll be so thankful if you can help me.
|