}
FeatFile featsFile = new FeatFile(segsFile.filename + ".feat");
FeatExtractor extractor = new FeatExtractor(segsFile, featsFile, featureExtractors);
extractor.run();
return featsFile;
}
public static String compose(EDLFile edl, String outputSoundFileName)