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

Backend functionalities #1

Merged
merged 33 commits into from
Oct 5, 2023
Merged

Backend functionalities #1

merged 33 commits into from
Oct 5, 2023

Conversation

vmilovanovicc
Copy link
Owner

Implemented functions to:

  • detect and translate the source language into a desired language
  • match the Amazon Translate language code to the Amazon Polly voice
  • generate an audio stream based on the provided text with the correct pronunciation (text-to-speech)
  • store the output of Amazon Polly tasks (i.e. audio streams) and retrieve data
  • create presigned URLs to allow sharing of objects
    ++
  • load AWS configuration
  • mock client operations for unit testing

Unit tests are included.

@vmilovanovicc vmilovanovicc added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 5, 2023
@vmilovanovicc vmilovanovicc merged commit cbaa5c9 into main Oct 5, 2023
2 checks passed
@vmilovanovicc vmilovanovicc deleted the backend branch July 5, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant