forked from afumi-io/webgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_afumi.json
More file actions
73 lines (73 loc) · 2.32 KB
/
Copy pathconfig_afumi.json
File metadata and controls
73 lines (73 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"init_phones": ["Afumi DT6IE"],
"default_channels": ["L","R"],
"default_normalization": "Hz",
"default_norm_db": 60,
"default_norm_hz": 500,
"max_channel_imbalance": 5,
"alt_layout": true,
"alt_sticky_graph": true,
"alt_animated": false,
"alt_header": true,
"alt_tutorial": true,
"site_url": "./",
"share_url": true,
"watermark_text": "Dummy test",
"watermark_text2": "afumi-io.github.io",
"watermark_image_url": "img/afumiio.png",
"page_title": "Afumi IE DB",
"page_description": "Database of headphone's frequency response",
"accessories": false,
"externalLinksBar": true,
"restricted": false,
"expandable": false,
"expandableOnly": false,
"headerHeight": "0px",
"darkModeButton": true,
"targetDashed": true,
"targetColorCustom": false,
"labelsPosition": "bottom-left",
"stickyLabels": true,
"analyticsEnabled": false,
"extraEnabled": true,
"extraUploadEnabled": true,
"extraEQEnabled": true,
"extraEQBands": 10,
"extraEQBandsMax": 20,
"extraToneGeneratorEnabled": true,
"headerLogoText": "Afumi IE DB",
"headerLogoImgUrl": null,
"advanced": {
"headerLinks": [
{
"name": "Home Page",
"url": "https://afumi-io.github.io/"
}
],
"footerLinks": [
{
"label": "IEM graph databases",
"links": [
{
"name": "Paul Wasabi",
"url": "https://pw.squig.link/"
}
]
}
],
"targets": [
{
"type": "Main",
"files": ["Afumi DT6IE", "Afumi DT10IE", "Base-line IE Neutral Testing", "Obviously Supperior 2 Nipples"]
},
{
"type": "Reference",
"files": ["Harman IE 2019v2", "Harman IE 2016", "Diffuse Field"]
},
{
"type": "Other",
"files": ["PaulWasabii"]
}
]
}
}