Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JLayer 将 mp3 转换为 wav,而它似乎无法设置速率。
public void convert(String sourceName, String destName, ProgressListener progressListener, Decoder.Params decoderParams)
有谁知道怎么做,或者有没有像 JLayer 这样的其他 java 框架?
谢谢 :)
尝试这个:
Converter c=new Converter(); c.convert("mysong.mp3","mysong.wav");