alexatts – Rev 4

Subversion Repositories:
Rev:
###########################################################################
##  Copyright (C) Wizardry and Steamworks 2020 - License: GNU GPLv3      ##
##  Please see: http://www.gnu.org/licenses/gpl.html for legal details,  ##
##  rights of fair usage, the disclaimer and warranty conditions.        ##
###########################################################################

log: 'alexatts.log'

mqtt:
  url: 'mqtt://server.tld'
  # The topic to subscribe to.
  topic: 'alexatts/#'

language: 'en-US'

tts:
  # Possible values: google, picotts
  use: 'google'
  google:
    maxLength: 100
    speed: 1

# The GPIO configuration maps the remote control buttons to GPIO pins as
# they are cabled between the device that the software runs on and the
# Alexa remote.
#   ptt - push to talk, this is the top most button
GPIO:
  ptt: 16

# This is the name of the Alexa device - the keyword you use to talk to
# the Alexa device.
alexa: 'Alexa'