Jump to content

need quick direction

- - - - -

  • Please log in to reply
7 replies to this topic

#1
king2k

king2k

    Newbie

  • Members
  • Pip
  • 3 posts
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

#2
king2k

king2k

    Newbie

  • Members
  • Pip
  • 3 posts
please, any one please help

#3
king2k

king2k

    Newbie

  • Members
  • Pip
  • 3 posts
any one please help

#4
artificial

artificial

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 624 posts
If you want to use C#, you can use...
  • ...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
AxleCage

AxleCage

    Newbie

  • Members
  • PipPip
  • 22 posts
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).

#6
artificial

artificial

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 624 posts

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
AxleCage

AxleCage

    Newbie

  • Members
  • PipPip
  • 22 posts

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
artificial

artificial

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 624 posts

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