--- OniSplit/Program.cs 2020/05/30 13:15:32 1132 +++ OniSplit/Program.cs 2021/05/03 15:22:15 1154 @@ -843,7 +843,7 @@ namespace Oni case ".wav": if (task.Type == TemplateTag.NONE || task.Type == TemplateTag.SNDD) - importer = new WavImporter(); + importer = new WavImporter(args.Any(a => a == "-demo")); break; case ".aif":