fix: piper_lib_dir 修正为 piper/piper 子目录 (库文件实际位置)

This commit is contained in:
2026-07-04 17:04:21 +08:00
parent 4fd7e7997e
commit dc20fd3502
2 changed files with 2 additions and 2 deletions

View File

@@ -1168,7 +1168,7 @@
"ai": { "ai": {
"backend": "local", "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_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"
} }
} }

View File

@@ -1180,7 +1180,7 @@
"ai": { "ai": {
"backend": "local", "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_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"
} }
} }