-
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
エンジンのマニフェストを追加 #387
エンジンのマニフェストを追加 #387
Conversation
こちら、とりあえずなくてもマージ可能なので、先にマージしてしまって並行して進めても良いのかなと思いました! |
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です・・・!!
@@ -25,6 +25,8 @@ | |||
|
|||
from voicevox_engine import __version__ | |||
from voicevox_engine.cancellable_engine import CancellableEngine | |||
from voicevox_engine.engine_manifest import EngineManifestLoader |
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.
他のクラスはついてないので、短くするためにEngine
なくても良いかも?(あまり強い意見じゃないです)
マージします!! |
内容
SynthesisEngineに情報を持たせることも検討しましたが、run.pyに持たせるようにしました。
base_info.jsonにversion、name、サンプリングレートを書いておき、残りの項目を各ファイルで上書きするようにしました。
(version.txt、name.txtと別々にするとファイル数多くなると思ったのでこのようにしました。)
関連 Issue
その他
とりあえずマージまで必要な作業を羅列しておきます。