PDA

View Full Version : Convert WAV to MP3


tushar
04-18-2008, 07:21 AM
Hello all,

I want to convert WAV file to MP3. I want to do it through my java program. The properties of WAV files are as shown

Bit Rate: 13 kbps
Channel: 1 (MONO)
Audio Sample Rate: 8KHz
Audio Format: GSM 6.10

I tried JMF, lame but these are not able to recognize this format.

Actually a dll is also fine but should have source code so that I can add JNI support to it and call it from java.

Can some one please help me in this?

Thanks in advance

tushar
04-23-2008, 09:36 AM
Hello All,

Can some one please help me in this matter!!!

If the information I sent is insufficient please let me know I will provide more info.

Thanks in advance.

Tushar.

Wayne
04-23-2008, 11:11 AM
Can you use scripting from java? http://www.dbpoweramp.com/developer-scripting-dmc.htm

LtData
04-23-2008, 06:19 PM
By default, Java cannot call a COM object, though I did see in a google search a reference to a library a person wrote that you can use to call COM objects.