aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
183 stars 82 forks source link

Allow the usage of Generative Polly for a more natural sounding voice #191

Open vikibaarathi opened 4 months ago

vikibaarathi commented 4 months ago

Polly has a new Engine called Generative. Trying to figure out what to change in order to get the the new voice. Currently loading the demo-babylon project and working off that.

Tried the easy way of just adding "generative" to the list of allowed engines. Didnt work. Surely something is missing. Help with a solution or point me in the direction to take is much appreciated.