Skip to content

Commit

Permalink
Added squig.link sites to create_webapp_data.py along with Crinacle E…
Browse files Browse the repository at this point in the history
…ARS + 711. Fixed measurements.json for webapp. Renamed JM-1 to include Harman filters.
  • Loading branch information
jaakkopasanen committed Dec 3, 2023
1 parent 36b1afc commit b6b4e58
Show file tree
Hide file tree
Showing 6 changed files with 1,810 additions and 207 deletions.
99 changes: 87 additions & 12 deletions dbtools/create_webapp_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,50 @@ def write_targets():
'compatible': [
{'source': 'crinacle', 'form': 'in-ear', 'rig': '711'},
{'source': 'oratory1990', 'form': 'in-ear'},
{'source': 'oratory1990', 'form': 'earbud'}
{'source': 'oratory1990', 'form': 'earbud'},
{'source': 'Auriculares Argentina', 'form': 'in-ear'},
{'source': 'Bakkwatan', 'form': 'in-ear'},
{'source': 'DHRME', 'form': 'in-ear'},
{'source': 'Fahryst', 'form': 'in-ear'},
{'source': 'Filk', 'form': 'in-ear'},
{'source': 'freeryder05', 'form': 'in-ear'},
{'source': 'Harpo', 'form': 'in-ear'},
{'source': 'Hi End Portable', 'form': 'in-ear'},
{'source': 'Jaytiss', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'earbud'},
{'source': 'kr0mka', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'earbud'},
{'source': 'RikudouGoku', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'earbud'},
{'source': 'Ted\'s Squig Hoard', 'form': 'in-ear'},
{'source': 'ToneDeafMonk', 'form': 'in-ear'},
],
'recommended': [
{'source': 'crinacle', 'form': 'in-ear', 'rig': '711'},
{'source': 'oratory1990', 'form': 'in-ear'},
{'source': 'oratory1990', 'form': 'earbud'}
{'source': 'oratory1990', 'form': 'earbud'},
{'source': 'Auriculares Argentina', 'form': 'in-ear'},
{'source': 'Bakkwatan', 'form': 'in-ear'},
{'source': 'DHRME', 'form': 'in-ear'},
{'source': 'Fahryst', 'form': 'in-ear'},
{'source': 'Filk', 'form': 'in-ear'},
{'source': 'freeryder05', 'form': 'in-ear'},
{'source': 'Harpo', 'form': 'in-ear'},
{'source': 'Hi End Portable', 'form': 'in-ear'},
{'source': 'Jaytiss', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'earbud'},
{'source': 'kr0mka', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'earbud'},
{'source': 'RikudouGoku', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'earbud'},
{'source': 'Ted\'s Squig Hoard', 'form': 'in-ear'},
{'source': 'ToneDeafMonk', 'form': 'in-ear'},
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 8}
},
Expand All @@ -33,8 +71,8 @@ def write_targets():
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 0}
},
{
'file': TARGETS_PATH.joinpath('JM-1 without bass.csv'),
'label': 'JM-1',
'file': TARGETS_PATH.joinpath('JM-1 with Harman treble filter.csv'),
'label': 'JM-1 with Harman filters',
'compatible': [{'source': 'crinacle', 'form': 'in-ear', 'rig': 'Bruel & Kjaer 4620'}],
'recommended': [{'source': 'crinacle', 'form': 'in-ear', 'rig': 'Bruel & Kjaer 4620'}],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 6.5}
Expand All @@ -45,11 +83,6 @@ def write_targets():
},
{
'file': TARGETS_PATH.joinpath('Diffuse field GRAS KEMAR.csv'),
'compatible': [
{'source': 'crinacle', 'form': 'in-ear'},
{'source': 'oratory1990', 'form': 'in-ear'},
{'source': 'oratory1990', 'form': 'earbud'},
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 0}
},
{
Expand All @@ -67,7 +100,26 @@ def write_targets():
'compatible': [
{'source': 'crinacle', 'form': 'in-ear', 'rig': '711'},
{'source': 'oratory1990', 'form': 'in-ear'},
{'source': 'oratory1990', 'form': 'earbud'}
{'source': 'oratory1990', 'form': 'earbud'},
{'source': 'Auriculares Argentina', 'form': 'in-ear'},
{'source': 'Bakkwatan', 'form': 'in-ear'},
{'source': 'DHRME', 'form': 'in-ear'},
{'source': 'Fahryst', 'form': 'in-ear'},
{'source': 'Filk', 'form': 'in-ear'},
{'source': 'freeryder05', 'form': 'in-ear'},
{'source': 'Harpo', 'form': 'in-ear'},
{'source': 'Hi End Portable', 'form': 'in-ear'},
{'source': 'Jaytiss', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'in-ear'},
{'source': 'Kazi', 'form': 'earbud'},
{'source': 'kr0mka', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'in-ear'},
{'source': 'Regan Cipher', 'form': 'earbud'},
{'source': 'RikudouGoku', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'in-ear'},
{'source': 'Super Review', 'form': 'earbud'},
{'source': 'Ted\'s Squig Hoard', 'form': 'in-ear'},
{'source': 'ToneDeafMonk', 'form': 'in-ear'},
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 9.5}
},
Expand All @@ -76,11 +128,23 @@ def write_targets():
'label': 'Harman over-ear 2018',
'compatible': [
{'source': 'crinacle', 'form': 'over-ear', 'rig': 'GRAS 43AG-7'},
{'source': 'oratory1990', 'form': 'over-ear'}
{'source': 'oratory1990', 'form': 'over-ear'},
{'source': 'Auriculares Argentina', 'form': 'over-ear'},
{'source': 'Filk', 'form': 'over-ear'},
{'source': 'Kuulokenurkka', 'form': 'over-ear'},
{'source': 'Regan Cipher', 'form': 'over-ear'},
{'source': 'RikudouGoku', 'form': 'over-ear'},
{'source': 'Super Review', 'form': 'over-ear'},
],
'recommended': [
{'source': 'crinacle', 'form': 'over-ear', 'rig': 'GRAS 43AG-7'},
{'source': 'oratory1990', 'form': 'over-ear'}
{'source': 'oratory1990', 'form': 'over-ear'},
{'source': 'Auriculares Argentina', 'form': 'over-ear'},
{'source': 'Filk', 'form': 'over-ear'},
{'source': 'Kuulokenurkka', 'form': 'over-ear'},
{'source': 'Regan Cipher', 'form': 'over-ear'},
{'source': 'RikudouGoku', 'form': 'over-ear'},
{'source': 'Super Review', 'form': 'over-ear'},
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 6}
},
Expand Down Expand Up @@ -132,6 +196,17 @@ def write_targets():
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 6}
},
{
'file': TARGETS_PATH.joinpath('crinacle EARS + 711 Harman over-ear 2018 without bass.csv'),
'label': 'crinacle EARS + 711 Harman over-ear 2018',
'compatible': [
{'source': 'crinacle', 'form': 'over-ear', 'rig': 'EARS + 711'},
],
'recommended': [
{'source': 'crinacle', 'form': 'over-ear', 'rig': 'EARS + 711'},
],
'bassBoost': {'fc': 105, 'q': 0.7, 'gain': 6}
},
]
for target in targets:
if 'label' not in target:
Expand Down
Loading

0 comments on commit b6b4e58

Please sign in to comment.