clever-apartment-50437
09/16/2025, 2:14 PMtall-airline-16756
09/16/2025, 2:15 PMtall-airline-16756
09/16/2025, 2:15 PMtext_type parameter to "ssml" to enable SSML parsing.
• ElevenLabs: Use the enable_ssml_parsing=True parameter in your configuration.
• Google Cloud TTS: You can enable SSML with the enable_ssml=True parameter, but keep in mind that SSML isn’t supported in streaming mode.
• Azure AI Speech: You’ll want to build SSML programmatically using the _build_ssml() method, wrapping your content in the right SSML tags like <speak> and <voice>.
If you'd like, I’m here to help with specific examples or to guide you through any of these providers—just let me know!
Sources: ElevenLabs integration guide | LiveKit Docs | ElevenLabs TTS integration guide | LiveKit Docs | Agent speech and audio | LiveKit Docs | Agent speech and audio | LiveKit Docs | Amazon Polly TTS integration guide | LiveKit Docs