I want to implement VOICE CHAT in C using Socket Programming between 2 computers.
Can anyone please help me on this - online materials, books, tutorials etc.
I am novice in this. Any help shall be greatly helpful!
This is a discussion on Socket Programming within the Networking/Device Communication forums, part of the General Programming Boards category; I want to implement VOICE CHAT in C using Socket Programming between 2 computers. Can anyone please help me on ...
I want to implement VOICE CHAT in C using Socket Programming between 2 computers.
Can anyone please help me on this - online materials, books, tutorials etc.
I am novice in this. Any help shall be greatly helpful!
So what's the problem?
- sending bytes
- receiving bytes
- recording audio from a microphone
- playing audio on a speaker
Tackle the problem in small steps, focus on specific tasks and ask a specific question.
"I want to write a ...." is not a useful question.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Yes that is the main issue how to record audio from microphone.
Any help please? I have no idea.
Which OS/Compiler are you using?
Have your searches revealed anything to do with "sound" or "audio" recording?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
I am not sure whether it would be easy in Windows or Linux.
I prefer Linux.
Compiler : GCC
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Will JACK audio connection kit help us in capturing audio from microphone?
jackaudio.org
You tell me - it's your project.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Yes I have been assigned this as assignment in Networks course.
Any help please?
So you found the library - good, that shows some initiative.
So what's stopping you doing some READING?
Or downloading the library and trying some examples?
Or trying to modify the examples in simple ways to further enhance your understanding?
I'm not going to download it, read it, then spoon-feed you just because you asked nicely.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
"I'm not going to download it, read it, then spoon-feed you just because you asked nicely."
That was bit harsh from you. Anyway thanks for helping.
I thought would JACK be the appropriate for my project.