Petri P
03/28/2025, 1:38 PMVapi Support Bot
03/28/2025, 1:40 PMwaitSeconds
to 0.8 might give the system more time to process number sequences accurately.
### Try SSML Parsing
For the 11labs voice output, enabling SSML parsing might improve pronunciation of numbers. Make sure to set enableSsmlParsing
to true
in your configuration. This can help with more accurate pronunciation of specific words and numbers.
### Consider Number Formatting
The way numbers are formatted and processed can lead to misinterpretations. According to [documentation I found](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342349738032500736), you might need to modify how numbers are formatted in your prompts. For instance, try outputting values as text rather than digits (e.g., "three hundred" instead of "300").
### Try Different Voice ModelsVapi Support Bot
03/28/2025, 1:40 PMKyle Brunker
03/30/2025, 10:19 AM