Skip to content

Commit

Permalink
⚡️ openjtalkの音量をSoftalkと同じくらいになるように調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipsnet committed Dec 2, 2021
1 parent 98912a9 commit 2b74d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjtalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b74d69

Please sign in to comment.