eheikes / tts

Tools to convert text to speech :books::speech_balloon:
Apache License 2.0
94 stars 19 forks source link

Support for lexicons #15

Closed garethbowker closed 7 years ago

garethbowker commented 7 years ago

AWS Polly allows lexicons (customized pronunciation files) to be used, but aws-tts doesn't support using these as far as I can tell. Any chance support for this could be added, even if users need to upload the lexicons separately through the console?

eheikes commented 7 years ago

Absolutely. At the very least it could accept an argument to be passed to Polly's LexiconNames parameter.

eheikes commented 7 years ago

A lexicon option is available in the v1.3.0 release now.