Java MP3 audio recorder

S

Sam

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.

So, I need java code which buffers audio in MP3 format & not in wav
format.

Thanks in advance for your help
Sam
 
D

Dan P

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)?
 
K

Knute Johnson

Sam said:
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.

So, I need java code which buffers audio in MP3 format & not in wav
format.

Thanks in advance for your help
Sam

There is a MP3 plugin for JavaSound and JMF but why don't you buffer to
disk? It should be plenty fast unless you have a really slow disk drive.
 
S

Sam

Knute said:
There is a MP3 plugin for JavaSound and JMF but why don't you buffer to
disk? It should be plenty fast unless you have a really slow disk drive.

Hi, Johnson
I'm buffering to the disc once the stream reaches the threshold value.
But while playing the merged file, there is small gap or pause after
every merge.

I am able to record for unlimited amount of time but at the cost of
quality of the audio.

And Dan, I dont think JMF supports MP3 recording. Does it support?

Need your help
Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top