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
soundfileが1年ぶりに0.13.0にアップデートして(🎉🎉🎉)、arm64に対応しました!! https://github.com/bastibe/python-soundfile/releases/tag/0.13.0 ( @aoirint さんのおかげだと思ってます、ありがとうございます!!)
VOICEVOX ENGINEではdockerのarm64版ビルドの際、ワークアラウンドでlibsndfile1をインストールしています。
libsndfile1
https://github.com/VOICEVOX/voicevox_engine/blob/81163c43c0c7442cb99181b1ea8ba999f3fa3c05/Dockerfile#L190C3-L190C14
この部分が不要になると思われるので、その解決を目指すissueです!
ワークアラウンドが減る
.github/workflows/build-engine-container.yml
エディタ側にもlibsndfile1をインストールする部分があるので、これも省けるかも。
https://github.com/VOICEVOX/voicevox/blob/f7f0cb64205c2dffa2487613d53fbd6b1806637a/build/installer_linux.sh#L160-L188
関連issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
soundfileが1年ぶりに0.13.0にアップデートして(🎉🎉🎉)、arm64に対応しました!!
https://github.com/bastibe/python-soundfile/releases/tag/0.13.0
( @aoirint さんのおかげだと思ってます、ありがとうございます!!)
VOICEVOX ENGINEではdockerのarm64版ビルドの際、ワークアラウンドで
libsndfile1
をインストールしています。https://github.com/VOICEVOX/voicevox_engine/blob/81163c43c0c7442cb99181b1ea8ba999f3fa3c05/Dockerfile#L190C3-L190C14
この部分が不要になると思われるので、その解決を目指すissueです!
Pros 良くなる点
ワークアラウンドが減る
実現方法
.github/workflows/build-engine-container.yml
を実行OSの種類/ディストリ/バージョン
その他
エディタ側にもlibsndfile1をインストールする部分があるので、これも省けるかも。
https://github.com/VOICEVOX/voicevox/blob/f7f0cb64205c2dffa2487613d53fbd6b1806637a/build/installer_linux.sh#L160-L188
関連issue
The text was updated successfully, but these errors were encountered: