Examples of PCMFileReader


Examples of com.tulskiy.musique.audio.formats.uncompressed.PCMFileReader

        test(new OGGFileReader(), "testfiles/ogg/sample.ogg");
    }

    @Test
    public void testPCM() {
        test(new PCMFileReader(), "testfiles/uncompressed/sample.aiff");
        test(new PCMFileReader(), "testfiles/uncompressed/sample.au");
        test(new PCMFileReader(), "testfiles/uncompressed/sample.wav");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.