Can we use SSML tags with TTS service other than 1...
# support
s
Please help me to know which other voice services will support ssml tags other than 11 labs.
v
Thank you for your question! While Vapi supports integration with multiple TTS providers and custom endpoints, the documentation does not specify which providers (besides 11labs) support SSML tags directly. To help you further, could you specify which TTS provider(s) you are most interested in using with SSML support (e.g., Azure, PlayHT, Inworld, LMNT, OpenAI TTS)? This will help me provide more targeted information or guidance. Reference: Vapi documentation on custom TTS and advanced features like SSML support ([source](https://docs.vapi.ai/customization/custom-voices/custom-tts)) Source: - [Custom TTS Integration Vapi Documentation](https://docs.vapi.ai/customization/custom-voices/custom-tts)
s
@Vapi Support Bot I want to use Azure
v
Yes, you can use SSML tags with Azure TTS in Vapi. To do this, simply include your SSML markup in the
text
field when configuring your assistant's voice settings. For example:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "en-US-AriaNeural",
    "text": "<speak>Hello, <break time='500ms'/> how can I help you?</speak>"
  }
}
Make sure your SSML is valid and supported by Azure's TTS engine for best results. For more details, see the [Azure provider documentation](https://docs.vapi.ai/providers/voice/azure). Sources: - [Azure Provider Documentation](https://docs.vapi.ai/providers/voice/azure) - [Custom TTS Integration Vapi Documentation](https://docs.vapi.ai/customization/custom-voices/custom-tts)
s
It's not working. The agent is speaking out . Please help us.
@User please help
c
Hi, could you please provide a call id where you experienced this issue? We would like to review the logs to identify the cause.