Skip to content

Commit a75c7e7

Browse files
authored
(fix): output format is passed to realtime tts (elevenlabs#335)
1 parent c674d61 commit a75c7e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elevenlabs"
3-
version = "v1.6.0"
3+
version = "v1.6.1"
44
description = ""
55
readme = "README.md"
66
authors = []

src/elevenlabs/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def generate(
212212
return self.text_to_speech.convert_realtime( # type: ignore
213213
voice_id=voice_id,
214214
voice_settings=voice_settings,
215+
output_format=output_format,
215216
text=text,
216217
request_options=request_options,
217218
model_id=model_id

0 commit comments

Comments
 (0)