Skip to content

Commit

Permalink
Fix: pitchScaleを修正 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsuka-dev authored Jun 26, 2023
1 parent 9688175 commit 5532318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/synthesis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const synthesisProvider: Provider = ({ baseClient, app }) => {
return c.json({
accent_phrases: prosodyToAccentPhrases(prosody),
speedScale: 1,
pitchScale: 1,
pitchScale: 0,
intonationScale: 1,
volumeScale: 1,
prePhonemeLength: 0.1,
Expand Down

0 comments on commit 5532318

Please sign in to comment.