elevenlabs / elevenlabs-docs

Documentation for elevenlabs.io/docs
https://elevenlabs.io/docs
53 stars 238 forks source link

SSML Natural Pause Issue #130

Open RamanSB opened 8 months ago

RamanSB commented 8 months ago

As per the prompting documentation we have been instructed that natural pauses can be implemented via where X is between 0.0 and 3.0.

I've generated text: It's in times like these that our strength truly shines through <break time="0.5s" /> and it seems you've been flexing those muscles quite a bit.

But rather than actually pausing, the speaker is saying "Break time 05" why is this happening?

Issues remains w/ both models:

vladislav887139 commented 8 months ago

Interesting

dosstx commented 8 months ago

Does not happen to me.

RamanSB commented 8 months ago

Very strange, do you mind sharing your set up please, are you using a Websocket connection to stream the response? What Audio Model are you using.

The breaks work for me within the 11 Labs within the GUI but does not work programatically within my codebase, it doesn't make sense.

nikhilpictory commented 1 month ago

It is happening with me also! i am using websocket communication! any update here?