hi
i have been asked to make a room based voice chat server/client. and i am stuck, i have 10 days, so can any one recommend any open source or any library for this, programming language can be either .NET(vb/c#) or java.
please i need quick help on this.
thanks
7 replies to this topic
#1
Posted 05 January 2011 - 02:35 AM
|
|
|
#2
Posted 05 January 2011 - 05:13 AM
please, any one please help
#3
Posted 06 January 2011 - 11:07 PM
any one please help
#4
Posted 07 January 2011 - 08:17 PM
If you want to use C#, you can use...
There should be more/better libraries for sound input/output, but DX is the only one that comes to my mind.
Greets,
artificial
- ...WinSock for the network stuff...
- ... and DirectX for sound capturing etc.
There should be more/better libraries for sound input/output, but DX is the only one that comes to my mind.
Greets,
artificial
Sometimes words ain't enough to express something. That's why computer scientists use double words.
#5
Posted 10 January 2011 - 06:39 PM
I once designed a chat/server client and I found it best programmed in Java(could have been I was learning java at that time). But it was pretty straight forward and easy to implement with threads.
I would suggest if you are going to be working with audio/input to take a look at the sdl api, it tries and make it easy to setup things like that. You can find it at libsdl.org . I have not personally used it, but have a friend who talks highly off it as it allows for cross-platform(which is always nice).
I would suggest if you are going to be working with audio/input to take a look at the sdl api, it tries and make it easy to setup things like that. You can find it at libsdl.org . I have not personally used it, but have a friend who talks highly off it as it allows for cross-platform(which is always nice).
#6
Posted 11 January 2011 - 07:54 AM
AxleCage said:
I would suggest if you are going to be working with audio/input to take a look at the sdl api, it tries and make it easy to setup things like that. You can find it at libsdl.org . I have not personally used it, but have a friend who talks highly off it as it allows for cross-platform(which is always nice).
SDL is great, but I don't know whether it's the best choice for C#/VB.
Sometimes words ain't enough to express something. That's why computer scientists use double words.
#7
Posted 11 January 2011 - 08:19 AM
king2k said:
can be either .NET(vb/c#) or java.
Well he said it could also be java, so I was just suggesting the SDL just in case he decided to do it in java.
#8
Posted 11 January 2011 - 09:29 AM
AxleCage said:
Well he said it could also be java, so I was just suggesting the SDL just in case he decided to do it in java.
Sorry, I should improve my reading skills. ^^
Sometimes words ain't enough to express something. That's why computer scientists use double words.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









