![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
voice chat app
Just a crappy little voice chat application I made. Uses WINAPI for multimedia capabilities. No compression or buffering, so the voice quality is really crappy. The Zip file contains a server and a client. To run, start the server, then start the client...heh...rocket science, huh? Gotta have two clients connected in order for it to work.
|
|
|
|
|
|
#2 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
Re: voice chat app
does it support more than 1 clients?
|
|
|
|
|
|
#3 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
Re: voice chat app
Technically, yes it does, but only one person can talk at a time, so it is much more usable as a two-way chat program. As I develop this more, I plan to add more features. Firstly, I want to incorporate some type of double buffering system to get rid of that annoying gap between the audio blocks. Were you able to get it working on your computer, bheesham?
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
Re: voice chat app
Apparently i did get it to work. I connected to myself. Both clients kept saying:
data sent data received Then when i exited both clients there was an error with the server saying how something failed in the command prompt screen. If it is the wrong IP it says: Sound Error Failed to connect Since my microphone does not work i did not get to test it out.... But it probably does work. Great job with this... |
|
|
|
|
|
#5 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
Re: voice chat app
Thanks, the "data sent"/"data received" just tells the user that audio data is being transfered and received. I have improved some things since the last time I posted a download. The next version should have some sort of double buffering system worked out.
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
Re: voice chat app
Would this be compatible with a Visual Basics 6.0 text based chatting program? Also... do you mind posting the source?
|
|
|
|
|
|
#7 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
Re: voice chat app
A text based chatting program? What do you mean by compatible? At the moment, i'm not going to post the source.
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
Re: voice chat app
like... i mean... i can use the voice chat with the text one together.. so you only run 1 application and the voice app runs in the background or something....
|
|
|
|
|
|
#9 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
Re: voice chat app
You could start the voice chat program from inside your program if thats what you mean, but as far as integrating them, you would have to rewrite the voice app in VB. I believe I have a VB voice chat application somewhere, I'll have to dig.
|
|
|
|
|
|
#10 |
|
Highly Adaptive Penguin
Join Date: May 2005
Location: United States
Posts: 249
Rep Power: 4
![]() |
Re: voice chat app
Here is an updated version of my voice chatting application. Still no compression of buffering (it's in the works, though), but the voice quality is a little better and it uses UDP instead of TCP.
Brent |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| server - messenger chat... | programmingnoob | Coder's Corner Lounge | 6 | Jul 19th, 2007 6:36 AM |
| Chat Plugin | clyde | Delphi | 2 | Mar 22nd, 2006 12:30 PM |
| Java Socket Timouts in a Chat client/server | krazyshane | Java | 2 | Feb 16th, 2006 10:49 PM |
| Need A Chat Script | jayman1466 | Other Scripting Languages | 4 | Sep 21st, 2005 8:05 AM |
| My ex g/f has prying eyes, and likes to read my chat logs, So.... | SaturN | Python | 5 | Jun 26th, 2005 11:51 AM |