-
Notifications
You must be signed in to change notification settings - Fork 120
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
製品版のTTSライブラリの動作確認 #97
Comments
windows環境で実行してみたのですが、DLL読み込み時?にエラーが出ました。 $ ./a.exe \
> core.dll \
> .venv/Lib/site-packages/pyopenjtalk/open_jtalk_dic_utf_8-1.11/ \
> "ok"
argc: 4
arg1: root_dir:core.dll
arg2: openjtalk_dir:.venv/Lib/site-packages/pyopenjtalk/open_jtalk_dic_utf_8-1.11/
arg3: text:ok
root_dir_path:
loading core...
The given version [10] is not supported, only version 1 to 9 is supported in this build.
loaded!
initializing...
Segmentation fault |
モデル変換時かTTS対応コア読み込み時のONNX・ONNX Runtimeのバージョン(opsetとは違うかわからない)が影響していそう?(モデル変換時のONNX APIのバージョンが新しすぎるか、TTS対応コア読み込み時のONNX Runtimeのバージョンが古いかもしれません) |
うおお・・・仰るとおり、ローカルにあるonnxruntimeのバージョンが古いだけでした・・・。助かりました 🙇♂️ |
自作C#アプリで動作確認できました。 |
Pythonのctypesモジュールで動作確認できました。 |
確認ありがとうございます!! |
内容
TTSができるはずのコードでビルドしてみました。
https://github.com/VOICEVOX/voicevox_core/releases/tag/0.12.0-preview.1
動作確認したり、いろんな知見を集められればと思います。
The text was updated successfully, but these errors were encountered: