Ogg export quality and comments

Because I like dem high tones.
This commit is contained in:
Villermen 2014-11-23 01:12:33 +01:00
parent 7558361ccc
commit ea45ec2d00

View file

@ -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;