DEV Community

AI Voice Generator with Text to Speech Conversion Using Amazon Polly

“ I have checked the documents of AWS to AI voice generator with text to speech conversion using amazon polly. Amazon Polly makes easy and secure text to speech conversion. In terms of cost, the solution is cheaper and secure.”

Amazon S3 is an object storage service that offers industry-leading scalability, data availability, security, and performance.

Amazon Polly is a fully managed service that generates voice on demand, converting any text to an audio stream. Using deep learning technologies to convert articles, web pages, pdf documents and other text to speech. Polly provides dozens of lifelike voices across a broad set of languages for you to build speech activated applications that engage and convert.

In this post, you will experience the AI voice generator with text to speech conversion using amazon polly. Here I have created a s3 bucket and set of amazon polly.

Architecture Overview

Image description
The architecture diagram shows the overall deployment architecture with data flow, s3 bucket and amazon polly.

Solution overview

The blog post consists of the following phases:

  1. Create a Polly with Required Engine and Language Option Available for Text to Speech Conversion
  2. Output of Text to Speech Conversion

Phase 1: Create a Polly with Required Engine and Language Option Available for Text to Speech Conversion

  1. Open the amazon polly console, try the polly option. In text to speech, select the engine from generative, long-form, neural and standard available engines. The multiple languages available with voice. So this can convert the input text to speech with required options and speech clarity.

Image description

Image description

Image description

Image description

Image description

Image description

  1. Once the option is selected, we can listen, download or save to s3 bucket, the output file of converted text to speech. This will create the s3 synthesis task with s3 URL.

Image description

Image description

Image description

Image description

Image description

Phase 2: Output of Text to Speech Conversion

Image description

Image description

Image description

Clean-up

S3 Bucket.

Pricing

I review the pricing and estimated cost of this example.

Cost of Simple Storage Service = $0.00

Cost of Amazon Polly (USE1-SynthesizeSpeechGenerative-Characters) = First 100,000 characters (across regions) per month are free for Generative TTS (171 Characters) = $0.00

Total Cost = $0.00

Summary

In this post, I showed “AI voice generator with text to speech conversion using amazon polly”.

For more details on Amazon Polly, Checkout Get started Amazon Polly, open the Amazon Polly console. To learn more, read the Amazon Polly documentation.

Thanks for reading!

Connect with me: Linkedin

Sentry image

Make it make sense

Make sense of fixing your code with straight-forward application monitoring.

Start debugging →

Top comments (0)