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.
So, I need java code which buffers audio in MP3 format & not in wav
format.
Thanks in advance for your help
Sam
.
Relevant Pages
- Java MP3 audio recorder
... I need source code in java for recording audio in MP3 format. ... Currently i have a similar code which actually records audio in WAV. ... (comp.lang.java.programmer) - RE: Converting 78 rpm vinyl discs to play via Windows Media Player
... I did open the wav file in WMP, ... No sound. ... Some years ago I decided to convert my vinyl records to MP3 format. ... I now have a new computer that operates with Windows XP Professional system ... (microsoft.public.windowsmedia.player) - RE: Converting 78 rpm vinyl discs to play via Windows Media Player
... open the WAV as produced by SMP3P and check if there is any sound in it. ... Some years ago I decided to convert my vinyl records to MP3 format. ... I now have a new computer that operates with Windows XP Professional system ... (microsoft.public.windowsmedia.player) - Re: Anyone want a copy of a subwoofer test CD?
... >>IIRC isn't this why MP3 format is so much smaller in size? ... > You can copy a track directly from a CD and save it as a .WAV file, ... > and it will be uncompressed, and therefore the same quality as the ... While I don't doubt your expertise, I found that a CD (Moby's 'Play') ripped ... (rec.audio.car) - Module for recording sound
... playing audio-data (wav). ... Mainly the tool has to be realized with J2ME, ... but recording audio should be realized in C. ... (microsoft.public.windowsce.embedded.vc) |
|