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");
}