File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ python run.py --help
484484
485485` ` ` bash
486486# 製品版 VOICEVOX でサーバーを起動
487- VOICEVOX_DIR= " C:/path/to/voicevox " # 製品版 VOICEVOX ディレクトリのパス
487+ VOICEVOX_DIR= " C:/path/to/VOICEVOX/vv-engine " # 製品版 VOICEVOX ディレクトリ内の ENGINE のパス
488488python run.py --voicevox_dir= $VOICEVOX_DIR
489489` ` `
490490
@@ -533,13 +533,13 @@ Mac での libtorch 版コアのサポートはしていません。
533533製品版 VOICEVOX もしくはコンパイル済みエンジンのディレクトリを` --voicevox_dir` 引数で指定すると、そのバージョンのコアが使用されます。
534534
535535` ` ` bash
536- python run.py --voicevox_dir= " /path/to/voicevox "
536+ python run.py --voicevox_dir= " /path/to/VOICEVOX/vv-engine "
537537` ` `
538538
539539Mac では、` DYLD_LIBRARY_PATH` の指定が必要です。
540540
541541` ` ` bash
542- DYLD_LIBRARY_PATH= " /path/to/voicevox" python run.py --voicevox_dir= " /path/to/voicevox "
542+ DYLD_LIBRARY_PATH= " /path/to/voicevox" python run.py --voicevox_dir= " /path/to/VOICEVOX/vv-engine "
543543` ` `
544544
545545# #### 音声ライブラリを直接指定する
You can’t perform that action at this time.
0 commit comments