<HTML dir=ltr><HEAD></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>I'm currently involved in a project where in we need to record the audio from a mic&nbsp;encode&nbsp;with vorbis,&nbsp;then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Till now we were using JMF with available codec's,</FONT> since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's.</DIV>
<DIV>&nbsp;</DIV>
<DIV>So in the process my first step&nbsp;would be to capture audio and compress it with vorbis. My search for the appropriate API was not successful as I could only find Decoder in Java but not the encoders.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've downloaded the libvorbis and libogg but the code examples were in "C" language. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Are there any resources in Java(API,examples) which would do help me in achieving this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Vithal</DIV></BODY></HTML>