alexatts – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 ###########################################################################
4 office 2 ## Copyright (C) Wizardry and Steamworks 2020 - License: GNU GPLv3 ##
2 office 3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ###########################################################################
6  
4 office 7 log: 'alexatts.log'
2 office 8  
9 mqtt:
4 office 10 url: 'mqtt://server.tld'
2 office 11 # The topic to subscribe to.
4 office 12 topic: 'alexatts/#'
2 office 13  
14 language: 'en-US'
15  
4 office 16 tts:
17 # Possible values: google, picotts
18 use: 'google'
19 google:
20 maxLength: 100
21 speed: 1
2 office 22  
23 # The GPIO configuration maps the remote control buttons to GPIO pins as
24 # they are cabled between the device that the software runs on and the
25 # Alexa remote.
26 # ptt - push to talk, this is the top most button
27 GPIO:
28 ptt: 16
29  
4 office 30 # This is the name of the Alexa device - the keyword you use to talk to
2 office 31 # the Alexa device.
32 alexa: 'Alexa'