From dc20fd35021f77152c21223353922759b811319f Mon Sep 17 00:00:00 2001 From: pulsareonbot Date: Sat, 4 Jul 2026 17:04:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20piper=5Flib=5Fdir=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E4=B8=BA=20piper/piper=20=E5=AD=90=E7=9B=AE=E5=BD=95=20(?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6=E5=AE=9E=E9=99=85=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/cat_state_machine.json | 2 +- configs/dog_state_machine.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/cat_state_machine.json b/configs/cat_state_machine.json index 0463a75..636a3c7 100644 --- a/configs/cat_state_machine.json +++ b/configs/cat_state_machine.json @@ -1168,7 +1168,7 @@ "ai": { "backend": "local", "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" } } \ No newline at end of file diff --git a/configs/dog_state_machine.json b/configs/dog_state_machine.json index db6a501..e266eea 100644 --- a/configs/dog_state_machine.json +++ b/configs/dog_state_machine.json @@ -1180,7 +1180,7 @@ "ai": { "backend": "local", "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" } } \ No newline at end of file