concatenating mp3 files or joining mp3 files using java [closed]

社会主义新天地 提交于 2019-12-06 11:21:35

问题


We would like to concatenate/merge/join mp3 files seamlessly using "java" in any environment. We are trying the following options at the moment ( please let us know any other options):

  1. Using JMF -- ruled out as it supported only in windows http://java.sun.com/javase/technologies/desktop/media/jmf/reference/faqs/index.html

  2. Using tritinous , jlayer and Lame combination.

Please let us know thoughts and the links those mention about concatenate/merge/join mp3 files using option 2.


回答1:


Apple QuickTime for Java would be one alternative



来源:https://stackoverflow.com/questions/2729824/concatenating-mp3-files-or-joining-mp3-files-using-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!