AMAZON POLLY
What Is Amazon Polly?
Amazon Polly is a cloud service that converts text into lifelike speech. You can use Amazon Polly to develop applications that increase engagement and accessibility. Amazon Polly supports multiple languages and includes a variety of lifelike voices, so you can build speech-enabled applications that work in multiple locations and use the ideal voice for your customers. With Amazon Polly, you only pay for the text you synthesize. You can also cache and replay Amazon Polly’s generated speech at no additional cost.
Amazon Polly offers many voice options, including: Long-form voices, which produce human-like,
highly expressive, and emotionally adept voices, and Neural Text-to-Speech (NTTS) voices. These
voices deliver ground-breaking improvements in speech quality through new machine learning
technology, and offer the most natural and human-like text-to-speech voices possible. Neural TTS
technology also supports a Newscaster speaking style that is tailored to news narration use cases.
Common use cases for Amazon Polly include, but are not limited to, mobile applications such as
newsreaders, games, eLearning platforms, accessibility applications for visually impaired people,
and the rapidly growing segment of Internet of Things (IoT).
Amazon Polly is certified for use with regulated workloads for HIPAA (the Health Insurance
Portability and Accountability Act of 1996), and Payment Card Industry Data Security Standard (PCI
DSS).
Some of the benefits of using Amazon Polly include:
• High quality – Amazon Polly offers both new neural TTS and best-in-class standard TTS
technology to synthesize the superior natural speech with high pronunciation accuracy (including
abbreviations, acronym expansions, date/time interpretations, and homograph disambiguation).
• Low latency – Amazon Polly ensures fast responses, which make it a viable option for low latency use cases such as dialog systems.
• Support for a large portfolio of languages and voices – Amazon Polly supports dozens of
voices languages, offering male and female voice options for most languages.
This number
will continue to increase as we bring more neural voices online. US English voices Matthew and
Joanna can also use the Neural Newscaster speaking style, similar to what you might hear from a
professional news anchor.
• Cost-effective – Amazon Polly's pay-per-use model means there are no setup costs. You can start
small and scale up as your application grows.
• Cloud-based solution – On-device TTS solutions require significant computing resources, notably CPU power, RAM, and disk space. These can result in higher development costs and higher power consumption on devices such as tablets, smart phones, and so on. In contrast, TTS conversion done in the AWS Cloud dramatically reduces local resource requirements. This enables support of all the available languages and voices at the best possible quality. Moreover, speech improvements are instantly available to all end-users and do not require additional updates for devices
how to use aws polly?
Amazon Polly is a service that turns text into lifelike speech. To use AWS Polly, you'll need to follow these general steps:
Set Up an AWS Account: If you don't already have an AWS account, you'll need to create one. Go to the AWS Management Console, sign in, and set up your account.
Access the Amazon Polly Console: Once your AWS account is set up, navigate to the Amazon Polly Console.
Create an IAM Role: Polly requires permission to access other AWS resources. Create an Identity and Access Management (IAM) role with Polly permissions, and attach this role to the resources (like an EC2 instance or Lambda function) that will use Polly.
Create a New Polly Synthesis Task: In the Polly Console, go to the "Text-to-Speech" section and create a new synthesis task. Provide the text you want to convert into speech.
Configure Synthesis Options: Polly provides various options for configuring the voice, language, and other synthesis parameters. Choose the options that suit your needs.
Save and Request Synthesis: Save your configuration and submit the synthesis task. Polly will process the text and generate the corresponding speech audio.
Access the Synthesized Speech: Once the synthesis task is complete, you can download the generated audio file or use Polly's API to access the speech audio programmatically.
Use AWS SDKs or API: If you want to integrate Polly into your application or script, you can use AWS SDKs for different programming languages (e.g., Boto3 for Python). Alternatively, you can make direct API requests to Polly.
'Joanna'
with the voice you prefer and handle the generated audio stream accordingly.
Comments
Post a Comment