You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vorandrew opened this issue
Sep 24, 2024
· 1 comment
Labels
apiIssues related to the Elevenlabs APId-easySimple issues but requires minimal code or documentation changes.s-lowLow impact, such as minor bugs or small documentation issues.SDK
res = client.text_to_speech.convert(
voice_id="pMsXgVXv3BLzUgSXRplE",
output_format="pcm_44100",
text="It sure does, Jackie… My mama always said: “In Carolina, the air's so thick you can wear it!”",
voice_settings=VoiceSettings(
stability=0.1,
similarity_boost=0.3,
style=0.2,
),
)
save(res, "output.wav")
res=client.text_to_speech.convert(
voice_id="pMsXgVXv3BLzUgSXRplE",
# output_format="pcm_44100",text="It sure does, Jackie… My mama always said: “In Carolina, the air's so thick you can wear it!”",
voice_settings=VoiceSettings(
stability=0.1,
similarity_boost=0.3,
style=0.2,
),
)
save(res, "output.wav")
louisjoecodes
added
d-easy
Simple issues but requires minimal code or documentation changes.
s-low
Low impact, such as minor bugs or small documentation issues.
api
Issues related to the Elevenlabs API
SDK
labels
Oct 21, 2024
apiIssues related to the Elevenlabs APId-easySimple issues but requires minimal code or documentation changes.s-lowLow impact, such as minor bugs or small documentation issues.SDK
Path: /api-reference/streaming
The text was updated successfully, but these errors were encountered: