playht SSML
# support
a
How to enable playht SSML? I enabled it for 11labs and it works. If i use the same System Prompt with playht it doestn work (reads out loud ).
v
Hi there! I can help you with enabling SSML in PlayHT and troubleshoot why your break tag isn't working. ### Enabling SSML in PlayHT If you're using PlayHT through VAPI, you need to: 1. Enable SSML parsing by setting
enableSsmlParsing: true
in your VAPI configuration [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1338644573207007304) 2. For API setup, retrieve your user ID and secret key from the [PlayHT API Access section](https://play.ht/studio/api-access) and enter these in the VAPI provider section [source](https://docs.vapi.ai/customization/custom-voices/playht) ### Why
<break time="500ms"/>
Isn't Working This appears to be a known issue. When using certain SSML tags like
<break time="500ms"/>
, PlayHT might read them as literal text instead of interpreting them as commands [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1336894395131101294). Some troubleshooting suggestions: 1. **Verify syntax compatibility**: The break tag syntax might not be compatible with PlayHT's specific TTS engine 2. **Check engine-specific requirements**: PlayHT might require different SSML syntax than 11labs 3. **Consult PlayHT documentation**: The specific format for adding breaks can differ between TTS providers Unfortunately, I couldn't find PlayHT-specific documentation about why this particular tag isn't working or what alternative syntax might be required. You might need to experiment with different SSML formats or check PlayHT's official documentation for their specific SSML implementation details. Sources: - [Discord conversation about SSML parsing](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338644573207007304) - [Vapi documentation on custom voices with PlayHT](https://docs.vapi.ai/customization/custom-voices/playht)
v
Hey @Andres, we support SSML parsing only for 11labs not for playht. You can raise an feature request for it over here: https://roadmap.vapi.ai
a
Ok. I did. Thanks.
3 Views