#I have troubles with AI Agents and Pronounciation disctionaries. Agents are literally spelling out
1 messages · Page 1 of 1 (latest)
It sounds like there might be an issue with how the pronunciation tags are being implemented. Here are a few steps you can take to troubleshoot this:
-
Check the Format: Ensure that the pronunciation tags are correctly formatted. For example, using the International Phonetic Alphabet (IPA) or CMU Arpabet with the
<phoneme>tag should look like this:<phoneme alphabet="ipa" ph="ˈæktʃuəli">actually</phoneme>or
<phoneme alphabet="cmu-arpabet" ph="AE K CH UW AH L IY">actually</phoneme> -
Model Compatibility: Make sure you are using the "Eleven English V1" or "Eleven Turbo V2" models, as these are the ones that support SSML phoneme tags.
-
Pronunciation Dictionary: If you are using a pronunciation dictionary, ensure it is uploaded in the correct .PLS format and that the entries are correctly specified.
-
Text Input: Double-check that the text input is correctly structured and that there are no extra spaces or characters that might interfere with the tag processing.
If the issue persists, you might want to review the specific tags and entries in your pronunciation dictionary to ensure they are correctly set up.
I literally insert these your examples and they are not working
If the AI is reading out the tags instead of applying the pronunciation, it might be due to a few reasons. Here are some steps you can try:
-
Model Compatibility: Ensure you are using the "Eleven English V1" or "Eleven Turbo V2" models, as pronunciation features like SSML phoneme tags are only supported with these models.
-
Correct Tag Usage: Double-check that the SSML tags are correctly formatted and placed within your text. Any syntax errors might cause the AI to read the tags literally.
-
Pronunciation Dictionary: If you're using a pronunciation dictionary, make sure it is uploaded in the correct .PLS format and properly integrated into your project settings.
-
Voice and Language: Ensure that the voice you are using is designed for the language of your text. Misalignment between the voice and language can lead to unexpected results.
If these steps don't resolve the issue, please provide more details or reach out with specific examples, and we can investigate further.
There is NO such choice in agent setting as Eleven English V1.