fix: piper_lib_dir 修正为 piper/piper 子目录 (库文件实际位置)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user