Skip to content

Commit

Permalink
(fix): output format is passed to realtime tts (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-bot authored Jul 30, 2024
1 parent c674d61 commit a75c7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elevenlabs"
version = "v1.6.0"
version = "v1.6.1"
description = ""
readme = "README.md"
authors = []
Expand Down
1 change: 1 addition & 0 deletions src/elevenlabs/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def generate(
return self.text_to_speech.convert_realtime( # type: ignore
voice_id=voice_id,
voice_settings=voice_settings,
output_format=output_format,
text=text,
request_options=request_options,
model_id=model_id
Expand Down

0 comments on commit a75c7e7

Please sign in to comment.