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;