Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 23, 2024
1 parent 381235b commit d4b8e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/fishaudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def fishaudio_tts(text, reference_id=None) -> AudioSegment:
:param reference_id: 可选参数,使用的模型 ID
:return: 返回生成的语音的AudioSegment对象
"""
print("reference_id:", reference_id)
session = Session(FISHAUDIO_KEY)
audio_buffer = io.BytesIO()
for chunk in session.tts(TTSRequest(
Expand Down

0 comments on commit d4b8e56

Please sign in to comment.