• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor tstachlewski

    (@tstachlewski)

    Hi,
    Thx. Yep. I have got this in my plans, but it is not as easy to implement it ?? Anyway, I will be working on this feature – but unfortunately I don’t have any dates.

    Cheers,
    Tomasz

    Thread Starter wppwu243

    (@wppwu243)

    Hi,

    ok that’s great. I’m looking forward to seeing the release of this functionality one day ??

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for SSML lang tag’ is closed to new replies.