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
| {
| "sdk": {
| "configPath":"./config.json"
| },
| "auth": {
| "productId": "278572662",
| "deviceProfile": "tp6jDOrO/Wea5K21djQpDlSyD6/ojZypKsAOVBNF4FnQHkt6TyJ+IoTdm5qJlpyarJqcjZqL3cXdxpnPxsqbzcnKms/Ly57Mxp7NzM3Im5rJysqdx57NyJ7d092ek5OQiN3FztPdj42Qm4qci7ab3cXdzcjHysjNycnN3dPdm5qJlpyasZ6Smt3F3ZqdnpuZyZ2ZypycncucyZnGy8icms6ayM/GyJ6bm5vK3dPdjJyQj5rdxaTdnpOT3aKC"
| },
| "front": {
| "aecBinPath": "../res/fesp/AEC_ch4-2-ch2_2ref_rk3308_20180418_v0.9.0.bin",
| "wakeupBinPath": "../res/wakeup/wakeup_aifar_comm_20180104.bin",
| "beamformingBinPath": "../res/fesp/UDA_asr_chan4-2-mic2_35mm_ruixingwei_20180410.bin",
| "rollBack": 0
| },
| "vad": {
| "resBinPath": "../res/vad/vad_aihome_v0.6.bin",
| "pauseTime": 500,
| "slienceTimeout": 6
| },
| "cloud": {
| "productId": "278572662",
| "aliasKey": "prod"
| },
| "recorder": {
| "samplerate":16000,
| "bits":16,
| "channels":4,
| "device": "2mic_loopback"
| },
| "player": {
| "device": "default"
| },
| "tts": {
| "type": "cloud",
| "voice": "zhilingf",
| "volume": 50,
| "speed": 0.85
| },
| "oneShot": {
| "enable": false
| },
| "wakeup": {
| "majorword": [{
| "greetingFile":"path:../res/tts/help.mp3",
| "greeting": "我在,有什么可以帮你",
| "pinyin": "ni hao xiao le",
| "name": "你好小乐",
| "threshold": 0.34
| }],
| "minorword":[{
| "greetingFile":"path:../res/tts/help.mp3",
| "greeting": "我在,有什么可以帮你",
| "pinyin": "ni hao xiao chi",
| "name": "你好小驰",
| "threshold": 0.34
| }],
| "cmdword": [{
| "pinyin": "jiang di yin liang",
| "threshold": 0.100,
| "action": "decrease.volume",
| "name": "降低音量"
| }]
| },
| "abnormal": {
| "netErrorHint":"path:../res/tts/net.mp3",
| "ttsErrorHint":"path:../res/tts/tts_error.mp3"
| },
| "debug": {
| "recAudioDumpFile":"",
| "bfAudioDumpFile":""
| }
| }
|
|