From 2b74d69d33be80e32779abe9915578b3646f8329 Mon Sep 17 00:00:00 2001 From: Minato Minami Date: Thu, 2 Dec 2021 20:30:12 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20openjtalk=E3=81=AE?= =?UTF-8?q?=E9=9F=B3=E9=87=8F=E3=82=92Softalk=E3=81=A8=E5=90=8C=E3=81=98?= =?UTF-8?q?=E3=81=8F=E3=82=89=E3=81=84=E3=81=AB=E3=81=AA=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openjtalk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjtalk.js b/openjtalk.js index c1f5907..0a639f3 100644 --- a/openjtalk.js +++ b/openjtalk.js @@ -24,7 +24,7 @@ module.exports = class { fs.writeFileSync('./input.txt', message); } - execFileSync("open_jtalk", ["-m", this.htsvoice, "-x", this.dic, "-ow", "voice.wav", "./input.txt"]); + execFileSync("open_jtalk", ["-m", this.htsvoice, "-x", this.dic, , "-g", "9", "-ow", "voice.wav", "./input.txt"]); this.log.debug("🎀 voice.wavγ‚’η”Ÿζˆγ—γΎγ—γŸ") return;