Can I change voices with SSML tags in AWS Polly?

1

I know how to use SSML tags in AWS Polly. For example: <speak> <prosody rate="85%">Hello</prosody></speak> But I wonder if I could change voices, for example:

<speak> <voice id Joanna> <prosody rate="85%">Hello, I'm Joanna.</prosody></speak>

<speak> <voice id Joey> <prosody rate="85%">And I'm Joey.</prosody></speak>

profile picture
maicart
已提问 2 年前699 查看次数
1 回答
1

Currently we are unable to change the voice id using SSML. For the fully list of supported SSML tag, Please refer to the documentation at https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则