- Newest
- Most votes
- Most comments
When using Amazon Polly with phonetic pronunciation for German, there can be differences in how the engines handle the IPA phonetic tags.
In your case, the neural engine correctly processes the IPA pronunciation for "Xi" as "ksi" in German, but the generative engine appears to have an issue with the same phonetic markup. This discrepancy between engines is a known limitation when working with special phonetic pronunciations.
To address this issue, you have a few options:
-
Continue using the neural engine if the pronunciation is critical for your use case
-
Try using X-SAMPA phonetic alphabet instead of IPA, which might be processed differently by the generative engine:
Das ist der Buchstabe <phoneme alphabet="x-sampa" ph="ksi">Xi</phoneme> .
- If you need to use the generative engine specifically, you might need to experiment with different phonetic representations to achieve the correct pronunciation
The phonetic pronunciation capabilities in Amazon Polly are designed to give you control over how special characters and words are pronounced, but implementation can vary between engine types.
Sources
Using phonetic pronunciation - Amazon Polly
Amazon Polly, Spelling of special characters | AWS re:Post
answered a year ago
Relevant content
asked 2 years ago
asked 9 months ago
asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 5 years ago
