alexatts

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/config.yml.dist
@@ -0,0 +1,28 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - 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'
 
# The audio card to use in Alsa format (aplay should work)
card: 'sysdefault:CARD=audioinjectorpi'
 
# 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'