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

Add DOWNLOAD button get get mp3 #10

Open
colinpollock opened this issue Mar 2, 2020 · 0 comments
Open

Add DOWNLOAD button get get mp3 #10

colinpollock opened this issue Mar 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@colinpollock
Copy link
Owner

Whenever the user updates the pronunciation, the JS calls the Flask API (which calls Polly, encodes the audio as a base64 string, and passes it back to the JS). The JS creates an Audio and plays it.

It'd be nice to also have a button to download the audio. It may be possible to do this by having the user save the Audio directly. Or I may need to have the server store the audio file in S3 and pass that link back to the JS and show it to the user.

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

No branches or pull requests

1 participant