Skip to content

Commit bc887f3

Browse files
authored
docs: READMEの--voicevox_dirの指定方法を更新 (#1532)
1 parent 08cd716 commit bc887f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 のパス
488488
python 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
539539
Mac では、`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
##### 音声ライブラリを直接指定する

0 commit comments

Comments
 (0)