neon-tts-plugin-polly

A Polly TTS plugin for Neon


Keywords
mycroft, plugin, tts
License
MIT-enna
Install
pip install neon-tts-plugin-polly==0.2.0

Documentation

NeonAI Amazon Polly TTS Plugin

Mycroft compatible TTS Plugin for Amazon Polly Text-to-Speech.

Configuration:

A credential should be saved at: ~/.aws/credentials. Credentials may alternatively be included in the tts configuration as shown below.

tts:
    module: amazon_polly
    amazon_polly:
      aws_access_key_id: ''
      aws_secret_access_key: ''
      region: us-west-2