Homepage: https://github.com/maxkuzkin/awstts
Amazon Polly (https://aws.amazon.com/polly/) is an API that translates text into lifelike speech.
This tool helps to utilize that API in your small projects: presentations, video recordings, etc.
It allows you to create a small Yaml file, similar to the one below:
tts: Text-to-speech project for the educational purposes script: - exec: echo command-line - Amazon Polly is a service that turns text into lifelike speech. Polly lets you create - applications that talk, enabling you to build entirely new categories of speech-enabled products. - voice: Amy - Hello! Welcome to the text to speech test. - - I can speak very loudly, or I can speak very quietly. - I can speak really slowly, or I can speak really fast - For sure. - delay: 0.5 - pause - voice: Brian - Another voice is here. My name is Brian. - Hello world how are you?
and then control execution of that script from the command line.
You can install this tool simply by running
$ pip install --upgrade awstts