Skip to content

Commit 4a3831d

Browse files
author
yuhongxiao
committed
设置tts编码默认值是base64
1 parent a96cff6 commit 4a3831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_audio_speech_streaming(logging_conf):
3939
voice='tongtong',
4040
stream=True,
4141
response_format='mp3',
42-
encode_format='hex'
42+
encode_format='base64'
4343
)
4444
with open("output.pcm", "wb") as f:
4545
for item in response:

0 commit comments

Comments
 (0)