Recording from mic in mp3 format using java

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.
[173 byte] By [user43a] at [2007-10-3 11:55:35]
# 1

> 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

kari-mattia at 2007-7-15 14:30:44 > top of Java-index,Security,Cryptography...