We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96cff6 commit 4a3831dCopy full SHA for 4a3831d
tests/integration_tests/test_audio.py
@@ -39,7 +39,7 @@ def test_audio_speech_streaming(logging_conf):
39
voice='tongtong',
40
stream=True,
41
response_format='mp3',
42
- encode_format='hex'
+ encode_format='base64'
43
)
44
with open("output.pcm", "wb") as f:
45
for item in response:
0 commit comments