Skip to content

Commit 636876d

Browse files
committed
updata params
1 parent 0d39b66 commit 636876d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

uiflow2/config/stackchan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tts" : "google",
77
"google": {
88
"lang": "ja-JP", "speakingRate": "1.2", "ssmlGender": "FEMALE",
9-
"voiceName": "ja-JP-Wavenet-B", "pitch": "5.0", "volumeGain": "0",
9+
"voiceName": "ja-JP-Standard-A", "pitch": "5.0", "volumeGain": "0",
1010
"sampleRate": "8000", "effectsProfileId": "", "sampleRateHertz": 8000},
1111
"voicevox": {"host": "192.168.0.100", "voice_id": 1},
1212
## 音声合成のエンジン (google or vosk)

uiflow2/html/params.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
document.getElementById("google_pitch").value = data['google']['pitch'];
5757
document.getElementById("google_volumeGain").value = data['google']['volumeGain'];
5858
document.getElementById("google_sampleRate").value = data['google']['sampleRate'];
59-
document.getElementById("google_effectsProfileId").value = data['google']['google_effectsProfileId'];
59+
document.getElementById("google_effectsProfileId").value = data['google']['effectsProfileId'];
6060
document.getElementById("voicevox_host").value = data['voicevox']['host'];
6161
document.getElementById("voicevox_voice_id").value = data['voicevox']['voice_id'];
6262

0 commit comments

Comments
 (0)