Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sending Audio Through Sockets

843802Dec 19 2006 — edited Dec 26 2006
Okay, I have been using this tutorial as well as others as guides.
http://www.developer.com/java/other/article.php/1572251#Preface

I am a real beginner at JAVA so please bear with me for vagueness.

I want to capture the mic or line. And from there "stream out" using TCP or UDP, I am familiar in TCP and will send the output to a VB Server to handle it, then spit it back out to a java applet. I got the VB Server & Java Applet part handled.

However I have tried creating a few things, one actually sent data, but it sent the buffer array size and quit, maybe I'm not making a right .io call or while loop, who knows, but is there anybody who could help with a simple solution?

Thank you very much.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2007
Added on Dec 19 2006
4 comments
1,203 views