-
Notifications
You must be signed in to change notification settings - Fork 206
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
マニフェストに能力を追加 #456
The head ref may contain hidden characters: "\u30DE\u30CB\u30D5\u30A7\u30B9\u30C8\u306B\u80FD\u529B\u3092\u8FFD\u52A0"
マニフェストに能力を追加 #456
Conversation
@takana-v さん、もしよければレビューよろしくお願いします・・・! |
"supported_features": { | ||
"adjust_mora_pitch": { | ||
"type": "bool", | ||
"value": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issueでは「default」だったのですが、そもそもここをエディタ側などで変更することがないので、普通にvalueにしました。
"adjust_mora_pitch": { | ||
"type": "bool", | ||
"value": true, | ||
"name": "モーラごとの音高の調整" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
別にユーザーに見せる場所ではないので、descriptionはなくても良いかなと思って省いてみました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI作成時に課題になりそうな点などがあるか、軽くレビュー頂いても良いでしょうか 🙇♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他の説明文が全て日本語なので合わせるなら「モーラ」という単語は「拍」のほうが良いのかなと感じたのですが
そこまで杓子定規にして逆に解りづらくなるのは本末転倒になりますし
私がそっち方面の知識に疎いため
「モーラごとの音高の調整」
「拍ごとの音高の調整」
のどちらの文言がVOICEVOXユーザにとってわかりやすいのかという判断がつかなかったためコメントとさせて頂きました
その他全体の修正内容的には問題はないと思いますのでモーラのままで問題ないという判断をいただければApproveにしようと思います
レビューありがとうございます! 確かにここだけ横文字なので若干不自然な気がしました。 そういう意味ではモーラのままでも問題なのですが、まあ、モーラで行きましょうということで。。。 🙇 |
もうすでにHiroshibaさんの決定が出ていますが、過去にもモーラの表現・表記に関して議論があったので載せておきます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
過去に話題に上がっていたのですね失礼しました
それでは承認します!
多分私がモーラという単語に引っかかったのは子供の頃こいつで遊んでたせいもあると思います😅
ありがとうございます!マージします! |
内容
エンジンマニフェストに、エンジンが備えている能力の一覧を付け足しました。
また、APIでその能力一覧を返すようにしました。
関連 Issue
close #362