concatenating mp3 files or joining mp3 files using java
        Posted  
        
            by Sukhhhh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sukhhhh
        
        
        
        Published on 2010-04-28T13:29:44Z
        Indexed on 
            2010/04/28
            13:33 UTC
        
        
        Read the original article
        Hit count: 715
        
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):
Using JMF -- ruled out as it supported only in windows http://java.sun.com/javase/technologies/desktop/media/jmf/reference/faqs/index.html
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.
© Stack Overflow or respective owner