You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: