aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 30 forks source link

feat: turn note text to speech using Amazon Polly #19

Closed trivikr closed 3 years ago

trivikr commented 3 years ago

Issue

Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/17

Description

Adds a button which converts note content to speech using Amazon Polly, and plays the synthesized audio.

Testing

Screen recording https://user-images.githubusercontent.com/16024985/106965315-44f8a300-66f8-11eb-9898-dd2919cda7ca.mov

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.