> Has anyone been able to record sound in mp3 using
> java?
>
>
> Can you please post the code or send it to
> new_user43@hotmail.com?
>
>
> Thanks in advance for the help.
As far as I know, Java doesn't support mp3 format directly.
You'll have to capture the audio in some other format and
then encode it to mp3. See http://www.tritonus.org/plugins.html
for mp3 encoding.
Here are few links to sites that explain the audio capture part
http://www.jsresources.org/
http://www.java-tips.org/content/view/917/2/
Use google and the forum search function to find more.
kari-matti