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

デフォルトスタイル選択ダイアログの仕様変更 #706

Conversation

Hiroshiba
Copy link
Member

内容

デフォルトスタイル選択ダイアログは、デフォルトスタイルを選ぶ役割と、サンプルボイスを聞いてもらう役割がありました。
後者の目的を果たすために全キャラクターを別ページで表示していましたが、キャラクター数が多くなると使えるようになるまでのステップが増えてしまうという課題がありました。

そこで「キャラクター並び替えダイアログ」を別途作って、そちらでサンプルボイスを再生可能にする予定です。
そのプルリクエストも用意していますが、変更量が大きくなってしまったので、デフォルトスタイル選択の仕様変更だけを切り分けてプルリクエストにしました。

関連 Issue

ref #614

その他

スタイル数が1のキャラクターはデフォルトスタイル選択ダイアログに出さない仕様にしています。

@Hiroshiba Hiroshiba requested review from MT224244 and y-chan February 24, 2022 21:54
@Hiroshiba
Copy link
Member Author

共有と、もしよかったらレビューをお願いできればと思ってのメンションです。
(特にもう1つのほうが大変なので・・・。)
@MT224244

Comment on lines -134 to +135
style.styleId === playing?.styleId &&
playing != undefined &&
style.styleId === playing.styleId &&
Copy link
Member Author

Choose a reason for hiding this comment

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

.vue内の?.はgithubでのsyntax highlightを破壊するっぽいので、ロジックはそのままに修正してみました

Copy link
Member

@y-chan y-chan 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 Hiroshiba merged commit 12efd7a into VOICEVOX:main Feb 27, 2022
@Hiroshiba Hiroshiba deleted the デフォルトスタイル選択の仕様変更 branch February 27, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants