
Getting Started Guide
How to Use Amazon Polly
A practical guide to get you up and running with Amazon Polly. Written by Delv Editorial, Delv Team.
Getting started with Amazon Polly
In this guide, you'll learn how to create lifelike audio from text using Amazon Polly. You’ll be able to convert written content into speech with various voice options in just a few minutes.Step 1: Sign up and set up
- Go to the Amazon Polly website.
- Click on the "Get started with Amazon Polly" button.
- If you do not have an AWS account, click "Create a Free Account" and follow the prompts to set up your account.
- Once logged in, navigate to the AWS Management Console.
- In the search bar, type "Polly" and select "Amazon Polly" from the dropdown menu.
Step 2: Your first audio output
- In the Amazon Polly dashboard, click on "Text-to-Speech" in the left sidebar.
- Enter your text in the provided text box.
- Choose your desired voice from the "Voice" dropdown menu. You can select from various languages and accents.
- Select the speech output format (MP3 or OGG) from the "Output format" dropdown.
- Click the "Listen" button to preview the audio. If you're satisfied, click "Download" to save the audio file to your device.
Step 3: Get better results
- Use SSML (Speech Synthesis Markup Language) to enhance your text input. This allows you to control aspects like pitch, volume, and pauses.
- Experiment with different voices and languages to find the best fit for your application.
- If creating a large volume of audio, consider using the API for batch processing. Refer to the AWS documentation for detailed API integration instructions.