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
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
Comment