Ogg export quality and comments
Because I like dem high tones.
This commit is contained in:
parent
7558361ccc
commit
ea45ec2d00
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue