#I am using ElevenLabs API for voice cloning.According to the guide, the service supports SSML but

1 messages · Page 1 of 1 (latest)

blissful gullBOT
#

@timber quarry Please provide more information related to your query. One of our moderators will help you out soon.

According to the guide, the service supports SSML but if I add some break tags to my text, the cloned audio ignores break tags.
How can I make it works properly?```
Account Created

Fri, 29 January 2021, 03:37 AM UTC

timber quarry
#

I am using ElevenLabs API for voice cloning.
According to the guide, the service supports SSML but if I add some break tags to my text, the cloned audio ignores break tags.
How can I make it works properly?

pearl ocean
#

I use them on a daily basis via the API. Make sure you have your encoding set up correctly of it's ppossible they are not be processed correctly. Check your History in the WebUI and see if the tabs are being passed correctly. What endpoint are you using btw?

timber quarry
#

Hi @pearl ocean
Sorry for the late reply

#

I just saw your message

#

I integrated elevenlabs api on my python backend.

#

I used generate method from elevenlabs library

#

implementation is simple and I just added <break time="200ms"/> to my text