173
questions
0
votes
1
answer
25
views
Polly boto3 exception: The security token included in the request is invalid
I want to use Amazon Polly with boto3 for TTS with Ssml support.
When I try to run this code, I get the error
botocore.exceptions.ClientError: An error occurred (UnrecognizedClientException) when ...
1
vote
0
answers
33
views
Using @amazon-sumerian-hosts/babylon in my angular project, facing issue to load the character in DOM getting error host.AnimationFeature is undefined
Using the npm i @amazon-sumerian-hosts/babylon in my angular project, facing issue to load the character in DOM getting error host.AnimationFeature is undefined
enter image description here expacting ...
0
votes
0
answers
35
views
Invalid principal in policy while creating policy for AWS s3 and AWS Polly
I have been struggling to find out the error in writing the principal correctly. From Aws console I am trying AWS polly and want to save the output to s3 bucket. The IAM user is created with the ...
0
votes
0
answers
37
views
Issue with AWS Polly Integration in .net: AmazonServiceException: Unable to get IAM security credentials from EC2 Instance Metadata Service
I'm integrating AWS Polly (TTS) into my Unity game and wrote the following code:
public AwsPollyAPIClient(AwsPollyCredentials pollyCredentials, Amazon.RegionEndpoint regionEndpoint)
{
this....
1
vote
0
answers
66
views
C# Web API performance issue when there are multiple concurrent request which internally call AmazonPollyClient APIs
I am working on a product in which customer can come and configure the Amazon Polly TTS config. After that we have exposed one API /generateTTS which accepts 2 input parameters, text and config Id. ...
1
vote
1
answer
578
views
Play AWS-Polly-generated voices client-side in my web application
I am generating long-form content with AWS Polly using the AWS SDK for JavaScript. My content is over 3000 characters long, so I am using the long-form engine and saving all generated files in an S3 ...
0
votes
0
answers
189
views
Using polly to generate audio from LLM output
These days LLM (like GPT) start producing output few characters/words at a time. So although complete response can take 2-5 seconds or more, the partial characters start getting streamed almost in 0.5 ...
0
votes
0
answers
165
views
Create multiple audio files from one request to Amazon Polly
Let's say that I have a text file containing one word per line, and I need to create for each word an audio file using Amazon Polly. It's a really big file (containing ~ 1 million characters and ...
0
votes
0
answers
98
views
SSML for setting exact voice duration
I'm trying to write an ssml tag-based text that I want to send to my Amazon Polly account using API . API is working fine and I'm getting responses. Here are the ssml tags provided in the Amazon ...
0
votes
0
answers
102
views
Connect Flutter just_audio to Amazon Polly
I am building a Flutter app which uses the just_audio library to play short voice prompts.
If I generate an mp3 file manually using Amazon Polly Text to Speech in the AWS console and then upload the ...
0
votes
0
answers
66
views
aws polly speaking using vuejs
i want to make application for text to speech in vuejs using aws polly
here is my code
<template>
<div>
<textarea v-model="textToSpeak" rows="4" cols="50&...
0
votes
0
answers
85
views
Custom tag in AWS Polly speech mark file
I want to use a custom tag for images in my text thats processed by Polly.
If this is the text sent to Polly to be processed: This is a {image1} dinosaur
then I'd like to get a file with these speech ...
1
vote
0
answers
122
views
How to make AWS Polly SynthesizeSpeech() asynchronous?
According to this AWS documentation for Polly, the asynchronous version of the function is no longer there. So now every time I use it in my game, the animation would stop for a while whenever Polly ...
0
votes
1
answer
108
views
AWS Polly reads word 're-record' as 're minus record'
I'm using AWS Polly in my Android app. I'm pretty sure that it was reading correctly re-record before.
Idk what's changed but Polly reads it as "re minus record". Is there a way to exclude ...
0
votes
0
answers
210
views
Can I use AWS Polly from the CLI to read from a text file in an S3 bucket directly?
I'd like to be able to use 'aws polly synthesize-speech' on my terminal in order to produce an mp3 file that reads a txt file located in an S3 bucket.
Currently running the following and it outputs an ...