How to control voice speed in Polly's neural voices?

0

Hi, in Amazon Polly console, I noticed that the voice speed tag prosody rate doesn't work for neural voices. How can I change voice speed? For example, the new neural italian voice "Adriano", wich is beautiful, is unfortunately very fast and doesn't sound natural at the default rate, I would like to slow down it. How can I do? Thank you.

LBajard
gefragt vor einem Jahr474 Aufrufe
1 Antwort
0

Hi, as per documentation:

Prosody tag attributes are fully supported by the standard TTS voices. Neural voices support the volume and rate attributes, but don't support the pitch attribute.

(emphasis mine)

I just successfully synthesized below, observing slower speaking rate:

<speak>
    <prosody rate="slow">
        Ciao! Mi chiamo Adriano, e posso leggerti qualsiasi testo tu mi scriva.
    </prosody>
</speak>
AWS
TB
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen