Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: 最初に設定されるキャラクターが正しく選択されない問題を修正 #1191

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

sabonerune
Copy link
Contributor

内容

デフォルトエンジン以外のキャラクターが先頭になっていると正しくキャラクターが選ばれない問題を修正します。

関連 Issue

その他

0.14では選択されるEngineIdがデフォルトのエンジンに固定されているため先頭にしているstyleIDがCOICEVOXにない場合は無効なスタイルが選択されてしまいます。

の変更で無効なスタイルになることはなくなりましたが、ミスでキャラクターの順番が反映されなくなってしまいました。

voicevox/src/store/audio.ts

Lines 489 to 494 in a22046c

const defaultStyleId = state.defaultStyleIds[0];
const voice = payload.voice ?? {
engineId: defaultStyleId.engineId,
speakerId: defaultStyleId.speakerUuid,
styleId: defaultStyleId.defaultStyleId,
};

@sabonerune sabonerune requested a review from a team as a code owner February 9, 2023 09:18
@sabonerune sabonerune requested review from Hiroshiba and removed request for a team February 9, 2023 09:18
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

気づきませんでした、ありがとうございます!!

@Hiroshiba
Copy link
Member

たぶん問題ないと思うのでマージ!

@Hiroshiba Hiroshiba merged commit 7203309 into VOICEVOX:main Feb 9, 2023
@sabonerune sabonerune deleted the fix-init-audio-item branch February 9, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants