Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Jun 7, 2024
1 parent 696d5ad commit b6c03e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Talk/AudioInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const parameters = computed<Parameter[]>(() => {
action: "COMMAND_MULTI_SET_AUDIO_POST_PHONEME_LENGTH",
key: "postPhonemeLength",
},
plsParam,
switchPauseLengthMode.value === "SCALE" ? plsParam : plParam,
];
// switchPauseLengthModeの変更に伴って更新
const newParam = switchPauseLengthMode.value === "SCALE" ? plsParam : plParam;
Expand Down

0 comments on commit b6c03e6

Please sign in to comment.