Get started
Installation
Install Caster:
pip install 'git+https://github.com/CasterVoice/caster-core.git'
Configure Caster:
Run
python -m castervoice
This will create a file config/caster.yml which contains the Configuration for Caster. Engines must be configured and may provide special configuration options.
Follow steps for one of the Engines which you configured in the previous step.
Usage
Caster can be started with the following:
python -m castervoice
To list available options execute:
python -m castervoice --help