MP3 Encoding in Java

后端 未结 6 1718
后悔当初
后悔当初 2020-12-06 06:43

I need an OpenSource API in Java, which can encode *.wav and *.au formats to MP3 and vice-versa.

I have evaluated Java Sound API and LameOnJ, but they do not meet m

6条回答
  •  庸人自扰
    2020-12-06 07:14

    Is has been some time, but Oracle/Sun has released MP3 support for JMF. This can be downloaded from the following url: http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html

    Adding it to the classpath will enable playback via the AudioSystem api.

提交回复
热议问题