karashiiro / TextToTalk

Chat TTS plugin for Dalamud. Has support for triggers/exclusions, several TTS providers, and more!
MIT License
47 stars 30 forks source link

More German Voices for Amazon Polly #47

Closed Waitsnake closed 2 years ago

Waitsnake commented 2 years ago

At the moment the only German Voice in the option list for Amazon Polly is "Vicki".

According to this site there are two more German voices "Hans" and "Marlene". Could you please enable those in the option list as well?

I took a looked into the AWSSDK.Polly.dll binary that you use and the strings "Hans" and "Marlene" can be found inside and so I hope it is just a change in how the TTS plugin uses the Amazon Polly API.

karashiiro commented 2 years ago

Have you checked both engines? Not every voice is enabled in every engine, and I don't have any control over what is and isn't enabled in each.

Waitsnake commented 2 years ago

Sorry, my fault. I was not aware of the different availability of the voices in the two different engines. "Neutral" engine only allows "Vicki" while "Standard" engine allows "Vicki", "Hans" and "Marlene".