From 1a7effaac0b61409797e548dee8f5a16316fe68c Mon Sep 17 00:00:00 2001 From: ya2ha4 <73380519+ya2ha4@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:35:07 +0900 Subject: [PATCH] =?UTF-8?q?VOICEPEAK=20=E3=81=AE=E5=87=BA=E5=8A=9B?= =?UTF-8?q?=E3=81=8C=E3=82=BF=E3=83=BC=E3=83=9F=E3=83=8A=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E6=96=87=E5=AD=97=E3=82=B3=E3=83=BC=E3=83=89=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=AB=E3=82=88=E3=81=A3=E3=81=A6=E6=96=87=E5=AD=97=E5=8C=96?= =?UTF-8?q?=E3=81=91=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Speech/Controller/VOICEPEAKEnumerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Speech/Controller/VOICEPEAKEnumerator.cs b/src/Speech/Controller/VOICEPEAKEnumerator.cs index d9bf66d..b69a496 100644 --- a/src/Speech/Controller/VOICEPEAKEnumerator.cs +++ b/src/Speech/Controller/VOICEPEAKEnumerator.cs @@ -32,6 +32,7 @@ private string[] ExecuteVoicepeak(string args) psInfo.UseShellExecute = false; psInfo.RedirectStandardOutput = true; psInfo.Arguments = args; + psInfo.StandardOutputEncoding = Encoding.UTF8; using (Process p = Process.Start(psInfo)) {