MP3 Encoding in Java

后端 未结 6 1724
后悔当初
后悔当初 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:19

    Use the Process API to invoke SoX

    SoX comes with source or as precompiled binaries for Windows and Mac.

提交回复
热议问题