Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon Polly
Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk, and build entirely new categories of speech-enabled products.
Content language: English
Select tags to filter
Sort by most recent
122 results
I dowloaded POlly generated audio files (starting from .docx and .pdf). My reason for subscribing was to regularly generate audios to be listened while running (pure private users and no aims to devel...
Hi everyone,
Hoping someone here might have seen this before or have some insight, because I've hit a really strange wall with IAM policies and Amazon Polly.
My goal is pretty straightforward: I want...
Hello,
My boss created an AWS account and then set myself up with an IAM user account. We are attempting to use the Polly service but when I login to my user account it says I don't have the correct ...
Hey guys,
I am creating a reader for Dutch eBooks. I generate the speech and time stamps in two separate requests.
My time stamps are always out of sync and progressively get worse as it approaches t...
I'm exploring Amazon Polly's capabilities with SSML for creating dialogues with multiple voices, emotions, pitch adjustments, DRC, pauses, and more. Here are my specific inquiries:
Specific Questions...
I am so terribly new at this. I created a recording on Polly that I've used as a voicemail greeting. I need to update it but I cannot seem to figure out how to even find it!
I cannot even find the s...
<speak>
<p>
<voice name="Aditi">
Text to be spoken<emphasis level="moderate">Simply Divine</emphasis>
<break time='500ms'/>
Text to be spoken
</voice>
</p>
<p...
Hi, I'm not sure if this is where I can post my question, so I apologize if it's not the right place.
I am tryiing to figure out how I can use the "Stephen" voice for Amazon Polly, in Home Assistant....
Trying to generate viseme data for text to speech using SynthesizeSpeechCommand '@aws-sdk/client-polly' for a generative voice
```JavaScript
const visemeCommand = new SynthesizeSpeechCommand({...
When I generate speech marks (words) for the following :
```
<speak>Alexander the Great was born in 356 B.C. to King Philip II of Macedonia.</speak>
```
The phrase 'King Philip II' is categorized as...
is there any viseme table or transformational rule for the phoneme in arpabet or ipa ?
Trying a simple Polly speech call from the AWS Console ignores the break times for the Generative voices while working for all other types. The documentation shows the <break> tag as fully supported f...