SSML tags streaming
# support
v
How do I get VAPI to send the SSML tags properly to 11labs? I have enalbed SSML and -- dashes work for pause, but the break pause does not. 21:24:46:562 [LOG] Model output: < 21:24:46:565 [LOG] Model output: break 21:24:46:584 [LOG] Model output: time 21:24:46:630 [LOG] Model output: =" 21:24:46:654 [LOG] Model output: 2 21:24:46:672 [LOG] Model output: . 21:24:46:693 [LOG] Model output: 0 21:24:46:716 [LOG] Model output: s 21:24:46:734 [LOG] Model output: " 21:24:46:757 [LOG] Model output: />
v
@vainoklement To ensure that SSML tags are sent correctly to 11labs, you need to make sure that the SSML is properly formatted and that the tags are supported by the 11labs platform. The
<break>
tag is a standard SSML tag used to indicate a pause, and it should be formatted as
<break time="2.0s"/>
for a 2-second pause. If you're experiencing issues with the
<break>
tag not working as expected, it could be due to a formatting error or an issue with how 11labs is interpreting the SSML. Here's what you can do: 1. Double-check the SSML syntax: Ensure that the
<break>
tag is correctly formatted with no extra spaces or missing quotes. It should look exactly like this:
<break time="2.0s"/>
. 2. Validate SSML: Use an SSML validator to check if there are any errors in your SSML markup. 3. Check 11labs documentation: Review the documentation provided by 11labs to confirm that they support the
<break>
tag and to see if there are any platform-specific requirements for SSML. 4. Contact 11labs support: If you've confirmed that your SSML is correct and you're still facing issues, reach out to 11labs support for assistance. If you need further assistance with VAPI or if you'd like to report this issue to our support team, please let me know, and I can help you with that.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
s
call id please.
v
@Shubham7535 470e3025-80c5-4fc5-be17-9358c2e540ef
s
ok to make it work as you require disable this as well, inputPreprocessingEnabled
let me know, how it goes.
13 Views