We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
プリセットには再適用という概念があります。 プリセット変更したあと、そのプリセットが割り当たってるAudioCellにパラメータを適用していく感じです。
プリセット管理ダイアログでもプリセットごとに「プリセットを再適用する」機能があると良さそう!
プリセット周りのUXが一貫する
再適用でコード全体検索をすると再適用周りのコードが見つかると思います。↓のコードなはず。
再適用
https://github.com/takusea/voicevox/blob/4cab1c584b229d5ed0572efc84989c115f3478b6/src/components/Talk/AudioInfo.vue#L933-L937
プリセット管理ダイアログはPresetManageDialog.vueです 🙏
PresetManageDialog.vue
関連
(thx @takusea !)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
プリセットには再適用という概念があります。
プリセット変更したあと、そのプリセットが割り当たってるAudioCellにパラメータを適用していく感じです。
プリセット管理ダイアログでもプリセットごとに「プリセットを再適用する」機能があると良さそう!
Pros 良くなる点
プリセット周りのUXが一貫する
実現方法
再適用
でコード全体検索をすると再適用周りのコードが見つかると思います。↓のコードなはず。https://github.com/takusea/voicevox/blob/4cab1c584b229d5ed0572efc84989c115f3478b6/src/components/Talk/AudioInfo.vue#L933-L937
プリセット管理ダイアログは
PresetManageDialog.vue
です 🙏その他
関連
(thx @takusea !)
The text was updated successfully, but these errors were encountered: