-
Notifications
You must be signed in to change notification settings - Fork 0
/
rhasspy-profile.json
47 lines (47 loc) · 996 Bytes
/
rhasspy-profile.json
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
{
"command": {
"webrtcvad": {
"max_sec": "8"
}
},
"dialogue": {
"system": "rhasspy"
},
"intent": {
"fsticuffs": {
"failure_token": "oops"
},
"system": "fsticuffs"
},
"microphone": {
"system": "pyaudio"
},
"mqtt": {
"enabled": "true"
},
"sounds": {
"aplay": {
"device": "default:CARD=USB"
},
"error": "${RHASSPY_BASE_DIR}/etc/wav/boing.wav",
"system": "aplay"
},
"speech_to_text": {
"kaldi": {
"allow_unknown_words": true,
"cancel_word": "oops",
"max_unknown_words": "5",
"unknown_words_probability": "0.005"
},
"system": "kaldi"
},
"text_to_speech": {
"system": "nanotts"
},
"wake": {
"porcupine": {
"keyword_path": "grasshopper_raspberry-pi.ppn"
},
"system": "porcupine"
}
}