-
Notifications
You must be signed in to change notification settings - Fork 204
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
エンジンの機能リストAPIの検討 #362
Comments
issue化ありがとうございます!
以前 @shirowanisan に伺ったときのコメントがこちらにあります。
も有無があったほうがいいかも・・・? |
CPU/GPUフラグ切り替えに対応しているかどうかもあると便利かもです・・・! |
(横からごめんなさい) "supported_features": [
"mora_adjust", "speed_scale", "pitch_scale", "..."
] のような。 |
それぞれに持たせると拡張性も確保できるので、とりあえず実験的にはどちらでも良いのかなと感じました! |
エンジンの機能リストですが、こんな感じの仕様を考えました。
こちらにも書いてます VOICEVOX/voicevox_project#2 (comment) @takana-v こんな感じでどうでしょう(型とか意見あれば!!) |
これで良いと思います。 |
内容
こちらのプロジェクトに関するIssueです。
エンジンによっては一部値が無効なものであったり、一部APIが非対応だったりする可能性があります。
そこで、どの機能が有効であるかの情報をエディタ側に提供するAPIを作成します。
SynthesisEngineクラスに情報を持たせるのがいいのかなと思います。
機能リストの一覧
勝手に私が考えた機能リストの一覧です。
もっと良さそうな命名や機能漏れがあったら指摘をお願いします。
The text was updated successfully, but these errors were encountered: