voice over IP in C#

  • Thread starter Thread starter TaLz
  • Start date Start date
T

TaLz

hello,
i'm trying to write a program that transmits voice between 2
computers.
i know how to send data between the computers via tcp/ip protocol and
sockets.
what i don't know is how to get my program to record sound from the
microphone.

thanks in advance,
TaLz
 
TaLz,

In order to get sound from the microphone, you are going to have to use
a technology such as DirectX, which I believe has support for this kind of
thing. DirectX 9 also has managed wrappers which make accessing that
framework easier from managed code.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

TaLz said:
hello,
i'm trying to write a program that transmits voice between 2
computers.
i know how to send data between the computers via tcp/ip protocol and
sockets.
what i don't know is how to get my program to record sound from the
microphone.

thanks in advance,
TaLz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top