ceyhunozgun / awsAIChromeExtension

Google Chrome Extension for Amazon Web Services (AWS) AI Services Polly, Translate and Rekognition
https://medium.com/@ceyhun.ozgun/speak-translate-and-see-with-this-aws-ai-services-chrome-extension-cba7a40edb8a
15 stars 9 forks source link

Polly Engine #1

Open jplandry908 opened 2 years ago

jplandry908 commented 2 years ago

I just downloaded this chrome extension to perform text-to-speech via Chrome using Polly. Great job! Would you be interested in adding the 'Engine' as an option to the awsAIServices.js synthensizeSpeech function? It uses 'standard' by default, but I would to use 'neural' for a more natural sounding voice. Thanks!

jplandry908 commented 2 years ago

FYI - I downloaded your extension, updated aws-sdk to the current version (2.996.0) and added (Engine: 'neural',) as a parameter in the 'synthesizeSpeech' function to make it work. Allowing the user to easily swap engines (standard or neural) and even change the voice could be a great addition. Thanks again!