Skip to content

Commit

Permalink
fix: まだ声がデカいらしい
Browse files Browse the repository at this point in the history
  • Loading branch information
yuimarudev committed Feb 20, 2024
1 parent 777fb6e commit 47d8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synthesizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Synthesizer {
body: `
<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xml:lang=\"ja-JP\">\
<voice name=\"${this.voice}\">\
<prosody rate=\"${this.speed}\" volume=\"75\">\
<prosody rate=\"${this.speed}\" volume=\"50\">\
${text.replaceAll(/["&'<>"]/g, (match: string) => {
return escapeMap[match] ?? "";
})}\
Expand Down

0 comments on commit 47d8fdc

Please sign in to comment.