fix: piper 二进制+依赖库+config 修正 (符号链接指向正确二进制,加 LD_LIBRARY_PATH 和 -c 参数)
This commit is contained in:
@@ -1167,6 +1167,8 @@
|
||||
},
|
||||
"ai": {
|
||||
"backend": "local",
|
||||
"whisper_lib_dir": "/home/showen/ai_spike/whisper.cpp/build/bin"
|
||||
"whisper_lib_dir": "/home/showen/ai_spike/whisper.cpp/build/bin",
|
||||
"piper_lib_dir": "/home/showen/ai_spike/piper",
|
||||
"piper_config": "/home/showen/ai_spike/piper/zh_CN-huayan-medium.onnx.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user