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
asked a year ago680 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions