Ogg export quality and comments

Because I like dem high tones.
main
Villermen 10 years ago
parent 7558361ccc
commit ea45ec2d00

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

Loading…
Cancel
Save