简体   繁体   中英

JLayer convert mp3 to wav

I am trying to convet mp3 to wav with JLayer, while It seems that it can not set rate.

public void convert(String sourceName, String destName,
       ProgressListener progressListener, Decoder.Params decoderParams)

Does anyone know how to do it or Are there any other java frameworks like JLayer?

thanks :)

Try this:

Converter c=new Converter();
c.convert("mysong.mp3","mysong.wav");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM