speaker-calibration 2.2.211 → 2.2.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +71 -71
- package/.eslintrc.json +40 -40
- package/.gitignore +81 -81
- package/.prettierignore +69 -69
- package/.prettierrc +14 -14
- package/LICENSE +20 -20
- package/README.md +133 -133
- package/__mocks__/fileMock.js +1 -1
- package/__mocks__/styleMock.js +1 -1
- package/babel.config.js +3 -3
- package/coverage/clover.xml +71 -71
- package/coverage/coverage-final.json +224 -224
- package/coverage/lcov-report/PythonServerInterface.js.html +265 -265
- package/coverage/lcov-report/base.css +354 -354
- package/coverage/lcov-report/block-navigation.js +82 -82
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +123 -123
- package/coverage/lcov-report/prettify.css +101 -101
- package/coverage/lcov-report/prettify.js +937 -937
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +189 -189
- package/coverage/lcov-report/src/index.html +121 -121
- package/coverage/lcov-report/src/server/PythonServerInterface.js.html +268 -268
- package/coverage/lcov-report/src/server/index.html +123 -123
- package/coverage/lcov-report/src/tasks/audioCalibrator.js.html +499 -499
- package/coverage/lcov-report/src/tasks/audioRecorder.js.html +412 -412
- package/coverage/lcov-report/src/tasks/index.html +143 -143
- package/coverage/lcov-report/src/tasks/volume/index.html +123 -123
- package/coverage/lcov-report/src/tasks/volume/volume.js.html +409 -409
- package/coverage/lcov-report/src/utils.js.html +172 -172
- package/coverage/lcov.info +91 -91
- package/dist/Procfile +0 -0
- package/dist/example/NoSleep.min.js +1 -1
- package/dist/example/credentials.json.gpg +0 -0
- package/dist/example/fetch-languages-sheets.js +77 -77
- package/dist/example/i18n.js +27366 -27366
- package/dist/example/index.html +47 -47
- package/dist/example/listener.html +79 -79
- package/dist/example/listener.js +152 -152
- package/dist/example/server.js +51 -51
- package/dist/example/speaker.html +145 -145
- package/dist/example/speakerUI.js +273 -273
- package/dist/example/styles.css +99 -99
- package/dist/main.js +1223 -1223
- package/dist/main.js.LICENSE.txt +118 -118
- package/dist/mlsGen.js +6814 -6814
- package/dist/mlsGen.wasm +0 -0
- package/dist/package-lock.json +1018 -1018
- package/dist/package.json +18 -18
- package/doc/AudioCalibrator.html +417 -417
- package/doc/AudioPeer.html +251 -251
- package/doc/AudioRecorder.html +195 -195
- package/doc/ImpulseResponse.html +215 -215
- package/doc/Listener.html +308 -308
- package/doc/MlsGenInterface.html +226 -226
- package/doc/MyEventEmitter.html +274 -274
- package/doc/PythonServerAPI.html +109 -109
- package/doc/Speaker-Calibration-UML-Diagram.png +0 -0
- package/doc/Speaker.html +276 -276
- package/doc/Takes%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +128 -128
- package/doc/Takes%20the%20url%20of%20the%20current%20site%0Aand%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +138 -138
- package/doc/Takes%20the%20url%20of%20the%20current%20site%20and%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +137 -137
- package/doc/Volume.html +88 -88
- package/doc/audioCalibrator.js.html +179 -179
- package/doc/audioPeer.js.html +175 -175
- package/doc/audioRecorder.js.html +163 -163
- package/doc/creates%20a%20new%20AudioRecorder%20instance.%20%0ASets%20up%20the%20audio%20context%20and%20file%20reader..html +114 -114
- package/doc/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Bold-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/doc/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-BoldItalic-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Italic-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Light-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Light-webfont.svg +1830 -1830
- package/doc/fonts/OpenSans-Light-webfont.woff +0 -0
- package/doc/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-LightItalic-webfont.svg +1834 -1834
- package/doc/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Regular-webfont.svg +1830 -1830
- package/doc/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/doc/global.html +308 -308
- package/doc/index.html +58 -58
- package/doc/listener.js.html +170 -170
- package/doc/mlsGen_mlsGenInterface.js.html +117 -117
- package/doc/myEventEmitter.js.html +124 -124
- package/doc/peer-connection_audioPeer.js.html +188 -188
- package/doc/peer-connection_listener.js.html +311 -311
- package/doc/peer-connection_speaker.js.html +381 -381
- package/doc/sc-activity-diagram.png +0 -0
- package/doc/scripts/linenumber.js +25 -25
- package/doc/scripts/prettify/Apache-License-2.0.txt +202 -202
- package/doc/scripts/prettify/lang-css.js +24 -24
- package/doc/scripts/prettify/prettify.js +640 -640
- package/doc/server_PythonServerAPI.js.html +160 -160
- package/doc/speaker.js.html +248 -248
- package/doc/styles/jsdoc-default.css +371 -371
- package/doc/styles/prettify-jsdoc.css +111 -111
- package/doc/styles/prettify-tomorrow.css +163 -163
- package/doc/tasks_audioCalibrator.js.html +207 -207
- package/doc/tasks_audioRecorder.js.html +190 -190
- package/doc/tasks_impulse-response_impulseResponse.js.html +442 -442
- package/doc/tasks_impulse-response_mlsGen_mlsGenInterface.js.html +175 -175
- package/doc/tasks_volume_volume.js.html +185 -185
- package/doc/utils.js.html +105 -105
- package/jest.config.js +173 -173
- package/netlify.toml +26 -26
- package/package.json +73 -73
- package/src/config/firebase.js +26 -26
- package/src/index.html +21 -21
- package/src/main.js +23 -23
- package/src/myEventEmitter.js +83 -83
- package/src/peer-connection/audioPeer.js +183 -183
- package/src/peer-connection/listener.js +367 -364
- package/src/peer-connection/peerErrors.js +25 -25
- package/src/peer-connection/speaker.js +738 -738
- package/src/powerCheck.js +98 -98
- package/src/server/PythonServerAPI.js +869 -869
- package/src/tasks/audioCalibrator.js +351 -351
- package/src/tasks/audioRecorder.js +315 -315
- package/src/tasks/combination/combination.js +3030 -3030
- package/src/tasks/combination/mlsGen/mlsGen.cpp +98 -98
- package/src/tasks/combination/mlsGen/mlsGen.hpp +303 -303
- package/src/tasks/combination/mlsGen/mlsGenInterface.js +131 -131
- package/src/tasks/combination/mlsGen/mlsGenTest.cpp +180 -180
- package/src/tasks/impulse-response/impulseResponse.js +610 -610
- package/src/tasks/impulse-response/mlsGen/mlsGen.cpp +98 -98
- package/src/tasks/impulse-response/mlsGen/mlsGen.hpp +303 -303
- package/src/tasks/impulse-response/mlsGen/mlsGenInterface.js +131 -131
- package/src/tasks/impulse-response/mlsGen/mlsGenTest.cpp +180 -180
- package/src/tasks/volume/volume.cpp +2 -2
- package/src/tasks/volume/volume.hpp +22 -22
- package/src/tasks/volume/volume.js +279 -279
- package/src/utils.js +205 -205
- package/webpack.config.js +37 -37
|
@@ -1,224 +1,224 @@
|
|
|
1
|
-
{
|
|
2
|
-
"/Users/hugo/Desktop/dev/easyeyes/speaker-calibration/src/server/PythonServerInterface.js": {
|
|
3
|
-
"path": "/Users/hugo/Desktop/dev/easyeyes/speaker-calibration/src/server/PythonServerInterface.js",
|
|
4
|
-
"all": false,
|
|
5
|
-
"statementMap": {
|
|
6
|
-
"0": {"start": {"line": 1, "column": 0}, "end": {"line": 1, "column": 36}},
|
|
7
|
-
"1": {"start": {"line": 2, "column": 0}, "end": {"line": 2, "column": 0}},
|
|
8
|
-
"2": {"start": {"line": 3, "column": 0}, "end": {"line": 3, "column": 3}},
|
|
9
|
-
"3": {"start": {"line": 4, "column": 0}, "end": {"line": 4, "column": 2}},
|
|
10
|
-
"4": {"start": {"line": 5, "column": 0}, "end": {"line": 5, "column": 3}},
|
|
11
|
-
"5": {"start": {"line": 6, "column": 0}, "end": {"line": 6, "column": 29}},
|
|
12
|
-
"6": {"start": {"line": 7, "column": 0}, "end": {"line": 7, "column": 76}},
|
|
13
|
-
"7": {"start": {"line": 8, "column": 0}, "end": {"line": 8, "column": 0}},
|
|
14
|
-
"8": {"start": {"line": 9, "column": 0}, "end": {"line": 9, "column": 5}},
|
|
15
|
-
"9": {"start": {"line": 10, "column": 0}, "end": {"line": 10, "column": 4}},
|
|
16
|
-
"10": {"start": {"line": 11, "column": 0}, "end": {"line": 11, "column": 24}},
|
|
17
|
-
"11": {"start": {"line": 12, "column": 0}, "end": {"line": 12, "column": 5}},
|
|
18
|
-
"12": {"start": {"line": 13, "column": 0}, "end": {"line": 13, "column": 62}},
|
|
19
|
-
"13": {"start": {"line": 14, "column": 0}, "end": {"line": 14, "column": 31}},
|
|
20
|
-
"14": {"start": {"line": 15, "column": 0}, "end": {"line": 15, "column": 27}},
|
|
21
|
-
"15": {"start": {"line": 16, "column": 0}, "end": {"line": 16, "column": 25}},
|
|
22
|
-
"16": {"start": {"line": 17, "column": 0}, "end": {"line": 17, "column": 30}},
|
|
23
|
-
"17": {"start": {"line": 18, "column": 0}, "end": {"line": 18, "column": 33}},
|
|
24
|
-
"18": {"start": {"line": 19, "column": 0}, "end": {"line": 19, "column": 34}},
|
|
25
|
-
"19": {"start": {"line": 20, "column": 0}, "end": {"line": 20, "column": 7}},
|
|
26
|
-
"20": {"start": {"line": 21, "column": 0}, "end": {"line": 21, "column": 3}},
|
|
27
|
-
"21": {"start": {"line": 22, "column": 0}, "end": {"line": 22, "column": 0}},
|
|
28
|
-
"22": {"start": {"line": 23, "column": 0}, "end": {"line": 23, "column": 38}},
|
|
29
|
-
"23": {"start": {"line": 24, "column": 0}, "end": {"line": 24, "column": 28}},
|
|
30
|
-
"24": {"start": {"line": 25, "column": 0}, "end": {"line": 25, "column": 31}},
|
|
31
|
-
"25": {"start": {"line": 26, "column": 0}, "end": {"line": 26, "column": 11}},
|
|
32
|
-
"26": {"start": {"line": 27, "column": 0}, "end": {"line": 27, "column": 7}},
|
|
33
|
-
"27": {"start": {"line": 28, "column": 0}, "end": {"line": 28, "column": 4}},
|
|
34
|
-
"28": {"start": {"line": 29, "column": 0}, "end": {"line": 29, "column": 0}},
|
|
35
|
-
"29": {"start": {"line": 30, "column": 0}, "end": {"line": 30, "column": 40}},
|
|
36
|
-
"30": {"start": {"line": 31, "column": 0}, "end": {"line": 31, "column": 18}},
|
|
37
|
-
"31": {"start": {"line": 32, "column": 0}, "end": {"line": 32, "column": 12}},
|
|
38
|
-
"32": {"start": {"line": 33, "column": 0}, "end": {"line": 33, "column": 9}},
|
|
39
|
-
"33": {"start": {"line": 34, "column": 0}, "end": {"line": 34, "column": 48}},
|
|
40
|
-
"34": {"start": {"line": 35, "column": 0}, "end": {"line": 35, "column": 35}},
|
|
41
|
-
"35": {"start": {"line": 36, "column": 0}, "end": {"line": 36, "column": 13}},
|
|
42
|
-
"36": {"start": {"line": 37, "column": 0}, "end": {"line": 37, "column": 9}},
|
|
43
|
-
"37": {"start": {"line": 38, "column": 0}, "end": {"line": 38, "column": 61}},
|
|
44
|
-
"38": {"start": {"line": 39, "column": 0}, "end": {"line": 39, "column": 15}},
|
|
45
|
-
"39": {"start": {"line": 40, "column": 0}, "end": {"line": 40, "column": 19}},
|
|
46
|
-
"40": {"start": {"line": 41, "column": 0}, "end": {"line": 41, "column": 53}},
|
|
47
|
-
"41": {"start": {"line": 42, "column": 0}, "end": {"line": 42, "column": 27}},
|
|
48
|
-
"42": {"start": {"line": 43, "column": 0}, "end": {"line": 43, "column": 17}},
|
|
49
|
-
"43": {"start": {"line": 44, "column": 0}, "end": {"line": 44, "column": 25}},
|
|
50
|
-
"44": {"start": {"line": 45, "column": 0}, "end": {"line": 45, "column": 5}},
|
|
51
|
-
"45": {"start": {"line": 46, "column": 0}, "end": {"line": 46, "column": 15}},
|
|
52
|
-
"46": {"start": {"line": 47, "column": 0}, "end": {"line": 47, "column": 4}},
|
|
53
|
-
"47": {"start": {"line": 48, "column": 0}, "end": {"line": 48, "column": 0}},
|
|
54
|
-
"48": {"start": {"line": 49, "column": 0}, "end": {"line": 49, "column": 34}},
|
|
55
|
-
"49": {"start": {"line": 50, "column": 0}, "end": {"line": 50, "column": 38}},
|
|
56
|
-
"50": {"start": {"line": 51, "column": 0}, "end": {"line": 51, "column": 40}},
|
|
57
|
-
"51": {"start": {"line": 52, "column": 0}, "end": {"line": 52, "column": 43}},
|
|
58
|
-
"52": {"start": {"line": 53, "column": 0}, "end": {"line": 53, "column": 24}},
|
|
59
|
-
"53": {"start": {"line": 54, "column": 0}, "end": {"line": 54, "column": 9}},
|
|
60
|
-
"54": {"start": {"line": 55, "column": 0}, "end": {"line": 55, "column": 40}},
|
|
61
|
-
"55": {"start": {"line": 56, "column": 0}, "end": {"line": 56, "column": 22}},
|
|
62
|
-
"56": {"start": {"line": 57, "column": 0}, "end": {"line": 57, "column": 9}},
|
|
63
|
-
"57": {"start": {"line": 58, "column": 0}, "end": {"line": 58, "column": 32}},
|
|
64
|
-
"58": {"start": {"line": 59, "column": 0}, "end": {"line": 59, "column": 7}},
|
|
65
|
-
"59": {"start": {"line": 60, "column": 0}, "end": {"line": 60, "column": 1}},
|
|
66
|
-
"60": {"start": {"line": 61, "column": 0}, "end": {"line": 61, "column": 0}},
|
|
67
|
-
"61": {"start": {"line": 62, "column": 0}, "end": {"line": 62, "column": 37}}
|
|
68
|
-
},
|
|
69
|
-
"s": {
|
|
70
|
-
"0": 1,
|
|
71
|
-
"1": 1,
|
|
72
|
-
"2": 1,
|
|
73
|
-
"3": 1,
|
|
74
|
-
"4": 1,
|
|
75
|
-
"5": 1,
|
|
76
|
-
"6": 1,
|
|
77
|
-
"7": 1,
|
|
78
|
-
"8": 1,
|
|
79
|
-
"9": 1,
|
|
80
|
-
"10": 1,
|
|
81
|
-
"11": 1,
|
|
82
|
-
"12": 1,
|
|
83
|
-
"13": 2,
|
|
84
|
-
"14": 2,
|
|
85
|
-
"15": 2,
|
|
86
|
-
"16": 2,
|
|
87
|
-
"17": 2,
|
|
88
|
-
"18": 2,
|
|
89
|
-
"19": 2,
|
|
90
|
-
"20": 2,
|
|
91
|
-
"21": 1,
|
|
92
|
-
"22": 1,
|
|
93
|
-
"23": 1,
|
|
94
|
-
"24": 1,
|
|
95
|
-
"25": 1,
|
|
96
|
-
"26": 1,
|
|
97
|
-
"27": 1,
|
|
98
|
-
"28": 2,
|
|
99
|
-
"29": 2,
|
|
100
|
-
"30": 1,
|
|
101
|
-
"31": 1,
|
|
102
|
-
"32": 1,
|
|
103
|
-
"33": 1,
|
|
104
|
-
"34": 0,
|
|
105
|
-
"35": 0,
|
|
106
|
-
"36": 0,
|
|
107
|
-
"37": 0,
|
|
108
|
-
"38": 0,
|
|
109
|
-
"39": 0,
|
|
110
|
-
"40": 0,
|
|
111
|
-
"41": 0,
|
|
112
|
-
"42": 0,
|
|
113
|
-
"43": 0,
|
|
114
|
-
"44": 0,
|
|
115
|
-
"45": 0,
|
|
116
|
-
"46": 0,
|
|
117
|
-
"47": 2,
|
|
118
|
-
"48": 2,
|
|
119
|
-
"49": 2,
|
|
120
|
-
"50": 2,
|
|
121
|
-
"51": 2,
|
|
122
|
-
"52": 0,
|
|
123
|
-
"53": 0,
|
|
124
|
-
"54": 2,
|
|
125
|
-
"55": 0,
|
|
126
|
-
"56": 0,
|
|
127
|
-
"57": 2,
|
|
128
|
-
"58": 2,
|
|
129
|
-
"59": 1,
|
|
130
|
-
"60": 1,
|
|
131
|
-
"61": 1
|
|
132
|
-
},
|
|
133
|
-
"branchMap": {
|
|
134
|
-
"0": {
|
|
135
|
-
"type": "branch",
|
|
136
|
-
"line": 7,
|
|
137
|
-
"loc": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
138
|
-
"locations": [{"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}}]
|
|
139
|
-
},
|
|
140
|
-
"1": {
|
|
141
|
-
"type": "branch",
|
|
142
|
-
"line": 13,
|
|
143
|
-
"loc": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
144
|
-
"locations": [{"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}}]
|
|
145
|
-
},
|
|
146
|
-
"2": {
|
|
147
|
-
"type": "branch",
|
|
148
|
-
"line": 23,
|
|
149
|
-
"loc": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
150
|
-
"locations": [{"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}}]
|
|
151
|
-
},
|
|
152
|
-
"3": {
|
|
153
|
-
"type": "branch",
|
|
154
|
-
"line": 23,
|
|
155
|
-
"loc": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
156
|
-
"locations": [{"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}}]
|
|
157
|
-
},
|
|
158
|
-
"4": {
|
|
159
|
-
"type": "branch",
|
|
160
|
-
"line": 30,
|
|
161
|
-
"loc": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
162
|
-
"locations": [{"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}}]
|
|
163
|
-
},
|
|
164
|
-
"5": {
|
|
165
|
-
"type": "branch",
|
|
166
|
-
"line": 34,
|
|
167
|
-
"loc": {"start": {"line": 34, "column": 6}, "end": {"line": 47, "column": 4}},
|
|
168
|
-
"locations": [{"start": {"line": 34, "column": 6}, "end": {"line": 47, "column": 4}}]
|
|
169
|
-
},
|
|
170
|
-
"6": {
|
|
171
|
-
"type": "branch",
|
|
172
|
-
"line": 49,
|
|
173
|
-
"loc": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
174
|
-
"locations": [{"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}}]
|
|
175
|
-
},
|
|
176
|
-
"7": {
|
|
177
|
-
"type": "branch",
|
|
178
|
-
"line": 50,
|
|
179
|
-
"loc": {"start": {"line": 50, "column": 16}, "end": {"line": 59, "column": 7}},
|
|
180
|
-
"locations": [{"start": {"line": 50, "column": 16}, "end": {"line": 59, "column": 7}}]
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"b": {"0": [1], "1": [2], "2": [2], "3": [1], "4": [1], "5": [0], "6": [2], "7": [2]},
|
|
184
|
-
"fnMap": {
|
|
185
|
-
"0": {
|
|
186
|
-
"name": "<static_initializer>",
|
|
187
|
-
"decl": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
188
|
-
"loc": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
189
|
-
"line": 7
|
|
190
|
-
},
|
|
191
|
-
"1": {
|
|
192
|
-
"name": "PythonServerInterface",
|
|
193
|
-
"decl": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
194
|
-
"loc": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
195
|
-
"line": 13
|
|
196
|
-
},
|
|
197
|
-
"2": {
|
|
198
|
-
"name": "<instance_members_initializer>",
|
|
199
|
-
"decl": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
200
|
-
"loc": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
201
|
-
"line": 23
|
|
202
|
-
},
|
|
203
|
-
"3": {
|
|
204
|
-
"name": "getImpulseResponse",
|
|
205
|
-
"decl": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
206
|
-
"loc": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
207
|
-
"line": 23
|
|
208
|
-
},
|
|
209
|
-
"4": {
|
|
210
|
-
"name": "getVolumeCalibration",
|
|
211
|
-
"decl": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
212
|
-
"loc": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
213
|
-
"line": 30
|
|
214
|
-
},
|
|
215
|
-
"5": {
|
|
216
|
-
"name": "asyncEmit",
|
|
217
|
-
"decl": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
218
|
-
"loc": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
219
|
-
"line": 49
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"f": {"0": 1, "1": 2, "2": 2, "3": 1, "4": 1, "5": 2}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"/Users/hugo/Desktop/dev/easyeyes/speaker-calibration/src/server/PythonServerInterface.js": {
|
|
3
|
+
"path": "/Users/hugo/Desktop/dev/easyeyes/speaker-calibration/src/server/PythonServerInterface.js",
|
|
4
|
+
"all": false,
|
|
5
|
+
"statementMap": {
|
|
6
|
+
"0": {"start": {"line": 1, "column": 0}, "end": {"line": 1, "column": 36}},
|
|
7
|
+
"1": {"start": {"line": 2, "column": 0}, "end": {"line": 2, "column": 0}},
|
|
8
|
+
"2": {"start": {"line": 3, "column": 0}, "end": {"line": 3, "column": 3}},
|
|
9
|
+
"3": {"start": {"line": 4, "column": 0}, "end": {"line": 4, "column": 2}},
|
|
10
|
+
"4": {"start": {"line": 5, "column": 0}, "end": {"line": 5, "column": 3}},
|
|
11
|
+
"5": {"start": {"line": 6, "column": 0}, "end": {"line": 6, "column": 29}},
|
|
12
|
+
"6": {"start": {"line": 7, "column": 0}, "end": {"line": 7, "column": 76}},
|
|
13
|
+
"7": {"start": {"line": 8, "column": 0}, "end": {"line": 8, "column": 0}},
|
|
14
|
+
"8": {"start": {"line": 9, "column": 0}, "end": {"line": 9, "column": 5}},
|
|
15
|
+
"9": {"start": {"line": 10, "column": 0}, "end": {"line": 10, "column": 4}},
|
|
16
|
+
"10": {"start": {"line": 11, "column": 0}, "end": {"line": 11, "column": 24}},
|
|
17
|
+
"11": {"start": {"line": 12, "column": 0}, "end": {"line": 12, "column": 5}},
|
|
18
|
+
"12": {"start": {"line": 13, "column": 0}, "end": {"line": 13, "column": 62}},
|
|
19
|
+
"13": {"start": {"line": 14, "column": 0}, "end": {"line": 14, "column": 31}},
|
|
20
|
+
"14": {"start": {"line": 15, "column": 0}, "end": {"line": 15, "column": 27}},
|
|
21
|
+
"15": {"start": {"line": 16, "column": 0}, "end": {"line": 16, "column": 25}},
|
|
22
|
+
"16": {"start": {"line": 17, "column": 0}, "end": {"line": 17, "column": 30}},
|
|
23
|
+
"17": {"start": {"line": 18, "column": 0}, "end": {"line": 18, "column": 33}},
|
|
24
|
+
"18": {"start": {"line": 19, "column": 0}, "end": {"line": 19, "column": 34}},
|
|
25
|
+
"19": {"start": {"line": 20, "column": 0}, "end": {"line": 20, "column": 7}},
|
|
26
|
+
"20": {"start": {"line": 21, "column": 0}, "end": {"line": 21, "column": 3}},
|
|
27
|
+
"21": {"start": {"line": 22, "column": 0}, "end": {"line": 22, "column": 0}},
|
|
28
|
+
"22": {"start": {"line": 23, "column": 0}, "end": {"line": 23, "column": 38}},
|
|
29
|
+
"23": {"start": {"line": 24, "column": 0}, "end": {"line": 24, "column": 28}},
|
|
30
|
+
"24": {"start": {"line": 25, "column": 0}, "end": {"line": 25, "column": 31}},
|
|
31
|
+
"25": {"start": {"line": 26, "column": 0}, "end": {"line": 26, "column": 11}},
|
|
32
|
+
"26": {"start": {"line": 27, "column": 0}, "end": {"line": 27, "column": 7}},
|
|
33
|
+
"27": {"start": {"line": 28, "column": 0}, "end": {"line": 28, "column": 4}},
|
|
34
|
+
"28": {"start": {"line": 29, "column": 0}, "end": {"line": 29, "column": 0}},
|
|
35
|
+
"29": {"start": {"line": 30, "column": 0}, "end": {"line": 30, "column": 40}},
|
|
36
|
+
"30": {"start": {"line": 31, "column": 0}, "end": {"line": 31, "column": 18}},
|
|
37
|
+
"31": {"start": {"line": 32, "column": 0}, "end": {"line": 32, "column": 12}},
|
|
38
|
+
"32": {"start": {"line": 33, "column": 0}, "end": {"line": 33, "column": 9}},
|
|
39
|
+
"33": {"start": {"line": 34, "column": 0}, "end": {"line": 34, "column": 48}},
|
|
40
|
+
"34": {"start": {"line": 35, "column": 0}, "end": {"line": 35, "column": 35}},
|
|
41
|
+
"35": {"start": {"line": 36, "column": 0}, "end": {"line": 36, "column": 13}},
|
|
42
|
+
"36": {"start": {"line": 37, "column": 0}, "end": {"line": 37, "column": 9}},
|
|
43
|
+
"37": {"start": {"line": 38, "column": 0}, "end": {"line": 38, "column": 61}},
|
|
44
|
+
"38": {"start": {"line": 39, "column": 0}, "end": {"line": 39, "column": 15}},
|
|
45
|
+
"39": {"start": {"line": 40, "column": 0}, "end": {"line": 40, "column": 19}},
|
|
46
|
+
"40": {"start": {"line": 41, "column": 0}, "end": {"line": 41, "column": 53}},
|
|
47
|
+
"41": {"start": {"line": 42, "column": 0}, "end": {"line": 42, "column": 27}},
|
|
48
|
+
"42": {"start": {"line": 43, "column": 0}, "end": {"line": 43, "column": 17}},
|
|
49
|
+
"43": {"start": {"line": 44, "column": 0}, "end": {"line": 44, "column": 25}},
|
|
50
|
+
"44": {"start": {"line": 45, "column": 0}, "end": {"line": 45, "column": 5}},
|
|
51
|
+
"45": {"start": {"line": 46, "column": 0}, "end": {"line": 46, "column": 15}},
|
|
52
|
+
"46": {"start": {"line": 47, "column": 0}, "end": {"line": 47, "column": 4}},
|
|
53
|
+
"47": {"start": {"line": 48, "column": 0}, "end": {"line": 48, "column": 0}},
|
|
54
|
+
"48": {"start": {"line": 49, "column": 0}, "end": {"line": 49, "column": 34}},
|
|
55
|
+
"49": {"start": {"line": 50, "column": 0}, "end": {"line": 50, "column": 38}},
|
|
56
|
+
"50": {"start": {"line": 51, "column": 0}, "end": {"line": 51, "column": 40}},
|
|
57
|
+
"51": {"start": {"line": 52, "column": 0}, "end": {"line": 52, "column": 43}},
|
|
58
|
+
"52": {"start": {"line": 53, "column": 0}, "end": {"line": 53, "column": 24}},
|
|
59
|
+
"53": {"start": {"line": 54, "column": 0}, "end": {"line": 54, "column": 9}},
|
|
60
|
+
"54": {"start": {"line": 55, "column": 0}, "end": {"line": 55, "column": 40}},
|
|
61
|
+
"55": {"start": {"line": 56, "column": 0}, "end": {"line": 56, "column": 22}},
|
|
62
|
+
"56": {"start": {"line": 57, "column": 0}, "end": {"line": 57, "column": 9}},
|
|
63
|
+
"57": {"start": {"line": 58, "column": 0}, "end": {"line": 58, "column": 32}},
|
|
64
|
+
"58": {"start": {"line": 59, "column": 0}, "end": {"line": 59, "column": 7}},
|
|
65
|
+
"59": {"start": {"line": 60, "column": 0}, "end": {"line": 60, "column": 1}},
|
|
66
|
+
"60": {"start": {"line": 61, "column": 0}, "end": {"line": 61, "column": 0}},
|
|
67
|
+
"61": {"start": {"line": 62, "column": 0}, "end": {"line": 62, "column": 37}}
|
|
68
|
+
},
|
|
69
|
+
"s": {
|
|
70
|
+
"0": 1,
|
|
71
|
+
"1": 1,
|
|
72
|
+
"2": 1,
|
|
73
|
+
"3": 1,
|
|
74
|
+
"4": 1,
|
|
75
|
+
"5": 1,
|
|
76
|
+
"6": 1,
|
|
77
|
+
"7": 1,
|
|
78
|
+
"8": 1,
|
|
79
|
+
"9": 1,
|
|
80
|
+
"10": 1,
|
|
81
|
+
"11": 1,
|
|
82
|
+
"12": 1,
|
|
83
|
+
"13": 2,
|
|
84
|
+
"14": 2,
|
|
85
|
+
"15": 2,
|
|
86
|
+
"16": 2,
|
|
87
|
+
"17": 2,
|
|
88
|
+
"18": 2,
|
|
89
|
+
"19": 2,
|
|
90
|
+
"20": 2,
|
|
91
|
+
"21": 1,
|
|
92
|
+
"22": 1,
|
|
93
|
+
"23": 1,
|
|
94
|
+
"24": 1,
|
|
95
|
+
"25": 1,
|
|
96
|
+
"26": 1,
|
|
97
|
+
"27": 1,
|
|
98
|
+
"28": 2,
|
|
99
|
+
"29": 2,
|
|
100
|
+
"30": 1,
|
|
101
|
+
"31": 1,
|
|
102
|
+
"32": 1,
|
|
103
|
+
"33": 1,
|
|
104
|
+
"34": 0,
|
|
105
|
+
"35": 0,
|
|
106
|
+
"36": 0,
|
|
107
|
+
"37": 0,
|
|
108
|
+
"38": 0,
|
|
109
|
+
"39": 0,
|
|
110
|
+
"40": 0,
|
|
111
|
+
"41": 0,
|
|
112
|
+
"42": 0,
|
|
113
|
+
"43": 0,
|
|
114
|
+
"44": 0,
|
|
115
|
+
"45": 0,
|
|
116
|
+
"46": 0,
|
|
117
|
+
"47": 2,
|
|
118
|
+
"48": 2,
|
|
119
|
+
"49": 2,
|
|
120
|
+
"50": 2,
|
|
121
|
+
"51": 2,
|
|
122
|
+
"52": 0,
|
|
123
|
+
"53": 0,
|
|
124
|
+
"54": 2,
|
|
125
|
+
"55": 0,
|
|
126
|
+
"56": 0,
|
|
127
|
+
"57": 2,
|
|
128
|
+
"58": 2,
|
|
129
|
+
"59": 1,
|
|
130
|
+
"60": 1,
|
|
131
|
+
"61": 1
|
|
132
|
+
},
|
|
133
|
+
"branchMap": {
|
|
134
|
+
"0": {
|
|
135
|
+
"type": "branch",
|
|
136
|
+
"line": 7,
|
|
137
|
+
"loc": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
138
|
+
"locations": [{"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}}]
|
|
139
|
+
},
|
|
140
|
+
"1": {
|
|
141
|
+
"type": "branch",
|
|
142
|
+
"line": 13,
|
|
143
|
+
"loc": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
144
|
+
"locations": [{"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}}]
|
|
145
|
+
},
|
|
146
|
+
"2": {
|
|
147
|
+
"type": "branch",
|
|
148
|
+
"line": 23,
|
|
149
|
+
"loc": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
150
|
+
"locations": [{"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}}]
|
|
151
|
+
},
|
|
152
|
+
"3": {
|
|
153
|
+
"type": "branch",
|
|
154
|
+
"line": 23,
|
|
155
|
+
"loc": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
156
|
+
"locations": [{"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}}]
|
|
157
|
+
},
|
|
158
|
+
"4": {
|
|
159
|
+
"type": "branch",
|
|
160
|
+
"line": 30,
|
|
161
|
+
"loc": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
162
|
+
"locations": [{"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}}]
|
|
163
|
+
},
|
|
164
|
+
"5": {
|
|
165
|
+
"type": "branch",
|
|
166
|
+
"line": 34,
|
|
167
|
+
"loc": {"start": {"line": 34, "column": 6}, "end": {"line": 47, "column": 4}},
|
|
168
|
+
"locations": [{"start": {"line": 34, "column": 6}, "end": {"line": 47, "column": 4}}]
|
|
169
|
+
},
|
|
170
|
+
"6": {
|
|
171
|
+
"type": "branch",
|
|
172
|
+
"line": 49,
|
|
173
|
+
"loc": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
174
|
+
"locations": [{"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}}]
|
|
175
|
+
},
|
|
176
|
+
"7": {
|
|
177
|
+
"type": "branch",
|
|
178
|
+
"line": 50,
|
|
179
|
+
"loc": {"start": {"line": 50, "column": 16}, "end": {"line": 59, "column": 7}},
|
|
180
|
+
"locations": [{"start": {"line": 50, "column": 16}, "end": {"line": 59, "column": 7}}]
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"b": {"0": [1], "1": [2], "2": [2], "3": [1], "4": [1], "5": [0], "6": [2], "7": [2]},
|
|
184
|
+
"fnMap": {
|
|
185
|
+
"0": {
|
|
186
|
+
"name": "<static_initializer>",
|
|
187
|
+
"decl": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
188
|
+
"loc": {"start": {"line": 7, "column": 26}, "end": {"line": 7, "column": 76}},
|
|
189
|
+
"line": 7
|
|
190
|
+
},
|
|
191
|
+
"1": {
|
|
192
|
+
"name": "PythonServerInterface",
|
|
193
|
+
"decl": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
194
|
+
"loc": {"start": {"line": 13, "column": 2}, "end": {"line": 21, "column": 3}},
|
|
195
|
+
"line": 13
|
|
196
|
+
},
|
|
197
|
+
"2": {
|
|
198
|
+
"name": "<instance_members_initializer>",
|
|
199
|
+
"decl": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
200
|
+
"loc": {"start": {"line": 23, "column": 2}, "end": {"line": 59, "column": 7}},
|
|
201
|
+
"line": 23
|
|
202
|
+
},
|
|
203
|
+
"3": {
|
|
204
|
+
"name": "getImpulseResponse",
|
|
205
|
+
"decl": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
206
|
+
"loc": {"start": {"line": 23, "column": 23}, "end": {"line": 28, "column": 4}},
|
|
207
|
+
"line": 23
|
|
208
|
+
},
|
|
209
|
+
"4": {
|
|
210
|
+
"name": "getVolumeCalibration",
|
|
211
|
+
"decl": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
212
|
+
"loc": {"start": {"line": 30, "column": 25}, "end": {"line": 47, "column": 4}},
|
|
213
|
+
"line": 30
|
|
214
|
+
},
|
|
215
|
+
"5": {
|
|
216
|
+
"name": "asyncEmit",
|
|
217
|
+
"decl": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
218
|
+
"loc": {"start": {"line": 49, "column": 14}, "end": {"line": 59, "column": 7}},
|
|
219
|
+
"line": 49
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"f": {"0": 1, "1": 2, "2": 2, "3": 1, "4": 1, "5": 2}
|
|
223
|
+
}
|
|
224
|
+
}
|