Skip to content

Commit

Permalink
Merge pull request #683 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
修复 文本转语音页面 通用的测试音频合成 gpt-sovits无法合成测试音频的bug
  • Loading branch information
Ikaros-521 committed Mar 3, 2024
2 parents d84870e + c110692 commit 4a2f056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4a2f056

Please sign in to comment.