From ea45ec2d008f58653a464140d2356ebba3362cd7 Mon Sep 17 00:00:00 2001 From: Villermen Date: Sun, 23 Nov 2014 01:12:33 +0100 Subject: [PATCH] Ogg export quality and comments Because I like dem high tones. --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 6bec5e3..333ff17 100644 --- a/Program.cs +++ b/Program.cs @@ -410,6 +410,7 @@ namespace RSCacheTool { soxProcess.StartInfo.Arguments += " " + str; }); + soxProcess.StartInfo.Arguments += " -C 6 --comment \"Created by RSCacheTool, combined by SoX.\""; soxProcess.StartInfo.Arguments += " " + soundDir + "incomplete\\" + indexFileIdString + ".ogg "; soxProcess.StartInfo.UseShellExecute = false;