-
Notifications
You must be signed in to change notification settings - Fork 201
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
ビルド時のコアのバージョンを 0.12.0-preview.3 に上げる #401
ビルド時のコアのバージョンを 0.12.0-preview.3 に上げる #401
Conversation
env.VOICEVOX_CORE_VERSIONを認識してくれなかったため
…uild-with-core-version-0-12-0-preview-3
# NOTE: CDLL クラスのコンストラクタの引数 name には文字列を渡す必要がある。 | ||
# Windows 環境では PathLike オブジェクトを引数として渡すと初期化に失敗する。 | ||
return CDLL( | ||
str((core_dir / CORENAME_DICT[platform.system()]).resolve(strict=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.
前に #388 を実装したときに、Windows 版の新しいコアが読み込めないバグを埋め込んでいたことに気づいたので、合わせて修正しました(最後のエンジンの実行テストに Windows 版だけ失敗したので気がつきました……)。
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.
READMEのビルドの項目も修正をお願いします。
それ以外は問題ないと思います。
ご指摘ありがとうございます。修正しました! |
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!
内容
タイトルの通りです。
コアのバージョン
0.12.0-preview.2
,0.12.0-preview.3
で以下の変更が加えられました:core.dll
, Linux:libcore.so
, macOS:libcore.dylib
) されるようになったmetas.json
やモデルファイルが共有ライブラリに埋め込まれるようになったこれらの変更に対応します。
テストリリースはこちらです: https://github.com/PickledChair/voicevox_engine/releases/tag/0.12.3-pickledchair-preview.6
関連 Issue
close #396