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

fix: minimize Amazon Polly TTS lag. Issue #453 #454

Conversation

hipitihop
Copy link
Contributor

Summary

Workaround Amazon Polly TTS lag see issue #453

What kind of change does this PR introduce?
  • upgrade to latest boto3 1.17.84 & botocore 1.20.84
  • add and configure client with new settings
    AWS_CONF_CONNECT_TIMEOUT = 10
    AWS_CONF_READ_TIMEOUT = 5
    AWS_CONF_MAX_POOL_CONNECTIONS = 1
  • Bugfix
  • New feature
  • Refactoring
  • Other, please describe:
Does this PR introduce a breaking change?
  • Yes
  • No
Migration guide:
The PR fulfills these requirements:
  • When resolving/implementing a specific issue, it's referenced in the PR's title (e.g. fix #xxx or implement #xxx, where "xxx" is the issue number)
  • You have tested your changes on the branch you wish to merge
  • The changes are working

If adding a new feature, the PR's description includes:

  • The reason for this new feature to be added
  • The use of this new feature
  • If available, a link to an existing feature request ticket
Other information:

- upgrade to latest boto3 1.17.84 & botocore 1.20.84
- add and configure client with new settings
  AWS_CONF_CONNECT_TIMEOUT = 10
  AWS_CONF_READ_TIMEOUT = 5
  AWS_CONF_MAX_POOL_CONNECTIONS = 1
@Psychokiller1888 Psychokiller1888 merged commit 4de07f6 into project-alice-assistant:1.0.0-rc1 May 29, 2021
@hipitihop hipitihop deleted the improve-boto3-tts branch May 30, 2021 23:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants