-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsegment_config.json
50 lines (50 loc) · 1.12 KB
/
segment_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"zebra_finch":{
"sr": 32000,
"min_frequency": 0,
"spec_time_step": 0.0025,
"min_segment_length": 0.01,
"eps": 0.02,
"num_trials": 3
},
"bengalese_finch":{
"sr": 32000,
"min_frequency": 0,
"spec_time_step": 0.0025,
"min_segment_length": 0.01,
"eps": 0.02,
"num_trials": 3
},
"marmoset":{
"sr": 48000,
"min_frequency": 0,
"spec_time_step": 0.0025,
"min_segment_length": 0.01,
"eps": 0.02,
"num_trials": 3
},
"mouse":{
"sr": 300000,
"min_frequency": 35000,
"spec_time_step": 0.0005,
"min_segment_length": 0.01,
"eps": 0.02,
"num_trials": 3
},
"human":{
"sr": 16000,
"min_frequency": 0,
"spec_time_step": 0.01,
"min_segment_length": 0.1,
"eps": 0.2,
"num_trials": 1
},
"meerkat":{
"sr": 16000,
"min_frequency": 0,
"spec_time_step": 0.001,
"min_segment_length": 0.01,
"eps": 0.02,
"num_trials": 3
}
}