Skip to content

Instantly share code, notes, and snippets.

@aoirint
Created August 16, 2022 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aoirint/82111142a5574b3c66dc1e6010bc464a to your computer and use it in GitHub Desktop.
Save aoirint/82111142a5574b3c66dc1e6010bc464a to your computer and use it in GitHub Desktop.

製品版VOICEVOX Core 0.13.0の使い方(Windows x64 CPU・Python向け)

VOICEVOX Coreのリポジトリをクローンして、0.13.0に切り替える。

git clone https://github.com/VOICEVOX/voicevox_core.git
cd voicevox_core

git checkout 0.13.0

製品版VOICEVOX Core 0.13.0をダウンロードする。

voicevox_core-windows-x64-cpu-0.13.0.zipの中のvoicevox_core-windows-x64-cpu-0.13.0ディレクトリから、 core.dllを、 example/python/以下にコピーする。

VOICEVOX Core 0.13.0は、ONNX Runtime v1.10.0に依存しているので、ONNX Runtimeをダウンロードする。

onnxruntime-win-x64-1.11.0.zipの中のonnxruntime-win-x64-1.10.0/libディレクトリから、 onnxruntime.dllonnxruntime_providers_shared.dllを、 example/python/以下にコピーする。

以下、下のリンクの指示に従う。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment