Support for SSML lang tag
-
Hi @tstachlewski,
first of all: This plugin is really great and is helping me a lot with integrating AWS Polly text2speech into WordPress pages.
For a new project I will often have some french words/sentences in my english texts. Since it does not sound nice when the english voice speaks this words/sentences in english, I want to make use of the SSML <lang> tag in my englisch tests, similar like it’s written on the AWS page, e.g.
<speak> Hello World. <lang xml:lang="fr-FR">Je ne parle pas fran?ais.</lang>. </speak>
https://docs.aws.amazon.com/de_de/polly/latest/dg/supported-ssml.html#lang-tag
Since currently only the <break> SSML tag is supported in the WP plugin, it would be really great if you would add <lang xml:lang=”xx-YY”>…</lang> support with one of the next updates. I think this will be useful also for a lot of other plugin users.
Best regards
- The topic ‘Support for SSML lang tag’ is closed to new replies.