fix: piper 加 ESPEAK_DATA_PATH 环境变量 (espeak-ng-data 目录)

This commit is contained in:
2026-07-04 17:10:23 +08:00
parent dc20fd3502
commit a3052ad6db
6 changed files with 23 additions and 6 deletions

View File

@@ -1169,6 +1169,7 @@
"backend": "local",
"whisper_lib_dir": "/home/showen/ai_spike/whisper.cpp/build/bin",
"piper_lib_dir": "/home/showen/ai_spike/piper/piper",
"piper_config": "/home/showen/ai_spike/piper/zh_CN-huayan-medium.onnx.json"
"piper_config": "/home/showen/ai_spike/piper/zh_CN-huayan-medium.onnx.json",
"espeak_data_dir": "/home/showen/ai_spike/piper/piper/espeak-ng-data"
}
}

View File

@@ -1181,6 +1181,7 @@
"backend": "local",
"whisper_lib_dir": "/home/showen/ai_spike/whisper.cpp/build/bin",
"piper_lib_dir": "/home/showen/ai_spike/piper/piper",
"piper_config": "/home/showen/ai_spike/piper/zh_CN-huayan-medium.onnx.json"
"piper_config": "/home/showen/ai_spike/piper/zh_CN-huayan-medium.onnx.json",
"espeak_data_dir": "/home/showen/ai_spike/piper/piper/espeak-ng-data"
}
}