ConfigurationManager cm = new ConfigurationManager(url);
AudioFileDataSource ds = cm.lookup("audioFileDataSource");
ds.setAudioFile(getClass().getResource("test-feat.wav"), null);
FrontEnd frontend = cm.lookup(frontendName);
compareDump(frontend, name);
}
private void compareDump(FrontEnd frontend, String name)
throws NumberFormatException, DataProcessingException, IOException {