You can access Amazon Polly voices through the Amazon Polly console or AWS CLI.
To choose a voice engine on the console
-
Open the Amazon Polly console at https://console.aws.amazon.com/polly/
. -
From the Amazon Polly console, choose the desired voice engine.
-
Choose the desired voice from the voice drop-down menu.
-
Generate TTS audio with text of your choice.
To choose a voice engine in the AWS CLI, specify the Engine
and VoiceId
in the SyntheszieSpeech
or StartSpeechSynthesisTask
API operations. For some examples, see the quick-start code samples and the Python examples.