alexatts

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 4
/config.yml.dist
@@ -1,20 +1,24 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
## 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"
log: 'alexatts.log'
 
mqtt:
url: "mqtt://server.tld"
url: 'mqtt://server.tld'
# The topic to subscribe to.
topic: "alexatts/#"
topic: 'alexatts/#'
 
language: 'en-US'
 
# The audio card to use in Alsa format (aplay should work)
card: 'sysdefault:CARD=audioinjectorpi'
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
@@ -23,6 +27,6 @@
GPIO:
ptt: 16
 
# This is the name of the Alexa device - the keyword you use to talk to
# This is the name of the Alexa device - the keyword you use to talk to
# the Alexa device.
alexa: 'Alexa'