Click here to Skip to main content
15,922,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm looking for a C# code that implements a voice chat over a LAN between two or more clients ... I was able to make a text messenger on LAN but I don't know anything about voice and I have no idea about how to start :( ...
would you please provide me with a code?
it's really so important to me

thanks
Posted

1 solution

Here are some links to give you an idea;

A Voice Chat Application in C#[^]

Using Video & Voice Features[^]

Good luck.
 
Share this answer
 
Comments
George_Rasmi 6-Aug-11 11:53am    
it might be the needed code but it's not working!
I'm getting this error:
The reference component 'Microsoft.DirectX' could not be found

what should I do?

Thanks,
Orcun Iyigun 6-Aug-11 12:39pm    
you should add Microsoft.DirectX as a reference to your project.
for further info;
http://www.gamedev.net/topic/196727-directx-wont-work-with-c/
http://www.gamedev.net/topic/149347-c-amp-dx-9/
George_Rasmi 11-Aug-11 8:07am    
thank you orc
I've downloaded DirectX 9 and this problem seems to be disappeared
but when I run the program and press on call button I get
"error in application" ... the code shows a "cross-thread error"
what should I do???
does this program have an error ? or the error comes from my computer???
please help me ... It's so important and I'm so frustrated :((
Orcun Iyigun 12-Aug-11 12:10pm    
you have to be more specific. what is the exact error? have you checked the article comments if someone faced to similar error earlier?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900