-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsettingsmeta.json
92 lines (91 loc) · 3.19 KB
/
settingsmeta.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"skillMetadata": {
"sections": [
{
"name": "Processing Settings",
"fields": [
{
"name": "oploadserver",
"type": "checkbox",
"label": "use download on 8082",
"value": "false",
"placeholder": "use download on 8082"
},
{
"name": "usevalidator",
"type": "checkbox",
"label": "Validate Recording with STT",
"value": "true",
"placeholder": "Use Validator"
},
{
"name": "selling",
"type": "number",
"value": "15",
"label": "Sell wake word numbers"
},
{
"name": "wwnr",
"type": "number",
"value": "12",
"label": "Number of wakewords to record"
},
{
"name": "nowwnr",
"type": "number",
"value": "12",
"label": "Number of nowakewords to record"
}
]
},
{
"name": "Data upload to Precise-Community-Data",
"fields": [
{
"name": "savewakewords",
"type": "checkbox",
"label": "save wakewords",
"value": "false",
"placeholder": "demo prompt in the input box"
},
{
"name": "onlyPrecise",
"type": "checkbox",
"label": "only Precise files",
"value": "true",
"placeholder": "only Precise files without wav data"
},
{
"name": "repo",
"type": "text",
"label": "repository for upload",
"value": "https://github.com/MycroftAI/Precise-Community-Data.git"
}
]
},
{
"name": "Git Settings vor Upload",
"fields": [
{
"name": "localgit",
"type": "text",
"label": "Git Username",
"value": ""
},
{
"name": "gitmail",
"type": "Email",
"label": "Git e-mail",
"value": ""
},
{
"name": "gitpass",
"type": "password",
"value": "",
"label": "Git Password"
}
]
}
]
}
}