alexatts – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 1... Line 1...
1 ########################################################################### 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ## 2 ## Copyright (C) Wizardry and Steamworks 2020 - License: GNU GPLv3 ##
3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ## 3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ## 4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ########################################################################### 5 ###########################################################################
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 log: "alexatts.log" 7 log: 'alexatts.log'
8   8  
9 mqtt: 9 mqtt:
10 url: "mqtt://server.tld" 10 url: 'mqtt://server.tld'
Line 11... Line 11...
11 # The topic to subscribe to. 11 # The topic to subscribe to.
Line -... Line 12...
-   12 topic: 'alexatts/#'
12 topic: "alexatts/#" 13  
13   14 language: 'en-US'
-   15  
-   16 tts:
-   17 # Possible values: google, picotts
Line 14... Line 18...
14 language: 'en-US' 18 use: 'google'
15   19 google:
16 # The audio card to use in Alsa format (aplay should work) 20 maxLength: 100
17 card: 'sysdefault:CARD=audioinjectorpi' 21 speed: 1
18   22  
19 # The GPIO configuration maps the remote control buttons to GPIO pins as 23 # The GPIO configuration maps the remote control buttons to GPIO pins as
Line 20... Line 24...
20 # they are cabled between the device that the software runs on and the 24 # they are cabled between the device that the software runs on and the
21 # Alexa remote. 25 # Alexa remote.
22 # ptt - push to talk, this is the top most button 26 # ptt - push to talk, this is the top most button