Forum Discussion
SSML tags/AI Assistant
Hello EdwardPluskota,
Thanks for reaching out!
SSML tags aren't recognized by the AI assistant when generating AI audio. AI Assistant has limited support for speech synthesis markup language (SSML) because AI-generated voices are designed to understand the relationship between words and adjust delivery accordingly. I'll open a feature request on your behalf to include SSML tags in the list of supported features of the AI assistance!
- EdwardPluskota3 months agoCommunity Member
Thank you. I did find a SSML tags I could use to pause between paragraphs and sentences. seem to misplace it can you provide.
- JoseTansengco3 months agoStaff
Hi EdwardPluskota,
You can find a list of all supported SSML tags by visiting this article. The tag you are specifically looking for is:
Adding a pause between paragraphs: <p>Let me know if you have any questions!
- EdwardPluskota14 days agoCommunity Member
I have placed the SSML Tags in my script. But AI is not recognizing the tags.
<speak>
Software License Violations. These are the effects of this action.
Reputation Damage. <p>Loss of credibility, and Damage to brand image.</p>
Punishment for Company. Administrative/Legal Penalties, for example, fines.
Business Suspension. Responding to audits, Seizing of PCs.
Monetary Damage. Compensation for damages.
Penalties against Individuals. Including financial penalties, and/or disciplinary action, including termination.
</speak>What is wrong here?