exporting MP3

This commit is contained in:
Jindra Petk
2013-03-05 20:45:36 +01:00
parent b0dd6bc2fd
commit 196d9523ea
4 changed files with 39 additions and 19 deletions

View File

@@ -555,7 +555,7 @@ public class Main {
exfile.exportMovies(outDir.getAbsolutePath());
exportOK = true;
} else if (exportFormat.equals("sound")) {
exfile.exportSounds(outDir.getAbsolutePath());
exfile.exportSounds(outDir.getAbsolutePath(), true);
exportOK = true;
} else {
exportOK = false;