mycroft-core/mycroft/configuration/mycroft.conf

102 lines
1.8 KiB
Plaintext

{
"lang": "en-us",
"location": "Lawrence, Kansas",
"system_unit": "metric",
"time_format": "half",
"date_format": "MDY",
"skills": {
"directory": "~/.mycroft/skills",
"stop_threshold": 2.0
},
"server": {
"url": "https://api.mycroft.ai",
"version": "v1",
"update": true,
"metrics": false
},
"websocket": {
"host": "0.0.0.0",
"port": 8181,
"route": "/core",
"ssl": false
},
"listener": {
"sample_rate": 16000,
"channels": 1,
"wake_word": "hey mycroft",
"phonemes": "HH EY . M AY K R AO F T",
"threshold": 1e-90,
"multiplier": 1.0,
"energy_ratio": 1.5
},
"enclosure": {
"port": "/dev/ttyAMA0",
"rate": 9600,
"timeout": 5.0,
"update": true,
"test": false
},
"session": {
"ttl": 180
},
"stt": {
"module": "mycroft"
},
"tts": {
"module": "mimic",
"mimic": {
"voice": "ap"
},
"espeak": {
"lang": "english-us",
"voice": "m1"
}
},
"wifi": {
"setup": false
},
"ConfigurationSkill": {
"max_delay": 600
},
"WikipediaSkill": {
"max_results": 5,
"max_phrases": 2
},
"WolframAlphaSkill": {
"api_key": "",
"proxy": true
},
"WeatherSkill": {
"api_key": "",
"proxy": true,
"temperature": "fahrenheit"
},
"NPRNewsSkill": {
"url_rss": "http://www.npr.org/rss/podcast.php?id=500005"
},
"AlarmSkill": {
"filename": "alarm.mp3",
"max_delay": 600,
"repeat_time": 20,
"extended_delay": 60
},
"ReminderSkill": {
"max_delay": 600,
"repeat_time": 60,
"extended_delay": 60
},
"VolumeSkill": {
"default_level": 6,
"min_volume": 0,
"max_volume": 100
},
"AudioRecordSkill": {
"filename": "/tmp/mycroft-recording.wav",
"free_disk": 100,
"max_time": 600,
"notify_delay": 5,
"rate": 16000,
"channels": 1
}
}