Re: Java MP3 audio recorder



Hi, I need source code in java for recording audio in MP3 format.

Currently i have a similar code which actually records audio in WAV.
Problem with this is that, as it buffers audio (in RAM) in wav format
consumes hell lot of memory and ultimately end by throwing out of
memory exception.

Have you tried Java Media Framework (JMF)?

.