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
 
Back
Top