added webm support
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / converters / Midi2Wav.java
index 972780f..d823761 100644 (file)
@@ -18,7 +18,7 @@ public class Midi2Wav extends AbstractConverter {
 
        @Override
        public String getCommand(final File inputFile, final File targetFile,
-                       final EncodingOptions options) {
+                       final EncodingOptions options, String targetFormat) {
 
                return "timidity \"" + inputFile.getAbsolutePath() + "\" -Ow -o \""
                                + targetFile.getAbsolutePath() + "\"";