Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change architecture to match polly input test limit #1

Open
laardee opened this issue Jan 20, 2017 · 0 comments
Open

Change architecture to match polly input test limit #1

laardee opened this issue Jan 20, 2017 · 0 comments

Comments

@laardee
Copy link
Contributor

laardee commented Jan 20, 2017

"The size of the input text can be up to 1500 billed characters (3000 total characters). SSML tags are not counted as billed characters." http://docs.aws.amazon.com/polly/latest/dg/limits.html

Possible solution would be to preprosess text to chunks before saving to S3 bucket, then convert function would send those chunks separaterly and concatenate mp3 files to one with ffmpeg.

In this case it would be better to write podcast xml after audio files are ready, so maybe DynamoDB shoud be added what contains details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant