-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
36 lines (36 loc) · 1.04 KB
/
config.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
{
"camera": {
"class": "camera.Camera",
"device": 0
},
"image_processor": {
"class": "image.ImageProcessor",
"cascade_path": "/usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt.xml"
},
"message_in": {
"class": "julius.Julius",
"card": 1,
"device": 0,
"julius_bin": "/home/pi/julius-4.4.2/julius/julius",
"main_conf": "/home/pi/julius-4.4.2/dictation-kit-v4.4/main.jconf",
"gmm_conf": "/home/pi/julius-4.4.2/dictation-kit-v4.4/am-gmm.jconf"
},
"message_out": {
"class": "talk.Jtalk",
"htsvoice": "/usr/share/hts-voice/mei/mei_normal.htsvoice"
},
"message_processor": {
"class": "message.MessageProcessor"
},
"notification": {
"class": "mail.Mail",
"mail_from": "[email protected]",
"mail_to": "[email protected]",
"password": "PASSWORD",
"smtp_server": "smtp.gmail.com",
"smtp_port": 587
},
"storage": {
"class": "filestorage.FileManager"
}
}