-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile
48 lines (48 loc) · 1.29 KB
/
profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"dialogue": {
"satellite_site_ids": "motox,buero,büro,Küche",
"system": "rhasspy",
"volume": "1"
},
"intent": {
"lang": "de",
"satellite_site_ids": "motox,buero,büro,Küche,defhem",
"system": "fsticuffs"
},
"mqtt": {
"enabled": ""
},
"sounds": {
"error": "${RHASSPY_PROFILE_DIR}/sounds/error.wav",
"recorded": "${RHASSPY_PROFILE_DIR}/sounds/end_of_input.wav",
"wake": "${RHASSPY_PROFILE_DIR}/sounds/start_of_input.wav"
},
"speech_to_text": {
"satellite_site_ids": "motox,buero,büro,Küche",
"system": "kaldi"
},
"text_to_speech": {
"larynx": {
"vocoder": "vctk_small"
},
"nanotts": {
"volume": "2"
},
"satellite_site_ids": "motox,buero,büro,Küche",
"system": "nanotts"
},
"wake": {
"porcupine": {
"keyword_path": "bumblebee_linux.ppn",
"udp_audio": "0.0.0.0:12199:motox"
},
"satellite_site_ids": "motox,buero,büro,Küche",
"snowboy": {
"apply_frontend": true,
"model": "alexa.umdl",
"sensitivity": "0.6",
"udp_audio": "0.0.0.0:12199:motox"
},
"system": "porcupine"
}
}