-
Notifications
You must be signed in to change notification settings - Fork 3
/
data.json
57 lines (56 loc) · 1.04 KB
/
data.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
[
{
"Modes": ["Basic", "Vowels", "Animals", "Musical instruments"],
"Labels": [
[
"2000",
"4000",
"6000",
"8000",
"10000",
"12000",
"14000",
"16000",
"18000",
"20000"
],
["S Letter", "T Letter", "G Letter"],
["Owl", "Wolf", "Dog", "Horse", "Duck", "Monkey", "bat"],
["Bass", "Xylophone", "Trombone", "Triangle"]
],
"freq_ranges": [
[
[0, 2000],
[2000, 4000],
[4000, 6000],
[6000, 8000],
[8000, 10000],
[10000, 12000],
[12000, 14000],
[14000, 16000],
[16000, 18000],
[18000, 20000]
],
[
[5000, 10500],
[100, 200],
[3500, 10000]
],
[
[430, 1118],
[170, 1290],
[187.5, 1300],
[1300, 3300],
[1300, 7500],
[1200, 7500],
[3300, 6000]
],
[
[0, 350],
[350, 1000],
[860, 4000],
[4200, 22000]
]
]
}
]