Skip to main content
Article·aws.amazon.com
text-to-speechcloud-ttsenterpriseawsneural-ttspolly

Amazon Polly Neural

Use Amazon Polly Neural Engine to create natural-sounding speech from text, leveraging AWS's cloud infrastructure for scalable and reliable text-to-speech applications.

beginner30 minutes5 steps
The play
  1. Set up AWS Credentials
    Configure your AWS credentials using the AWS CLI or environment variables to allow access to Polly.
  2. Synthesize Speech with Polly
    Use the AWS CLI to synthesize speech from text using a neural voice. Replace 'your_text' with the text you want to convert to speech and specify the desired output file.
  3. Play the Synthesized Speech
    Play the generated MP3 file using a media player.
  4. Integrate with AWS SDK
    Incorporate Polly into your applications using the AWS SDK for your preferred language. Refer to the AWS documentation for detailed code examples.
  5. Explore Polly Features
    Experiment with different voices, languages, and SSML tags to customize the speech output.
Starter code
Start by setting up your AWS credentials and using the AWS CLI to synthesize a simple text string into speech.
Source
Amazon Polly Neural — Action Pack