-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoice_config.json
More file actions
51 lines (51 loc) · 1.32 KB
/
voice_config.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"google_cloud_credentials": "credentials.json",
"language_codes": ["hi-IN", "en-US"],
"voice_feedback": true,
"auto_translate": true,
"recording_timeout": 5,
"confidence_threshold": 0.7,
"supported_commands": {
"hindi": [
"फोल्डर खोलो",
"फोल्डर दिखाओ",
"वर्तमान फोल्डर",
"ऊपर जाओ",
"घर जाओ",
"बाहर निकलो",
"फाइल बनाओ",
"फोल्डर बनाओ",
"सिस्टम जानकारी",
"मेमोरी दिखाओ",
"गिट स्टेटस",
"इंटरनेट जांचो"
],
"english": [
"list files",
"show directory",
"current directory",
"go up",
"go home",
"exit",
"create file",
"create folder",
"system info",
"show memory",
"git status",
"check internet"
]
},
"voice_settings": {
"sample_rate": 16000,
"channels": 1,
"chunk_size": 1024,
"recording_duration": 5
},
"feedback_messages": {
"success": "Command executed successfully",
"error": "Command failed",
"listening": "Listening...",
"processing": "Processing...",
"goodbye": "Goodbye! See you later!"
}
}