From c11069205d16b84a7e9228867bdd5e1e8e8cf233 Mon Sep 17 00:00:00 2001 From: ikaros <327209194@qq.com> Date: Sun, 3 Mar 2024 15:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E8=BD=AC=E8=AF=AD=E9=9F=B3=E9=A1=B5=E9=9D=A2=20=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=B5=8B=E8=AF=95=E9=9F=B3=E9=A2=91=E5=90=88?= =?UTF-8?q?=E6=88=90=20gpt-sovits=E6=97=A0=E6=B3=95=E5=90=88=E6=88=90?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=9F=B3=E9=A2=91=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/audio.py b/utils/audio.py index 8d78c415..cf0c6308 100644 --- a/utils/audio.py +++ b/utils/audio.py @@ -1537,7 +1537,7 @@ async def audio_synthesis_use_local_config(self, content, audio_synthesis_type=" } # 调用接口合成语音 - voice_tmp_path = await self.my_tts.gpt_sovits_api(content) + voice_tmp_path = await self.my_tts.gpt_sovits_api(data) elif audio_synthesis_type == "clone_voice": data = {