AWS Polly TTS for Kalliope
kalliope install --git-url https://github.com/corus87/kalliope_pollytts.git
parameter | required | type | default | Comment |
---|---|---|---|---|
voice | No | string | Ivy | Voicelist |
aws_access_key_id | Yes | string | None | Get AWS keys |
aws_secret_access_key | Yes | string | None | Get AWS keys |
region_name | No | string | eu-west-2 | Regions |
default_text_to_speech: "pollytts"
cache_path: "/tmp/kalliope_tts_cache"
text_to_speech:
- pollytts:
voice: "Vicki"
aws_access_key_id: "ABCDEF12345GHIJKL678"
aws_secret_access_key: "ABCDefgh12345ijklmn+o6789PqrstUVWXYZ0"
region_name: "eu-central-1"
You have to add the path in your settings.yml to the tts folder in your starter.
# ---------------------------
# resource directory path
# ---------------------------
resource_directory:
tts: "resources/tts"