Skip to content

Commit

Permalink
修复文案页-tts用vits时,无法合成文案音频的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Nov 7, 2023
1 parent 6cf78cd commit 35d8698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ async def voice_change_and_put_to_queue(voice_tmp_path):
# logging.info("language=" + language)

data = {
"type": vits["type"],
"api_ip_port": vits["api_ip_port"],
"id": vits["id"],
"format": vits["format"],
Expand Down

0 comments on commit 35d8698

Please sign in to comment.