SSML (Speech Synthesis Markup Language) lets you control how text is read out loud. It allows you to fine-tune the pronunciation, tone, emphasis, and more to create natural and engaging voice prompts. Below are the most useful SSML commands you can use with SIP Caller to customize your Text-to-Speech experience.
<speak>Hello! How can I help you today?</speak>
<speak>Hello! <break time="500ms"/> How can I assist you?</speak>
<speak>This is <emphasis level="strong">very important</emphasis> information.</speak>
<speak><prosody rate="slow" pitch="low">Please listen carefully.</prosody></speak>
<speak>The date is <say-as interpret-as="date">2024-11-08</say-as>.</speak>
<speak>SIP Caller uses <sub alias="Session Initiation Protocol">SIP</sub> to connect to the PBX.</speak>
<speak><p>Welcome to SIP Caller.</p><p>How can we assist you today?</p></speak>
By using SSML effectively in SIP Caller, you can deliver clear, professional, and engaging voice prompts that enhance customer interactions. For further customization, feel free to explore the full SSML specification for Google or SSML specification for Azure and try out different configurations with SIP Caller's Text-to-Speech feature.