-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
Description
概要
このissueはプレリリース中の VOICEVOX CORE 0.16 の使い方を案内します。
プレリリース状態なので、一部のドキュメントの勝手が異なります。
使い方
ユーザーガイドをご参照ください。
中で紹介されているダウンローダーDownloader
の実行方法が少し異なります。
以下のように読み替えてください。
# before
./download
# after
./download --c-api-version 0.16.0-preview.1 --onnxruntime-version voicevox_onnxruntime-1.17.3
(引数でプリリリース中のバージョンを明示的に指定しています。)
サンプルコード
APIドキュメント
https://voicevox.github.io/voicevox_core/apis/
(Java APIはまだ実験段階です。)
ビルド済みライブラリ
https://github.com/VOICEVOX/voicevox_core/releases/tag/0.16.0-preview.1
バグ報告等
このissueの報告コメントいただけると幸いです。
もちろんissueを別で作っていただいても構いません。
nanae772