fix: piper 加 ESPEAK_DATA_PATH 环境变量 (espeak-ng-data 目录)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user