fix: piper 二进制+依赖库+config 修正 (符号链接指向正确二进制,加 LD_LIBRARY_PATH 和 -c 参数)

This commit is contained in:
2026-07-04 16:58:41 +08:00
parent 706b1375ce
commit 4fd7e7997e
7 changed files with 62 additions and 13 deletions

View File

@@ -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"
}
}

View File

@@ -1179,6 +1179,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"
}
}