forked from HarutoHiroki/PublicGraphTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphone_book_buds.json
117 lines (117 loc) · 3.1 KB
/
phone_book_buds.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[
{
"name": "Amazon",
"phones": [
{
"name": "Echo Buds 2023",
"file": ["Amazon Echo Buds 2023 (Foam)", "Amazon Echo Buds 2023 (Silicone)", "Amazon Echo Buds 2023 (Bare)"],
"suffix":[ "(Foam)", "(Silicone)", "(Bare)"]
}
]
},
{
"name": "FiiO",
"phones": [
{
"name": "JF11",
"file": ["FiiO JF11"],
"suffix":[ "(Foam)"]
}
]
},
{
"name": "HZSound",
"phones": [
{
"name": "Bell Rhyme",
"file": ["HZSound Bell Rhyme"],
"suffix":["(Foam)"]
}
]
},
{
"name": "JBL",
"phones": [
{
"name": "Tune Flex",
"file": ["JBL Tune Flex (Bare EQ Off)", "JBL Tune Flex (Foam EQ Off)", "JBL Tune Flex (Foam Hadoe EQ)"],
"suffix":[ "(Bare EQ Off)", "(Foam EQ Off)", "(Foam Hadoe EQ)"]
}
]
},
{
"name": "Moondrop",
"phones": [
{
"name": "Block",
"file": ["Moondrop Block (Bare)", "Moondrop Block (Foam)", "Moondrop Block (Donut Foam)"],
"suffix":[ "(Bare)", "(Foam)", "(Donut Foam)"]
}
]
},
{
"name": "NiceHCK",
"phones": [
{
"name": "EB2S Pro",
"file": ["NiceHCK EB2S Pro"],
"suffix":["(Foam)"]
},
{
"name": "Yuandao",
"file": ["NiceHCK Yuandao"],
"suffix":["(Foam)"]
}
]
},
{
"name": "Sweet Melody",
"phones": [
{
"name": "Super Bass",
"file": ["Sweet Melody Super Bass (Bare)", "Sweet Melody Super Bass (Foam)"],
"suffix":[ "(Bare)", "(Foam)"]
}
]
},
{
"name": "TGXear",
"phones": [
{
"name": "Serratus",
"file": ["TGXear Serratus"],
"suffix":["(Foam)"]
}
]
},
{
"name": "Valphonics",
"phones": [
{
"name": "Valbuds V3",
"file": ["Valphonics Valbuds"],
"suffix":["(Foam)"]
}
]
},
{
"name": "Venture Electronics",
"phones": [
{
"name": "Monk Plus",
"file": ["VE Monk Plus"],
"suffix":["(Foam)"]
}
]
},
{
"name": "Vido",
"phones": [
{
"name": "Earbuds Blue",
"file": ["Vido Earbuds (Blue S1)", "Vido Earbuds (Blue S2)"],
"suffix":[ "(Foam S1)", "(Foam S2)"]
}
]
}
]