Skip to content

Commit

Permalink
Merge pull request #229 from project-alice-assistant/1.0.0-a6
Browse files Browse the repository at this point in the history
1.0.0 a6
  • Loading branch information
Psychokiller1888 committed Mar 21, 2020
2 parents ceefc8c + f77ac9a commit e882b04
Show file tree
Hide file tree
Showing 112 changed files with 2,543 additions and 1,181 deletions.
14 changes: 9 additions & 5 deletions ProjectAlice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################
# #
# Project Alice quick install file #
# #
# For advanced users only #
# Edit the content of this file to your needs #
# and place it in /boot/ProjectAlice.yaml #
# after flashing your sd card with our #
Expand All @@ -13,7 +13,7 @@
# #
################################################
# DON'T CHANGE ME #
version: 1.14
version: 1.16
################################################

# How to prevent frequent errors:
Expand All @@ -32,6 +32,9 @@ keepYAMLBackup: no
installOnBuster: yes

# Base configs
# Set the admin pin code. This code will allow you to access the interface. Only numbers, 4 digits
adminPinCode: 1234

# Enter Wifi credentials for automatic adding of tasmota/zigbee/netatmo devices even when Alice has wired access
useWifi: yes
wifiNetworkName:
Expand Down Expand Up @@ -62,6 +65,7 @@ audioHardware:
googleAIY2: no
matrixCreator: no
matrixVoice: no
ps3eye: no

# Capture
micSampleRate: 16000
Expand Down Expand Up @@ -110,14 +114,14 @@ shortReplies: no
# If set to yes Alice will whisper instead of using short answers when you are sleeping. Currently only available with Amazon TTS
whisperWhenSleeping: no

# Either 'pocketsphinx' or 'google'
# Either 'pocketsphinx', 'deepspeech' or 'google'
asr: pocketsphinx

# Either 'pico', 'snips', 'mycroft', 'amazon' or 'google'
tts: pico

ttsType: female
ttsVoice: Joanna
ttsType: male
ttsVoice: en-US
ttsLanguage: en-US

# Amazon Polly
Expand Down
5 changes: 0 additions & 5 deletions alice

This file was deleted.

0 comments on commit e882b04

Please sign in to comment.