Package com.tulskiy.musique.audio.formats.tta

Examples of com.tulskiy.musique.audio.formats.tta.TTAFileReader


        test(new MP4FileReader(), "testfiles/alac/sample_dbpoweramp.m4a");
    }

    @Test
    public void testTTA() {
        test(new TTAFileReader(), "testfiles/tta/sample.tta");
    }
View Full Code Here

TOP

Related Classes of com.tulskiy.musique.audio.formats.tta.TTAFileReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.